Color Hex Logo

#e7161c Color Hex

#E7161C
(231,22,28)
0 Favorites   0 Comments

Color spaces of #e7161c

RGB 2312228
HSL1.000.830.50
HSV358°90°91°
CMYK 0.000.900.88   0.09
XYZ33.451517.64662.7416
Yxy17.64660.62130.3278
Hunter Lab42.007968.628525.5360
CIE-Lab49.064672.566153.5606

#e7161c color RGB value is (231,22,28).

#e7161c hex color red value is 231, green value is 22 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #e7161c hue: 1.00 , saturation: 0.83 and the lightness value of e7161c is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010110 00011100
Octal 347 26 34
Decimal 231 22 28
Hex E7 16 1C

RGB Percentages of Color #e7161c

%82.21
%7.83
%9.96

CMYK Percentages of Color #e7161c

%0
%90
%88
%9

Triadic Colors of #e7161c

#e7161c #1ce716 #161ce7

Analogous Colors of #e7161c

#e7161c #e77916 #e71685

Monochromatic Colors of #e7161c

#e7161c

Complementary Color

#e7161c #16e7e1

#e7161c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7161c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7161c Color CSS Codes

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

#e7161c Text Font Color

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

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


#e7161c Background Color

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

This div background color is #e7161c


#e7161c Border Color

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

This div border color is #e7161c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7161c


Comments

No comments written yet.

Please login to write comment.