Color Hex Logo

#e2091f Color Hex

#E2091F
(226,9,31)
0 Favorites   0 Comments

Color spaces of #e2091f

RGB 226931
HSL0.980.920.46
HSV354°96°89°
CMYK 0.000.960.86   0.11
XYZ31.709016.46312.8028
Yxy16.46310.62210.3230
Hunter Lab40.574768.491224.3067
CIE-Lab47.576372.742150.5615

#e2091f color RGB value is (226,9,31).

#e2091f hex color red value is 226, green value is 9 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #e2091f hue: 0.98 , saturation: 0.92 and the lightness value of e2091f is 0.46.

The process color (four color CMYK) of #e2091f color hex is 0.00, 0.96, 0.86, 0.11. Web safe color of #e2091f is #cc0033. Color #e2091f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001001 00011111
Octal 342 11 37
Decimal 226 9 31
Hex E2 9 1F

RGB Percentages of Color #e2091f

%84.96
%3.38
%11.65

CMYK Percentages of Color #e2091f

%0
%96
%86
%11

Triadic Colors of #e2091f

#e2091f #1fe209 #091fe2

Analogous Colors of #e2091f

#e2091f #e26009 #e2098c

Monochromatic Colors of #e2091f

#e2091f

Complementary Color

#e2091f #09e2cc

#e2091f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2091f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2091f Color CSS Codes

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

#e2091f Text Font Color

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

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


#e2091f Background Color

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

This div background color is #e2091f


#e2091f Border Color

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

This div border color is #e2091f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2091f


Comments

No comments written yet.

Please login to write comment.