Color Hex Logo

#e2140d Color Hex

#E2140D
(226,20,13)
0 Favorites   0 Comments

Color spaces of #e2140d

RGB 2262013
HSL0.010.890.47
HSV94°89°
CMYK 0.000.910.94   0.11
XYZ31.686816.69811.9337
Yxy16.69810.62970.3318
Hunter Lab40.863366.904225.7986
CIE-Lab47.877471.363457.9531

#e2140d color RGB value is (226,20,13).

#e2140d hex color red value is 226, green value is 20 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #e2140d hue: 0.01 , saturation: 0.89 and the lightness value of e2140d is 0.47.

The process color (four color CMYK) of #e2140d color hex is 0.00, 0.91, 0.94, 0.11. Web safe color of #e2140d is #cc0000. Color #e2140d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010100 00001101
Octal 342 24 15
Decimal 226 20 13
Hex E2 14 D

RGB Percentages of Color #e2140d

%87.26
%7.72
%5.02

CMYK Percentages of Color #e2140d

%0
%91
%94
%11

Triadic Colors of #e2140d

#e2140d #0de214 #140de2

Analogous Colors of #e2140d

#e2140d #e27f0d #e20d71

Monochromatic Colors of #e2140d

#e2140d

Complementary Color

#e2140d #0ddbe2

#e2140d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2140d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2140d Color CSS Codes

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

#e2140d Text Font Color

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

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


#e2140d Background Color

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

This div background color is #e2140d


#e2140d Border Color

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

This div border color is #e2140d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2140d


Comments

No comments written yet.

Please login to write comment.