Color Hex Logo

#e31e13 Color Hex

#E31E13
(227,30,19)
0 Favorites   0 Comments

Color spaces of #e31e13

RGB 2273019
HSL0.010.850.48
HSV92°89°
CMYK 0.000.870.92   0.11
XYZ32.260417.30652.2563
Yxy17.30650.62250.3340
Hunter Lab41.601165.619525.9051
CIE-Lab48.643970.138856.5209

#e31e13 color RGB value is (227,30,19).

#e31e13 hex color red value is 227, green value is 30 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #e31e13 hue: 0.01 , saturation: 0.85 and the lightness value of e31e13 is 0.48.

The process color (four color CMYK) of #e31e13 color hex is 0.00, 0.87, 0.92, 0.11. Web safe color of #e31e13 is #cc3300. Color #e31e13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011110 00010011
Octal 343 36 23
Decimal 227 30 19
Hex E3 1E 13

RGB Percentages of Color #e31e13

%82.25
%10.87
%6.88

CMYK Percentages of Color #e31e13

%0
%87
%92
%11

Triadic Colors of #e31e13

#e31e13 #13e31e #1e13e3

Analogous Colors of #e31e13

#e31e13 #e38613 #e31370

Monochromatic Colors of #e31e13

#e31e13

Complementary Color

#e31e13 #13d8e3

#e31e13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31e13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31e13 Color CSS Codes

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

#e31e13 Text Font Color

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

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


#e31e13 Background Color

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

This div background color is #e31e13


#e31e13 Border Color

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

This div border color is #e31e13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31e13


Comments

No comments written yet.

Please login to write comment.