Color Hex Logo

#e31611 Color Hex

#E31611
(227,22,17)
0 Favorites   0 Comments

Color spaces of #e31611

RGB 2272217
HSL0.000.860.48
HSV93°89°
CMYK 0.000.900.93   0.11
XYZ32.066616.94522.1110
Yxy16.94520.62720.3315
Hunter Lab41.164567.011025.7747
CIE-Lab48.190971.391656.9453

#e31611 color RGB value is (227,22,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010110 00010001
Octal 343 26 21
Decimal 227 22 17
Hex E3 16 11

RGB Percentages of Color #e31611

%85.34
%8.27
%6.39

CMYK Percentages of Color #e31611

%0
%90
%93
%11

Triadic Colors of #e31611

#e31611 #11e316 #1611e3

Analogous Colors of #e31611

#e31611 #e37f11 #e31175

Monochromatic Colors of #e31611

#e31611

Complementary Color

#e31611 #11dee3

#e31611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31611 Color CSS Codes

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

#e31611 Text Font Color

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

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


#e31611 Background Color

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

This div background color is #e31611


#e31611 Border Color

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

This div border color is #e31611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31611


Comments

No comments written yet.

Please login to write comment.