COLOR #E71E2C

HEX: #E71E2C
RGB: (231,30,44)

Color info

#E71E2C contains mainly red color. Web safe color of #E71E2C is #FF3333 (or #F33).

RGB color model

#E71E2C color RGB value is (231,30,44).

  • red value is 231;
  • green value is 30;
  • blue value is 44.
RGB:
(231,30,44)
(91%,12%,17%)

RGB channels and saturation

R 231 of 255 = 91%
G 30 of 255 = 12%
B 44 of 255 = 17%

231
30
44

R + G + B ~ 40%. #E71E2C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
231 + 30 + 44 = 305 (100%)
R 231 of 305 ~ 75.74%
G 30 of 305 ~ 9.84%
B 44 of 305 ~ 14.43%

%75.74
%9.84
%14.43

CMYK color model

#E71E2C color CMYK value is (0,87,81,9).

  • cyan value is 0.00%
  • magenta value is 87.01%
  • yellow value is 80.95%
  • key color value is 9.41%
CMYK:
(0,87,81,9)
C0M87Y81K9 
(0%,87%,81%,9%)
(0.00/0.87/0.81/0.09)	

CMYK percentages

%0
%87.01
%80.95
%9.41

Codes

Color #E71E2C in popluar color models

E71E2C
RGB2313044
HSL356°80.72%51.18%
HSB/HSV356°87.01%90.59%
CMYK0.00%87.01%80.95%
9.41%

Color #E71E2C in popluar number systems.

HEXE71E2C
Decimal2313044
Binary1110011111110101100
Octal3473654

Shades and tints

Shades of #E71E2C

#E71E2C
(231,30,44)
#D21C28
(210,28,40)
#BD1A24
(189,26,36)
#A81820
(168,24,32)
#93161C
(147,22,28)
#7E1418
(126,20,24)
#691214
(105,18,20)
#541010
(84,16,16)
#3F0E0C
(63,14,12)
#2A0C08
(42,12,8)
#150A04
(21,10,4)
#000000
(0,0,0)

Tints of #E71E2C

#E71E2C
(231,30,44)
#E9323F
(233,50,63)
#EB4652
(235,70,82)
#ED5A65
(237,90,101)
#EF6E78
(239,110,120)
#F1828B
(241,130,139)
#F3969E
(243,150,158)
#F5AAB1
(245,170,177)
#F7BEC4
(247,190,196)
#F9D2D7
(249,210,215)
#FBE6EA
(251,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E71E2C color. Also use rgb(231,30,44) instead hex code.

Text Font Color

.myTextColor { color: #E71E2C; }

<p style="color:#E71E2C">This sample text font color is #E71E2C.</p>

This text font color is #E71E2C.


Background Color

.myBgColor { background-color: #E71E2C; }

<div style="background-color:#E71E2C">Inner text</div>

This div background color is #E71E2C.


Border color

.myBorderColor { border: 1px solid #E71E2C; }

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

This div border color is #E71E2C.


Opacity

.myOpacity80 { color: #E71E2C; opacity: 0.8; }

<p style="color:#E71E2C;opacity:0.8;">80%</p>

Text with #E71E2C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E71E2C;}

<p style="text-shadow: 3px 3px 1px #E71E2C">Text here.</p>

This text has shadow with #E71E2C color.

.textShadow {text-shadow: 3px 3px 1px #E71E2C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E71E2C, 5px 5px 20px red">Text here.</p>

This text has shadow with #E71E2C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E71E2C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E71E2C, Direction=45, Strength=4)">Text</p>

This text has shadow with #E71E2C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E71E2C;
  -webkit-box-shadow:	1px 1px 3px 2px #E71E2C;
  box-shadow:		1px 1px 3px 2px #E71E2C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E71E2C;
-webkit-box-shadow: 1px 1px 3px 2px #E71E2C;
box-shadow:1px 1px 3px 2px #E71E2C;">
Div content here</div>
This div box has shadow with color #E71E2C.

Preview

Color preview on black background

This text has color #E71E2C on black background.


Color preview on white background

This text has color #E71E2C on white background.



Black color preview on #E71E2C background

This text has black color on #E71E2C background.


White color preview on #E71E2C background

This text has white color on #E71E2C background.