Color Hex Logo

#e71125 Color Hex

#E71125
(231,17,37)
0 Favorites   0 Comments

Color spaces of #e71125

RGB 2311737
HSL0.980.860.49
HSV354°93°91°
CMYK 0.000.930.84   0.09
XYZ33.489417.52343.3675
Yxy17.52340.61580.3222
Hunter Lab41.861069.546024.5331
CIE-Lab48.912973.353549.1400

#e71125 color RGB value is (231,17,37).

#e71125 hex color red value is 231, green value is 17 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #e71125 hue: 0.98 , saturation: 0.86 and the lightness value of e71125 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010001 00100101
Octal 347 21 45
Decimal 231 17 37
Hex E7 11 25

RGB Percentages of Color #e71125

%81.05
%5.96
%12.98

CMYK Percentages of Color #e71125

%0
%93
%84
%9

Triadic Colors of #e71125

#e71125 #25e711 #1125e7

Analogous Colors of #e71125

#e71125 #e76811 #e71190

Monochromatic Colors of #e71125

#e71125

Complementary Color

#e71125 #11e7d3

#e71125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71125 Color CSS Codes

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

#e71125 Text Font Color

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

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


#e71125 Background Color

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

This div background color is #e71125


#e71125 Border Color

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

This div border color is #e71125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71125


Comments

No comments written yet.

Please login to write comment.