Color Hex Logo

#e1000e Color Hex

#E1000E
(225,0,14)
0 Favorites   0 Comments

Color spaces of #e1000e

RGB 225014
HSL0.991.000.44
HSV356°100°88°
CMYK 0.001.000.94   0.12
XYZ31.130616.03931.8706
Yxy16.03930.63480.3271
Hunter Lab40.049168.664125.2651
CIE-Lab47.026072.992657.0591

#e1000e color RGB value is (225,0,14).

#e1000e hex color red value is 225, green value is 0 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e1000e hue: 0.99 , saturation: 1.00 and the lightness value of e1000e is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000000 00001110
Octal 341 0 16
Decimal 225 0 14
Hex E1 0 E

RGB Percentages of Color #e1000e

%94.14
%0.00
%5.86

CMYK Percentages of Color #e1000e

%0
%100
%94
%12

Triadic Colors of #e1000e

#e1000e #0ee100 #000ee1

Analogous Colors of #e1000e

#e1000e #e16200 #e1007f

Monochromatic Colors of #e1000e

#e1000e

Complementary Color

#e1000e #00e1d3

#e1000e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1000e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1000e Color CSS Codes

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

#e1000e Text Font Color

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

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


#e1000e Background Color

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

This div background color is #e1000e


#e1000e Border Color

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

This div border color is #e1000e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1000e

#e1000e Color Palettes


Comments

No comments written yet.

Please login to write comment.