Color Hex Logo

#e1112e Color Hex

#E1112E
(225,17,46)
0 Favorites   0 Comments

Color spaces of #e1112e

RGB 2251746
HSL0.980.860.47
HSV352°92°88°
CMYK 0.000.920.80   0.12
XYZ31.744916.60574.1168
Yxy16.60570.60500.3165
Hunter Lab40.750167.741422.5353
CIE-Lab47.759372.084042.8030

#e1112e color RGB value is (225,17,46).

#e1112e hex color red value is 225, green value is 17 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e1112e hue: 0.98 , saturation: 0.86 and the lightness value of e1112e is 0.47.

The process color (four color CMYK) of #e1112e color hex is 0.00, 0.92, 0.80, 0.12. Web safe color of #e1112e is #cc0033. Color #e1112e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010001 00101110
Octal 341 21 56
Decimal 225 17 46
Hex E1 11 2E

RGB Percentages of Color #e1112e

%78.13
%5.90
%15.97

CMYK Percentages of Color #e1112e

%0
%92
%80
%12

Triadic Colors of #e1112e

#e1112e #2ee111 #112ee1

Analogous Colors of #e1112e

#e1112e #e15c11 #e11196

Monochromatic Colors of #e1112e

#e1112e

Complementary Color

#e1112e #11e1c4

#e1112e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1112e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1112e Color CSS Codes

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

#e1112e Text Font Color

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

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


#e1112e Background Color

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

This div background color is #e1112e


#e1112e Border Color

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

This div border color is #e1112e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,17,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1112e


Comments

No comments written yet.

Please login to write comment.