color codes Logo

#e5091c color codes

#E5091C
(229,9,28)
0 Favorites   0 Comments

Color spaces of #e5091c

RGB 229928
HSL0.990.920.47
HSV355°96°90°
CMYK 0.000.960.88   0.10
XYZ32.620416.93722.6485
Yxy16.93720.62480.3244
Hunter Lab41.154869.462824.9928
CIE-Lab48.180873.427652.7079

#e5091c color RGB value is (229,9,28).

#e5091c hex color red value is 229, green value is 9 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #e5091c hue: 0.99 , saturation: 0.92 and the lightness value of e5091c is 0.47.

The process color (four color CMYK) of #e5091c color code is 0.00, 0.96, 0.88, 0.10. Web safe color of #e5091c is #cc0033. Color #e5091c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001001 00011100
Octal 345 11 34
Decimal 229 9 28
Hex E5 9 1C

RGB Percentages of Color #e5091c

%86.09
%3.38
%10.53

CMYK Percentages of Color #e5091c

%0
%96
%88
%10

Triadic Colors of #e5091c

#e5091c #1ce509 #091ce5

Analogous Colors of #e5091c

#e5091c #e56409 #e5098a

Monochromatic Colors of #e5091c

#e5091c

Complementary Color

#e5091c #09e5d2

#e5091c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5091c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5091c Color CSS Codes

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

#e5091c Text Font Color

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

This sample text font color is #e5091c
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.


#e5091c Background Color

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

This div background color is #e5091c


#e5091c Border Color

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

This div border color is #e5091c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5091c


Comments

No comments written yet.

Please login to write comment.