Color Hex Logo

#e22920 Color Hex

#E22920
(226,41,32)
0 Favorites   0 Comments

Color spaces of #e22920

RGB 2264132
HSL0.010.770.51
HSV86°89°
CMYK 0.000.820.86   0.11
XYZ32.417717.85893.1050
Yxy17.85890.60730.3346
Hunter Lab42.259862.973625.2256
CIE-Lab49.324567.771251.5253

#e22920 color RGB value is (226,41,32).

#e22920 hex color red value is 226, green value is 41 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #e22920 hue: 0.01 , saturation: 0.77 and the lightness value of e22920 is 0.51.

The process color (four color CMYK) of #e22920 color hex is 0.00, 0.82, 0.86, 0.11. Web safe color of #e22920 is #cc3333. Color #e22920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00101001 00100000
Octal 342 51 40
Decimal 226 41 32
Hex E2 29 20

RGB Percentages of Color #e22920

%75.59
%13.71
%10.70

CMYK Percentages of Color #e22920

%0
%82
%86
%11

Triadic Colors of #e22920

#e22920 #20e229 #2920e2

Analogous Colors of #e22920

#e22920 #e28a20 #e22078

Monochromatic Colors of #e22920

#e22920

Complementary Color

#e22920 #20d9e2

#e22920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e22920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e22920 Color CSS Codes

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

#e22920 Text Font Color

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

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


#e22920 Background Color

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

This div background color is #e22920


#e22920 Border Color

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

This div border color is #e22920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e22920


Comments

No comments written yet.

Please login to write comment.