Color Hex Logo

#e31110 Color Hex

#E31110
(227,17,16)
0 Favorites   0 Comments

Color spaces of #e31110

RGB 2271716
HSL0.000.870.48
HSV93°89°
CMYK 0.000.930.93   0.11
XYZ31.972516.76922.0419
Yxy16.76920.62960.3302
Hunter Lab40.950267.703725.7088
CIE-Lab47.967972.012157.1536

#e31110 color RGB value is (227,17,16).

#e31110 hex color red value is 227, green value is 17 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #e31110 hue: 0.00 , saturation: 0.87 and the lightness value of e31110 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010001 00010000
Octal 343 21 20
Decimal 227 17 16
Hex E3 11 10

RGB Percentages of Color #e31110

%87.31
%6.54
%6.15

CMYK Percentages of Color #e31110

%0
%93
%93
%11

Triadic Colors of #e31110

#e31110 #10e311 #1110e3

Analogous Colors of #e31110

#e31110 #e37b10 #e31079

Monochromatic Colors of #e31110

#e31110

Complementary Color

#e31110 #10e2e3

#e31110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31110 Color CSS Codes

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

#e31110 Text Font Color

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

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


#e31110 Background Color

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

This div background color is #e31110


#e31110 Border Color

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

This div border color is #e31110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31110


Comments

No comments written yet.

Please login to write comment.