Color Hex Logo

#ea121c Color Hex

#EA121C
(234,18,28)
0 Favorites   0 Comments

Color spaces of #ea121c

RGB 2341828
HSL0.990.860.49
HSV357°92°92°
CMYK 0.000.920.88   0.08
XYZ34.357618.00892.7638
Yxy18.00890.62320.3267
Hunter Lab42.436970.251925.8444
CIE-Lab49.506973.818854.1653

#ea121c color RGB value is (234,18,28).

#ea121c hex color red value is 234, green value is 18 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ea121c hue: 0.99 , saturation: 0.86 and the lightness value of ea121c is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010010 00011100
Octal 352 22 34
Decimal 234 18 28
Hex EA 12 1C

RGB Percentages of Color #ea121c

%83.57
%6.43
%10.00

CMYK Percentages of Color #ea121c

%0
%92
%88
%8

Triadic Colors of #ea121c

#ea121c #1cea12 #121cea

Analogous Colors of #ea121c

#ea121c #ea7412 #ea1288

Monochromatic Colors of #ea121c

#ea121c

Complementary Color

#ea121c #12eae0

#ea121c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea121c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea121c Color CSS Codes

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

#ea121c Text Font Color

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

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


#ea121c Background Color

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

This div background color is #ea121c


#ea121c Border Color

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

This div border color is #ea121c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea121c


Comments

No comments written yet.

Please login to write comment.