Color Hex Logo

#e31115 Color Hex

#E31115
(227,17,21)
0 Favorites   0 Comments

Color spaces of #e31115

RGB 2271721
HSL1.000.860.48
HSV359°93°89°
CMYK 0.000.930.91   0.11
XYZ32.014416.78592.2621
Yxy16.78590.62700.3287
Hunter Lab40.970667.781225.4059
CIE-Lab47.989172.072455.3449

#e31115 color RGB value is (227,17,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010001 00010101
Octal 343 21 25
Decimal 227 17 21
Hex E3 11 15

RGB Percentages of Color #e31115

%85.66
%6.42
%7.92

CMYK Percentages of Color #e31115

%0
%93
%91
%11

Triadic Colors of #e31115

#e31115 #15e311 #1115e3

Analogous Colors of #e31115

#e31115 #e37611 #e3117e

Monochromatic Colors of #e31115

#e31115

Complementary Color

#e31115 #11e3df

#e31115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31115 Color CSS Codes

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

#e31115 Text Font Color

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

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


#e31115 Background Color

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

This div background color is #e31115


#e31115 Border Color

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

This div border color is #e31115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31115


Comments

No comments written yet.

Please login to write comment.