COLOR #E31614

HEX: #E31614
RGB: (227,22,20)

Color info

#E31614 contains mainly red color. Web safe color of #E31614 is #CC0000 (or #C00).

RGB color model

#E31614 color RGB value is (227,22,20).

  • red value is 227;
  • green value is 22;
  • blue value is 20.
RGB:
(227,22,20)
(89%,9%,8%)

RGB channels and saturation

R 227 of 255 = 89%
G 22 of 255 = 9%
B 20 of 255 = 8%

227
22
20

R + G + B ~ 35%. #E31614 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
227 + 22 + 20 = 269 (100%)
R 227 of 269 ~ 84.39%
G 22 of 269 ~ 8.18%
B 20 of 269 ~ 7.43%

%84.39

CMYK color model

#E31614 color CMYK value is (0,90,91,11).

  • cyan value is 0.00%
  • magenta value is 90.31%
  • yellow value is 91.19%
  • key color value is 10.98%
CMYK:
(0,90,91,11)
C0M90Y91K11 
(0%,90%,91%,11%)
(0.00/0.90/0.91/0.11)	

CMYK percentages

%0
%90.31
%91.19
%10.98

Codes

Color #E31614 in popluar color models

E31614
RGB2272220
HSL83.81%48.43%
HSB/HSV91.19%89.02%
CMYK0.00%90.31%91.19%
10.98%

Color #E31614 in popluar number systems.

HEXE31614
Decimal2272220
Binary111000111011010100
Octal3432624

Shades and tints

Shades of #E31614

#E31614
(227,22,20)
#CF1413
(207,20,19)
#BB1212
(187,18,18)
#A71011
(167,16,17)
#930E10
(147,14,16)
#7F0C0F
(127,12,15)
#6B0A0E
(107,10,14)
#57080D
(87,8,13)
#43060C
(67,6,12)
#2F040B
(47,4,11)
#1B020A
(27,2,10)
#000000
(0,0,0)

Tints of #E31614

#E31614
(227,22,20)
#E52B29
(229,43,41)
#E7403E
(231,64,62)
#E95553
(233,85,83)
#EB6A68
(235,106,104)
#ED7F7D
(237,127,125)
#EF9492
(239,148,146)
#F1A9A7
(241,169,167)
#F3BEBC
(243,190,188)
#F5D3D1
(245,211,209)
#F7E8E6
(247,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E31614 color. Also use rgb(227,22,20) instead hex code.

Text Font Color

.myTextColor { color: #E31614; }

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

This text font color is #E31614.


Background Color

.myBgColor { background-color: #E31614; }

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

This div background color is #E31614.


Border color

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

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

This div border color is #E31614.


Opacity

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

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

Text with #E31614 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 #E31614;}

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

This text has shadow with #E31614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E31614 on black background.


Color preview on white background

This text has color #E31614 on white background.



Black color preview on #E31614 background

This text has black color on #E31614 background.


White color preview on #E31614 background

This text has white color on #E31614 background.