Color Hex Logo

#ea212a Color Hex

#EA212A
(234,33,42)
0 Favorites   0 Comments

Color spaces of #ea212a

RGB 2343342
HSL0.990.830.52
HSV357°86°92°
CMYK 0.000.860.82   0.08
XYZ34.893518.74733.9700
Yxy18.74730.60570.3254
Hunter Lab43.298268.079424.8724
CIE-Lab50.390271.853648.1466

#ea212a color RGB value is (234,33,42).

#ea212a hex color red value is 234, green value is 33 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ea212a hue: 0.99 , saturation: 0.83 and the lightness value of ea212a is 0.52.

The process color (four color CMYK) of #ea212a color hex is 0.00, 0.86, 0.82, 0.08. Web safe color of #ea212a is #ff3333. Color #ea212a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100001 00101010
Octal 352 41 52
Decimal 234 33 42
Hex EA 21 2A

RGB Percentages of Color #ea212a

%75.73
%10.68
%13.59

CMYK Percentages of Color #ea212a

%0
%86
%82
%8

Triadic Colors of #ea212a

#ea212a #2aea21 #212aea

Analogous Colors of #ea212a

#ea212a #ea7d21 #ea218f

Monochromatic Colors of #ea212a

#ea212a

Complementary Color

#ea212a #21eae1

#ea212a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea212a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea212a Color CSS Codes

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

#ea212a Text Font Color

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

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


#ea212a Background Color

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

This div background color is #ea212a


#ea212a Border Color

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

This div border color is #ea212a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea212a


Comments

No comments written yet.

Please login to write comment.