Color Hex Logo

#e7121c Color Hex

#E7121C
(231,18,28)
0 Favorites   0 Comments

Color spaces of #e7121c

RGB 2311828
HSL0.990.860.49
HSV357°92°91°
CMYK 0.000.920.88   0.09
XYZ33.380917.50542.7181
Yxy17.50540.62270.3266
Hunter Lab41.839569.194225.4358
CIE-Lab48.890673.067653.4285

#e7121c color RGB value is (231,18,28).

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

The process color (four color CMYK) of #e7121c color hex is 0.00, 0.92, 0.88, 0.09. Web safe color of #e7121c is #ff0033. Color #e7121c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010010 00011100
Octal 347 22 34
Decimal 231 18 28
Hex E7 12 1C

RGB Percentages of Color #e7121c

%83.39
%6.50
%10.11

CMYK Percentages of Color #e7121c

%0
%92
%88
%9

Triadic Colors of #e7121c

#e7121c #1ce712 #121ce7

Analogous Colors of #e7121c

#e7121c #e77312 #e71287

Monochromatic Colors of #e7121c

#e7121c

Complementary Color

#e7121c #12e7dd

#e7121c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7121c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7121c Color CSS Codes

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

#e7121c Text Font Color

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

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


#e7121c Background Color

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

This div background color is #e7121c


#e7121c Border Color

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

This div border color is #e7121c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7121c


Comments

No comments written yet.

Please login to write comment.