Color Hex Logo

#e2401d Color Hex

#E2401D
(226,64,29)
0 Favorites   0 Comments

Color spaces of #e2401d

RGB 2266429
HSL0.030.770.50
HSV11°87°89°
CMYK 0.000.720.87   0.11
XYZ33.419219.92433.2468
Yxy19.92430.59050.3521
Hunter Lab44.636655.527826.9330
CIE-Lab51.751560.871054.7934

#e2401d color RGB value is (226,64,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000000 00011101
Octal 342 100 35
Decimal 226 64 29
Hex E2 40 1D

RGB Percentages of Color #e2401d

%70.85
%20.06
%9.09

CMYK Percentages of Color #e2401d

%0
%72
%87
%11

Triadic Colors of #e2401d

#e2401d #1de240 #401de2

Analogous Colors of #e2401d

#e2401d #e2a31d #e21d5d

Monochromatic Colors of #e2401d

#e2401d

Complementary Color

#e2401d #1dbfe2

#e2401d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2401d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2401d Color CSS Codes

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

#e2401d Text Font Color

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

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


#e2401d Background Color

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

This div background color is #e2401d


#e2401d Border Color

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

This div border color is #e2401d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,64,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2401d


Comments

No comments written yet.

Please login to write comment.