Color Hex Logo

#e2240e Color Hex

#E2240E
(226,36,14)
0 Favorites   0 Comments

Color spaces of #e2240e

RGB 2263614
HSL0.020.880.47
HSV94°89°
CMYK 0.000.840.94   0.11
XYZ32.074217.46222.0955
Yxy17.46220.62120.3382
Hunter Lab41.787863.878926.2783
CIE-Lab48.837268.633458.1914

#e2240e color RGB value is (226,36,14).

#e2240e hex color red value is 226, green value is 36 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e2240e hue: 0.02 , saturation: 0.88 and the lightness value of e2240e is 0.47.

The process color (four color CMYK) of #e2240e color hex is 0.00, 0.84, 0.94, 0.11. Web safe color of #e2240e is #cc3300. Color #e2240e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00100100 00001110
Octal 342 44 16
Decimal 226 36 14
Hex E2 24 E

RGB Percentages of Color #e2240e

%81.88
%13.04
%5.07

CMYK Percentages of Color #e2240e

%0
%84
%94
%11

Triadic Colors of #e2240e

#e2240e #0ee224 #240ee2

Analogous Colors of #e2240e

#e2240e #e28e0e #e20e62

Monochromatic Colors of #e2240e

#e2240e

Complementary Color

#e2240e #0ecce2

#e2240e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2240e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2240e Color CSS Codes

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

#e2240e Text Font Color

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

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


#e2240e Background Color

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

This div background color is #e2240e


#e2240e Border Color

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

This div border color is #e2240e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2240e


Comments

No comments written yet.

Please login to write comment.