Color Hex Logo

#e71825 Color Hex

#E71825
(231,24,37)
0 Favorites   0 Comments

Color spaces of #e71825

RGB 2312437
HSL0.990.810.50
HSV356°90°91°
CMYK 0.000.900.84   0.09
XYZ33.615617.77583.4096
Yxy17.77580.61340.3244
Hunter Lab42.161468.537224.7182
CIE-Lab49.223072.459649.4143

#e71825 color RGB value is (231,24,37).

#e71825 hex color red value is 231, green value is 24 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #e71825 hue: 0.99 , saturation: 0.81 and the lightness value of e71825 is 0.50.

The process color (four color CMYK) of #e71825 color hex is 0.00, 0.90, 0.84, 0.09. Web safe color of #e71825 is #ff0033. Color #e71825 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011000 00100101
Octal 347 30 45
Decimal 231 24 37
Hex E7 18 25

RGB Percentages of Color #e71825

%79.11
%8.22
%12.67

CMYK Percentages of Color #e71825

%0
%90
%84
%9

Triadic Colors of #e71825

#e71825 #25e718 #1825e7

Analogous Colors of #e71825

#e71825 #e77318 #e7188d

Monochromatic Colors of #e71825

#e71825

Complementary Color

#e71825 #18e7da

#e71825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71825 Color CSS Codes

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

#e71825 Text Font Color

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

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


#e71825 Background Color

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

This div background color is #e71825


#e71825 Border Color

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

This div border color is #e71825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71825


Comments

No comments written yet.

Please login to write comment.