COLOR #E31F2B

HEX: #E31F2B
RGB: (227,31,43)

Color info

#E31F2B contains mainly red color. Web safe color of #E31F2B is #CC3333 (or #C33).

RGB color model

#E31F2B color RGB value is (227,31,43).

  • red value is 227;
  • green value is 31;
  • blue value is 43.
RGB:
(227,31,43)
(89%,12%,17%)

RGB channels and saturation

R 227 of 255 = 89%
G 31 of 255 = 12%
B 43 of 255 = 17%

227
31
43

R + G + B ~ 39%. #E31F2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
227 + 31 + 43 = 301 (100%)
R 227 of 301 ~ 75.42%
G 31 of 301 ~ 10.3%
B 43 of 301 ~ 14.29%

%75.42
%10.3
%14.29

CMYK color model

#E31F2B color CMYK value is (0,86,81,11).

  • cyan value is 0.00%
  • magenta value is 86.34%
  • yellow value is 81.06%
  • key color value is 10.98%
CMYK:
(0,86,81,11)
C0M86Y81K11 
(0%,86%,81%,11%)
(0.00/0.86/0.81/0.11)	

CMYK percentages

%0
%86.34
%81.06
%10.98

Codes

Color #E31F2B in popluar color models

E31F2B
RGB2273143
HSL356°77.78%50.59%
HSB/HSV356°86.34%89.02%
CMYK0.00%86.34%81.06%
10.98%

Color #E31F2B in popluar number systems.

HEXE31F2B
Decimal2273143
Binary1110001111111101011
Octal3433753

Shades and tints

Shades of #E31F2B

#E31F2B
(227,31,43)
#CF1D28
(207,29,40)
#BB1B25
(187,27,37)
#A71922
(167,25,34)
#93171F
(147,23,31)
#7F151C
(127,21,28)
#6B1319
(107,19,25)
#571116
(87,17,22)
#430F13
(67,15,19)
#2F0D10
(47,13,16)
#1B0B0D
(27,11,13)
#000000
(0,0,0)

Tints of #E31F2B

#E31F2B
(227,31,43)
#E5333E
(229,51,62)
#E74751
(231,71,81)
#E95B64
(233,91,100)
#EB6F77
(235,111,119)
#ED838A
(237,131,138)
#EF979D
(239,151,157)
#F1ABB0
(241,171,176)
#F3BFC3
(243,191,195)
#F5D3D6
(245,211,214)
#F7E7E9
(247,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E31F2B color. Also use rgb(227,31,43) instead hex code.

Text Font Color

.myTextColor { color: #E31F2B; }

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

This text font color is #E31F2B.


Background Color

.myBgColor { background-color: #E31F2B; }

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

This div background color is #E31F2B.


Border color

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

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

This div border color is #E31F2B.


Opacity

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

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

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

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

This text has shadow with #E31F2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E31F2B on black background.


Color preview on white background

This text has color #E31F2B on white background.



Black color preview on #E31F2B background

This text has black color on #E31F2B background.


White color preview on #E31F2B background

This text has white color on #E31F2B background.