Color Hex Logo

#e31606 Color Hex

#E31606
(227,22,6)
0 Favorites   0 Comments

Color spaces of #e31606

RGB 227226
HSL0.010.950.46
HSV97°89°
CMYK 0.000.900.97   0.11
XYZ31.998316.91791.7513
Yxy16.91790.63150.3339
Hunter Lab41.131466.884826.2675
CIE-Lab48.156471.293060.1294

#e31606 color RGB value is (227,22,6).

#e31606 hex color red value is 227, green value is 22 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #e31606 hue: 0.01 , saturation: 0.95 and the lightness value of e31606 is 0.46.

The process color (four color CMYK) of #e31606 color hex is 0.00, 0.90, 0.97, 0.11. Web safe color of #e31606 is #cc0000. Color #e31606 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010110 00000110
Octal 343 26 6
Decimal 227 22 6
Hex E3 16 6

RGB Percentages of Color #e31606

%89.02
%8.63
%2.35

CMYK Percentages of Color #e31606

%0
%90
%97
%11

Triadic Colors of #e31606

#e31606 #06e316 #1606e3

Analogous Colors of #e31606

#e31606 #e38506 #e30665

Monochromatic Colors of #e31606

#e31606

Complementary Color

#e31606 #06d3e3

#e31606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31606 Color CSS Codes

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

#e31606 Text Font Color

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

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


#e31606 Background Color

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

This div background color is #e31606


#e31606 Border Color

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

This div border color is #e31606


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,22,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31606


Comments

No comments written yet.

Please login to write comment.