COLOR #E81C26

HEX: #E81C26
RGB: (232,28,38)

Color info

#E81C26 contains mainly red color. Web safe color of #E81C26 is #FF3333 (or #F33).

RGB color model

#E81C26 color RGB value is (232,28,38).

  • red value is 232;
  • green value is 28;
  • blue value is 38.
RGB:
(232,28,38)
(91%,11%,15%)

RGB channels and saturation

R 232 of 255 = 91%
G 28 of 255 = 11%
B 38 of 255 = 15%

232
28
38

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

Portions of RGB colors in percentages

R + G + B =
232 + 28 + 38 = 298 (100%)
R 232 of 298 ~ 77.85%
G 28 of 298 ~ 9.4%
B 38 of 298 ~ 12.75%

%77.85
%12.75

CMYK color model

#E81C26 color CMYK value is (0,88,84,9).

  • cyan value is 0.00%
  • magenta value is 87.93%
  • yellow value is 83.62%
  • key color value is 9.02%
CMYK:
(0,88,84,9)
C0M88Y84K9 
(0%,88%,84%,9%)
(0.00/0.88/0.84/0.09)	

CMYK percentages

%0
%87.93
%83.62
%9.02

Codes

Color #E81C26 in popluar color models

E81C26
RGB2322838
HSL357°81.60%50.98%
HSB/HSV357°87.93%90.98%
CMYK0.00%87.93%83.62%
9.02%

Color #E81C26 in popluar number systems.

HEXE81C26
Decimal2322838
Binary1110100011100100110
Octal3503446

Shades and tints

Shades of #E81C26

#E81C26
(232,28,38)
#D31A23
(211,26,35)
#BE1820
(190,24,32)
#A9161D
(169,22,29)
#94141A
(148,20,26)
#7F1217
(127,18,23)
#6A1014
(106,16,20)
#550E11
(85,14,17)
#400C0E
(64,12,14)
#2B0A0B
(43,10,11)
#160808
(22,8,8)
#000000
(0,0,0)

Tints of #E81C26

#E81C26
(232,28,38)
#EA3039
(234,48,57)
#EC444C
(236,68,76)
#EE585F
(238,88,95)
#F06C72
(240,108,114)
#F28085
(242,128,133)
#F49498
(244,148,152)
#F6A8AB
(246,168,171)
#F8BCBE
(248,188,190)
#FAD0D1
(250,208,209)
#FCE4E4
(252,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E81C26 color. Also use rgb(232,28,38) instead hex code.

Text Font Color

.myTextColor { color: #E81C26; }

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

This text font color is #E81C26.


Background Color

.myBgColor { background-color: #E81C26; }

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

This div background color is #E81C26.


Border color

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

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

This div border color is #E81C26.


Opacity

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

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

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

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

This text has shadow with #E81C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E81C26 on black background.


Color preview on white background

This text has color #E81C26 on white background.



Black color preview on #E81C26 background

This text has black color on #E81C26 background.


White color preview on #E81C26 background

This text has white color on #E81C26 background.