Color Hex Logo

#e22f0a Color Hex

#E22F0A
(226,47,10)
0 Favorites   0 Comments

Color spaces of #e22f0a

RGB 2264710
HSL0.030.920.46
HSV10°96°89°
CMYK 0.000.790.96   0.11
XYZ32.435318.22372.0952
Yxy18.22370.61480.3454
Hunter Lab42.689260.918326.9725
CIE-Lab49.766365.930159.7959

#e22f0a color RGB value is (226,47,10).

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

The process color (four color CMYK) of #e22f0a color hex is 0.00, 0.79, 0.96, 0.11. Web safe color of #e22f0a is #cc3300. Color #e22f0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00101111 00001010
Octal 342 57 12
Decimal 226 47 10
Hex E2 2F A

RGB Percentages of Color #e22f0a

%79.86
%16.61
%3.53

CMYK Percentages of Color #e22f0a

%0
%79
%96
%11

Triadic Colors of #e22f0a

#e22f0a #0ae22f #2f0ae2

Analogous Colors of #e22f0a

#e22f0a #e29b0a #e20a51

Monochromatic Colors of #e22f0a

#e22f0a

Complementary Color

#e22f0a #0abde2

#e22f0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e22f0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e22f0a Color CSS Codes

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

#e22f0a Text Font Color

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

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


#e22f0a Background Color

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

This div background color is #e22f0a


#e22f0a Border Color

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

This div border color is #e22f0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e22f0a


Comments

No comments written yet.

Please login to write comment.