Color Hex Logo

#e71512 Color Hex

#E71512
(231,21,18)
0 Favorites   0 Comments

Color spaces of #e71512

RGB 2312118
HSL0.000.860.49
HSV92°91°
CMYK 0.000.910.92   0.09
XYZ33.332317.56892.2066
Yxy17.56890.62760.3308
Hunter Lab41.915368.596926.2194
CIE-Lab48.969072.558557.4877

#e71512 color RGB value is (231,21,18).

#e71512 hex color red value is 231, green value is 21 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #e71512 hue: 0.00 , saturation: 0.86 and the lightness value of e71512 is 0.49.

The process color (four color CMYK) of #e71512 color hex is 0.00, 0.91, 0.92, 0.09. Web safe color of #e71512 is #ff0000. Color #e71512 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010101 00010010
Octal 347 25 22
Decimal 231 21 18
Hex E7 15 12

RGB Percentages of Color #e71512

%85.56
%7.78
%6.67

CMYK Percentages of Color #e71512

%0
%91
%92
%9

Triadic Colors of #e71512

#e71512 #12e715 #1512e7

Analogous Colors of #e71512

#e71512 #e78012 #e7127a

Monochromatic Colors of #e71512

#e71512

Complementary Color

#e71512 #12e4e7

#e71512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71512 Color CSS Codes

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

#e71512 Text Font Color

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

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


#e71512 Background Color

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

This div background color is #e71512


#e71512 Border Color

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

This div border color is #e71512


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,21,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e71512; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e71512;
  -webkit-box-shadow: 1px 1px 3px 2px #e71512;
  box-shadow:         1px 1px 3px 2px #e71512; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,21,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71512


Comments

No comments written yet.

Please login to write comment.