Color Hex Logo

#e71612 Color Hex

#E71612
(231,22,18)
0 Favorites   0 Comments

Color spaces of #e71612

RGB 2312218
HSL0.000.860.49
HSV92°91°
CMYK 0.000.900.92   0.09
XYZ33.351117.60642.2128
Yxy17.60640.62730.3311
Hunter Lab41.960068.447426.2453
CIE-Lab49.015272.425757.5164

#e71612 color RGB value is (231,22,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010110 00010010
Octal 347 26 22
Decimal 231 22 18
Hex E7 16 12

RGB Percentages of Color #e71612

%85.24
%8.12
%6.64

CMYK Percentages of Color #e71612

%0
%90
%92
%9

Triadic Colors of #e71612

#e71612 #12e716 #1612e7

Analogous Colors of #e71612

#e71612 #e78112 #e71279

Monochromatic Colors of #e71612

#e71612

Complementary Color

#e71612 #12e3e7

#e71612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71612 Color CSS Codes

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

#e71612 Text Font Color

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

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


#e71612 Background Color

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

This div background color is #e71612


#e71612 Border Color

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

This div border color is #e71612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71612


Comments

No comments written yet.

Please login to write comment.