Color Hex Logo

#e71014 Color Hex

#E71014
(231,16,20)
0 Favorites   0 Comments

Color spaces of #e71014

RGB 2311620
HSL1.000.870.48
HSV359°93°91°
CMYK 0.000.930.91   0.09
XYZ33.266617.41002.2689
Yxy17.41000.62830.3288
Hunter Lab41.725369.294625.9837
CIE-Lab48.772573.173556.6406

#e71014 color RGB value is (231,16,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010000 00010100
Octal 347 20 24
Decimal 231 16 20
Hex E7 10 14

RGB Percentages of Color #e71014

%86.52
%5.99
%7.49

CMYK Percentages of Color #e71014

%0
%93
%91
%9

Triadic Colors of #e71014

#e71014 #14e710 #1014e7

Analogous Colors of #e71014

#e71014 #e77810 #e71080

Monochromatic Colors of #e71014

#e71014

Complementary Color

#e71014 #10e7e3

#e71014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71014 Color CSS Codes

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

#e71014 Text Font Color

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

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


#e71014 Background Color

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

This div background color is #e71014


#e71014 Border Color

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

This div border color is #e71014


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,16,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71014


Comments

No comments written yet.

Please login to write comment.