Color Hex Logo

#e2401a Color Hex

#E2401A
(226,64,26)
0 Favorites   0 Comments

Color spaces of #e2401a

RGB 2266426
HSL0.030.790.49
HSV11°88°89°
CMYK 0.000.720.88   0.11
XYZ33.383919.91013.0608
Yxy19.91010.59240.3533
Hunter Lab44.620755.462127.1675
CIE-Lab51.735460.816155.9733

#e2401a color RGB value is (226,64,26).

#e2401a hex color red value is 226, green value is 64 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #e2401a hue: 0.03 , saturation: 0.79 and the lightness value of e2401a is 0.49.

The process color (four color CMYK) of #e2401a color hex is 0.00, 0.72, 0.88, 0.11. Web safe color of #e2401a is #cc3333. Color #e2401a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000000 00011010
Octal 342 100 32
Decimal 226 64 26
Hex E2 40 1A

RGB Percentages of Color #e2401a

%71.52
%20.25
%8.23

CMYK Percentages of Color #e2401a

%0
%72
%88
%11

Triadic Colors of #e2401a

#e2401a #1ae240 #401ae2

Analogous Colors of #e2401a

#e2401a #e2a41a #e21a58

Monochromatic Colors of #e2401a

#e2401a

Complementary Color

#e2401a #1abce2

#e2401a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2401a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2401a Color CSS Codes

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

#e2401a Text Font Color

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

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


#e2401a Background Color

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

This div background color is #e2401a


#e2401a Border Color

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

This div border color is #e2401a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2401a


Comments

No comments written yet.

Please login to write comment.