Color Hex Logo

#ea121a Color Hex

#EA121A
(234,18,26)
0 Favorites   0 Comments

Color spaces of #ea121a

RGB 2341826
HSL0.990.860.49
HSV358°92°92°
CMYK 0.000.920.89   0.08
XYZ34.334417.99962.6419
Yxy17.99960.62450.3274
Hunter Lab42.425970.210826.0061
CIE-Lab49.495673.787255.0230

#ea121a color RGB value is (234,18,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010010 00011010
Octal 352 22 32
Decimal 234 18 26
Hex EA 12 1A

RGB Percentages of Color #ea121a

%84.17
%6.47
%9.35

CMYK Percentages of Color #ea121a

%0
%92
%89
%8

Triadic Colors of #ea121a

#ea121a #1aea12 #121aea

Analogous Colors of #ea121a

#ea121a #ea7612 #ea1286

Monochromatic Colors of #ea121a

#ea121a

Complementary Color

#ea121a #12eae2

#ea121a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea121a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea121a Color CSS Codes

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

#ea121a Text Font Color

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

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


#ea121a Background Color

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

This div background color is #ea121a


#ea121a Border Color

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

This div border color is #ea121a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,18,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea121a


Comments

No comments written yet.

Please login to write comment.