Color Hex Logo

#e2412b Color Hex

#E2412B
(226,65,43)
0 Favorites   0 Comments

Color spaces of #e2412b

RGB 2266543
HSL0.020.760.53
HSV81°89°
CMYK 0.000.710.81   0.11
XYZ33.690420.12384.3941
Yxy20.12380.57880.3457
Hunter Lab44.859655.552725.5941
CIE-Lab51.976960.851648.6001

#e2412b color RGB value is (226,65,43).

#e2412b hex color red value is 226, green value is 65 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #e2412b hue: 0.02 , saturation: 0.76 and the lightness value of e2412b is 0.53.

The process color (four color CMYK) of #e2412b color hex is 0.00, 0.71, 0.81, 0.11. Web safe color of #e2412b is #cc3333. Color #e2412b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000001 00101011
Octal 342 101 53
Decimal 226 65 43
Hex E2 41 2B

RGB Percentages of Color #e2412b

%67.66
%19.46
%12.87

CMYK Percentages of Color #e2412b

%0
%71
%81
%11

Triadic Colors of #e2412b

#e2412b #2be241 #412be2

Analogous Colors of #e2412b

#e2412b #e29d2b #e22b71

Monochromatic Colors of #e2412b

#e2412b

Complementary Color

#e2412b #2bcce2

#e2412b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2412b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2412b Color CSS Codes

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

#e2412b Text Font Color

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

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


#e2412b Background Color

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

This div background color is #e2412b


#e2412b Border Color

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

This div border color is #e2412b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2412b


Comments

No comments written yet.

Please login to write comment.