Color Hex Logo

#e2411b Color Hex

#E2411B
(226,65,27)
0 Favorites   0 Comments

Color spaces of #e2411b

RGB 2266527
HSL0.030.790.50
HSV11°88°89°
CMYK 0.000.710.88   0.11
XYZ33.452220.02853.1397
Yxy20.02850.59080.3537
Hunter Lab44.753255.107327.1677
CIE-Lab51.869460.479055.6863

#e2411b color RGB value is (226,65,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000001 00011011
Octal 342 101 33
Decimal 226 65 27
Hex E2 41 1B

RGB Percentages of Color #e2411b

%71.07
%20.44
%8.49

CMYK Percentages of Color #e2411b

%0
%71
%88
%11

Triadic Colors of #e2411b

#e2411b #1be241 #411be2

Analogous Colors of #e2411b

#e2411b #e2a51b #e21b58

Monochromatic Colors of #e2411b

#e2411b

Complementary Color

#e2411b #1bbce2

#e2411b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2411b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2411b Color CSS Codes

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

#e2411b Text Font Color

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

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


#e2411b Background Color

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

This div background color is #e2411b


#e2411b Border Color

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

This div border color is #e2411b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2411b


Comments

No comments written yet.

Please login to write comment.