COLOR #E3151D

HEX: #E3151D
RGB: (227,21,29)

Color info

#E3151D contains mainly red color. Web safe color of #E3151D is #CC0033 (or #C03).

RGB color model

#E3151D color RGB value is (227,21,29).

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

RGB channels and saturation

R 227 of 255 = 89%
G 21 of 255 = 8%
B 29 of 255 = 11%

227
21
29

R + G + B ~ 36%. #E3151D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
227 + 21 + 29 = 277 (100%)
R 227 of 277 ~ 81.95%
G 21 of 277 ~ 7.58%
B 29 of 277 ~ 10.47%

%81.95
%10.47

CMYK color model

#E3151D color CMYK value is (0,91,87,11).

  • cyan value is 0.00%
  • magenta value is 90.75%
  • yellow value is 87.22%
  • key color value is 10.98%
CMYK:
(0,91,87,11)
C0M91Y87K11 
(0%,91%,87%,11%)
(0.00/0.91/0.87/0.11)	

CMYK percentages

%0
%90.75
%87.22
%10.98

Codes

Color #E3151D in popluar color models

E3151D
RGB2272129
HSL358°83.06%48.63%
HSB/HSV358°90.75%89.02%
CMYK0.00%90.75%87.22%
10.98%

Color #E3151D in popluar number systems.

HEXE3151D
Decimal2272129
Binary111000111010111101
Octal3432535

Shades and tints

Shades of #E3151D

#E3151D
(227,21,29)
#CF141B
(207,20,27)
#BB1319
(187,19,25)
#A71217
(167,18,23)
#931115
(147,17,21)
#7F1013
(127,16,19)
#6B0F11
(107,15,17)
#570E0F
(87,14,15)
#430D0D
(67,13,13)
#2F0C0B
(47,12,11)
#1B0B09
(27,11,9)
#000000
(0,0,0)

Tints of #E3151D

#E3151D
(227,21,29)
#E52A31
(229,42,49)
#E73F45
(231,63,69)
#E95459
(233,84,89)
#EB696D
(235,105,109)
#ED7E81
(237,126,129)
#EF9395
(239,147,149)
#F1A8A9
(241,168,169)
#F3BDBD
(243,189,189)
#F5D2D1
(245,210,209)
#F7E7E5
(247,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3151D color. Also use rgb(227,21,29) instead hex code.

Text Font Color

.myTextColor { color: #E3151D; }

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

This text font color is #E3151D.


Background Color

.myBgColor { background-color: #E3151D; }

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

This div background color is #E3151D.


Border color

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

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

This div border color is #E3151D.


Opacity

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

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

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

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

This text has shadow with #E3151D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3151D on black background.


Color preview on white background

This text has color #E3151D on white background.



Black color preview on #E3151D background

This text has black color on #E3151D background.


White color preview on #E3151D background

This text has white color on #E3151D background.