Color Hex Logo

#e71513 Color Hex

#E71513
(231,21,19)
0 Favorites   0 Comments

Color spaces of #e71513

RGB 2312119
HSL0.000.850.49
HSV92°91°
CMYK 0.000.910.92   0.09
XYZ33.340717.57232.2506
Yxy17.57230.62710.3305
Hunter Lab41.919368.611826.1603
CIE-Lab48.973272.570057.1349

#e71513 color RGB value is (231,21,19).

#e71513 hex color red value is 231, green value is 21 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #e71513 hue: 0.00 , saturation: 0.85 and the lightness value of e71513 is 0.49.

The process color (four color CMYK) of #e71513 color hex is 0.00, 0.91, 0.92, 0.09. Web safe color of #e71513 is #ff0000. Color #e71513 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010101 00010011
Octal 347 25 23
Decimal 231 21 19
Hex E7 15 13

RGB Percentages of Color #e71513

%85.24
%7.75
%7.01

CMYK Percentages of Color #e71513

%0
%91
%92
%9

Triadic Colors of #e71513

#e71513 #13e715 #1513e7

Analogous Colors of #e71513

#e71513 #e77f13 #e7137b

Monochromatic Colors of #e71513

#e71513

Complementary Color

#e71513 #13e5e7

#e71513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71513 Color CSS Codes

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

#e71513 Text Font Color

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

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


#e71513 Background Color

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

This div background color is #e71513


#e71513 Border Color

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

This div border color is #e71513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71513


Comments

No comments written yet.

Please login to write comment.