Color Hex Logo

#ea191c Color Hex

#EA191C
(234,25,28)
0 Favorites   0 Comments

Color spaces of #ea191c

RGB 2342528
HSL1.000.830.51
HSV359°89°92°
CMYK 0.000.890.88   0.08
XYZ34.488918.27152.8076
Yxy18.27150.62070.3288
Hunter Lab42.745269.218526.0273
CIE-Lab49.823872.906154.4027

#ea191c color RGB value is (234,25,28).

#ea191c hex color red value is 234, green value is 25 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ea191c hue: 1.00 , saturation: 0.83 and the lightness value of ea191c is 0.51.

The process color (four color CMYK) of #ea191c color hex is 0.00, 0.89, 0.88, 0.08. Web safe color of #ea191c is #ff0033. Color #ea191c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00011001 00011100
Octal 352 31 34
Decimal 234 25 28
Hex EA 19 1C

RGB Percentages of Color #ea191c

%81.53
%8.71
%9.76

CMYK Percentages of Color #ea191c

%0
%89
%88
%8

Triadic Colors of #ea191c

#ea191c #1cea19 #191cea

Analogous Colors of #ea191c

#ea191c #ea7f19 #ea1985

Monochromatic Colors of #ea191c

#ea191c

Complementary Color

#ea191c #19eae7

#ea191c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea191c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea191c Color CSS Codes

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

#ea191c Text Font Color

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

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


#ea191c Background Color

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

This div background color is #ea191c


#ea191c Border Color

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

This div border color is #ea191c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,25,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 #ea191c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea191c


Comments

No comments written yet.

Please login to write comment.