COLOR #E31B4B

HEX: #E31B4B
RGB: (227,27,75)

Color info

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

RGB color model

#E31B4B color RGB value is (227,27,75).

  • red value is 227;
  • green value is 27;
  • blue value is 75.
RGB:
(227,27,75)
(89%,11%,29%)

RGB channels and saturation

R 227 of 255 = 89%
G 27 of 255 = 11%
B 75 of 255 = 29%

227
27
75

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

Portions of RGB colors in percentages

R + G + B =
227 + 27 + 75 = 329 (100%)
R 227 of 329 ~ 69%
G 27 of 329 ~ 8.21%
B 75 of 329 ~ 22.8%

%69
%22.8

CMYK color model

#E31B4B color CMYK value is (0,88,67,11).

  • cyan value is 0.00%
  • magenta value is 88.11%
  • yellow value is 66.96%
  • key color value is 10.98%
CMYK:
(0,88,67,11)
C0M88Y67K11 
(0%,88%,67%,11%)
(0.00/0.88/0.67/0.11)	

CMYK percentages

%0
%88.11
%66.96
%10.98

Codes

Color #E31B4B in popluar color models

E31B4B
RGB2272775
HSL346°78.74%49.80%
HSB/HSV346°88.11%89.02%
CMYK0.00%88.11%66.96%
10.98%

Color #E31B4B in popluar number systems.

HEXE31B4B
Decimal2272775
Binary11100011110111001011
Octal34333113

Shades and tints

Shades of #E31B4B

#E31B4B
(227,27,75)
#CF1945
(207,25,69)
#BB173F
(187,23,63)
#A71539
(167,21,57)
#931333
(147,19,51)
#7F112D
(127,17,45)
#6B0F27
(107,15,39)
#570D21
(87,13,33)
#430B1B
(67,11,27)
#2F0915
(47,9,21)
#1B070F
(27,7,15)
#000000
(0,0,0)

Tints of #E31B4B

#E31B4B
(227,27,75)
#E52F5B
(229,47,91)
#E7436B
(231,67,107)
#E9577B
(233,87,123)
#EB6B8B
(235,107,139)
#ED7F9B
(237,127,155)
#EF93AB
(239,147,171)
#F1A7BB
(241,167,187)
#F3BBCB
(243,187,203)
#F5CFDB
(245,207,219)
#F7E3EB
(247,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E31B4B color. Also use rgb(227,27,75) instead hex code.

Text Font Color

.myTextColor { color: #E31B4B; }

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

This text font color is #E31B4B.


Background Color

.myBgColor { background-color: #E31B4B; }

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

This div background color is #E31B4B.


Border color

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

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

This div border color is #E31B4B.


Opacity

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

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

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

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

This text has shadow with #E31B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E31B4B on black background.


Color preview on white background

This text has color #E31B4B on white background.



Black color preview on #E31B4B background

This text has black color on #E31B4B background.


White color preview on #E31B4B background

This text has white color on #E31B4B background.