Color Hex Logo

#e1140e Color Hex

#E1140E
(225,20,14)
0 Favorites   0 Comments

Color spaces of #e1140e

RGB 2252014
HSL0.000.880.47
HSV94°88°
CMYK 0.000.910.94   0.12
XYZ31.380816.53961.9540
Yxy16.53960.62920.3316
Hunter Lab40.668966.563025.6196
CIE-Lab47.674671.117857.4216

#e1140e color RGB value is (225,20,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010100 00001110
Octal 341 24 16
Decimal 225 20 14
Hex E1 14 E

RGB Percentages of Color #e1140e

%86.87
%7.72
%5.41

CMYK Percentages of Color #e1140e

%0
%91
%94
%12

Triadic Colors of #e1140e

#e1140e #0ee114 #140ee1

Analogous Colors of #e1140e

#e1140e #e17e0e #e10e72

Monochromatic Colors of #e1140e

#e1140e

Complementary Color

#e1140e #0edbe1

#e1140e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1140e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1140e Color CSS Codes

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

#e1140e Text Font Color

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

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


#e1140e Background Color

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

This div background color is #e1140e


#e1140e Border Color

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

This div border color is #e1140e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,20,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 #e1140e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1140e


Comments

No comments written yet.

Please login to write comment.