Color Hex Logo

#e31415 Color Hex

#E31415
(227,20,21)
0 Favorites   0 Comments

Color spaces of #e31415

RGB 2272021
HSL1.000.840.48
HSV360°91°89°
CMYK 0.000.910.91   0.11
XYZ32.064116.88532.2787
Yxy16.88530.62590.3296
Hunter Lab41.091767.374025.4763
CIE-Lab48.115271.709055.4281

#e31415 color RGB value is (227,20,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010100 00010101
Octal 343 24 25
Decimal 227 20 21
Hex E3 14 15

RGB Percentages of Color #e31415

%84.70
%7.46
%7.84

CMYK Percentages of Color #e31415

%0
%91
%91
%11

Triadic Colors of #e31415

#e31415 #15e314 #1415e3

Analogous Colors of #e31415

#e31415 #e37b14 #e3147d

Monochromatic Colors of #e31415

#e31415

Complementary Color

#e31415 #14e3e2

#e31415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31415 Color CSS Codes

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

#e31415 Text Font Color

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

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


#e31415 Background Color

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

This div background color is #e31415


#e31415 Border Color

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

This div border color is #e31415


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,20,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 #e31415">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31415


Comments

No comments written yet.

Please login to write comment.