color codes Logo

#e55c2d color codes

#E55C2D
(229,92,45)
0 Favorites   0 Comments

Color spaces of #e55c2d

RGB 2299245
HSL0.040.780.54
HSV15°80°90°
CMYK 0.000.600.80   0.10
XYZ36.613924.50185.2822
Yxy24.50180.55140.3690
Hunter Lab49.499345.410128.3225
CIE-Lab56.586750.934352.2069

#e55c2d color RGB value is (229,92,45).

#e55c2d hex color red value is 229, green value is 92 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e55c2d hue: 0.04 , saturation: 0.78 and the lightness value of e55c2d is 0.54.

The process color (four color CMYK) of #e55c2d color code is 0.00, 0.60, 0.80, 0.10. Web safe color of #e55c2d is #cc6633. Color #e55c2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011100 00101101
Octal 345 134 55
Decimal 229 92 45
Hex E5 5C 2D

RGB Percentages of Color #e55c2d

%62.57
%25.14
%12.30

CMYK Percentages of Color #e55c2d

%0
%60
%80
%10

Triadic Colors of #e55c2d

#e55c2d #2de55c #5c2de5

Analogous Colors of #e55c2d

#e55c2d #e5b82d #e52d5a

Monochromatic Colors of #e55c2d

#e55c2d

Complementary Color

#e55c2d #2db6e5

#e55c2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55c2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55c2d Color CSS Codes

.mybgcolor {background-color:#e55c2d; } 
.myforecolor {color:#e55c2d; }
.mybordercolor {border:3px solid #e55c2d; }

#e55c2d Text Font Color

<p style="color:#e55c2d">Text here</p>

This sample text font color is #e55c2d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e55c2d Background Color

<div style="background-color:#e55c2d">
Div content here</div>

This div background color is #e55c2d


#e55c2d Border Color

<div style="border:3px solid #e55c2d">
Div here</div>

This div border color is #e55c2d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,92,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e55c2d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e55c2d;
  -webkit-box-shadow: 1px 1px 3px 2px #e55c2d;
  box-shadow:         1px 1px 3px 2px #e55c2d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,92,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e55c2d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e55c2d;
  -webkit-box-shadow: 1px 1px 3px 2px #e55c2d;
  box-shadow:         1px 1px 3px 2px #e55c2d;">
Div content here</div>

This div box has shadow with color #e55c2d


Comments

No comments written yet.

Please login to write comment.