COLOR #E3151A

HEX: #E3151A
RGB: (227,21,26)

Color info

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

RGB color model

#E3151A color RGB value is (227,21,26).

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

RGB channels and saturation

R 227 of 255 = 89%
G 21 of 255 = 8%
B 26 of 255 = 10%

227
21
26

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

Portions of RGB colors in percentages

R + G + B =
227 + 21 + 26 = 274 (100%)
R 227 of 274 ~ 82.85%
G 21 of 274 ~ 7.66%
B 26 of 274 ~ 9.49%

%82.85

CMYK color model

#E3151A color CMYK value is (0,91,89,11).

  • cyan value is 0.00%
  • magenta value is 90.75%
  • yellow value is 88.55%
  • key color value is 10.98%
CMYK:
(0,91,89,11)
C0M91Y89K11 
(0%,91%,89%,11%)
(0.00/0.91/0.89/0.11)	

CMYK percentages

%0
%90.75
%88.55
%10.98

Codes

Color #E3151A in popluar color models

E3151A
RGB2272126
HSL359°83.06%48.63%
HSB/HSV359°90.75%89.02%
CMYK0.00%90.75%88.55%
10.98%

Color #E3151A in popluar number systems.

HEXE3151A
Decimal2272126
Binary111000111010111010
Octal3432532

Shades and tints

Shades of #E3151A

#E3151A
(227,21,26)
#CF1418
(207,20,24)
#BB1316
(187,19,22)
#A71214
(167,18,20)
#931112
(147,17,18)
#7F1010
(127,16,16)
#6B0F0E
(107,15,14)
#570E0C
(87,14,12)
#430D0A
(67,13,10)
#2F0C08
(47,12,8)
#1B0B06
(27,11,6)
#000000
(0,0,0)

Tints of #E3151A

#E3151A
(227,21,26)
#E52A2E
(229,42,46)
#E73F42
(231,63,66)
#E95456
(233,84,86)
#EB696A
(235,105,106)
#ED7E7E
(237,126,126)
#EF9392
(239,147,146)
#F1A8A6
(241,168,166)
#F3BDBA
(243,189,186)
#F5D2CE
(245,210,206)
#F7E7E2
(247,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3151A; }

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

This text font color is #E3151A.


Background Color

.myBgColor { background-color: #E3151A; }

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

This div background color is #E3151A.


Border color

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

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

This div border color is #E3151A.


Opacity

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

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

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

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

This text has shadow with #E3151A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3151A on black background.


Color preview on white background

This text has color #E3151A on white background.



Black color preview on #E3151A background

This text has black color on #E3151A background.


White color preview on #E3151A background

This text has white color on #E3151A background.