COLOR #E2391D

HEX: #E2391D
RGB: (226,57,29)

Color info

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

RGB color model

#E2391D color RGB value is (226,57,29).

  • red value is 226;
  • green value is 57;
  • blue value is 29.
RGB:
(226,57,29)
(89%,22%,11%)

RGB channels and saturation

R 226 of 255 = 89%
G 57 of 255 = 22%
B 29 of 255 = 11%

226
57
29

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

Portions of RGB colors in percentages

R + G + B =
226 + 57 + 29 = 312 (100%)
R 226 of 312 ~ 72.44%
G 57 of 312 ~ 18.27%
B 29 of 312 ~ 9.29%

%72.44
%18.27

CMYK color model

#E2391D color CMYK value is (0,75,87,11).

  • cyan value is 0.00%
  • magenta value is 74.78%
  • yellow value is 87.17%
  • key color value is 11.37%
CMYK:
(0,75,87,11)
C0M75Y87K11 
(0%,75%,87%,11%)
(0.00/0.75/0.87/0.11)	

CMYK percentages

%0
%74.78
%87.17
%11.37

Codes

Color #E2391D in popluar color models

E2391D
RGB2265729
HSL77.25%50.00%
HSB/HSV87.17%88.63%
CMYK0.00%74.78%87.17%
11.37%

Color #E2391D in popluar number systems.

HEXE2391D
Decimal2265729
Binary1110001011100111101
Octal3427135

Shades and tints

Shades of #E2391D

#E2391D
(226,57,29)
#CE341B
(206,52,27)
#BA2F19
(186,47,25)
#A62A17
(166,42,23)
#922515
(146,37,21)
#7E2013
(126,32,19)
#6A1B11
(106,27,17)
#56160F
(86,22,15)
#42110D
(66,17,13)
#2E0C0B
(46,12,11)
#1A0709
(26,7,9)
#000000
(0,0,0)

Tints of #E2391D

#E2391D
(226,57,29)
#E44B31
(228,75,49)
#E65D45
(230,93,69)
#E86F59
(232,111,89)
#EA816D
(234,129,109)
#EC9381
(236,147,129)
#EEA595
(238,165,149)
#F0B7A9
(240,183,169)
#F2C9BD
(242,201,189)
#F4DBD1
(244,219,209)
#F6EDE5
(246,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2391D color. Also use rgb(226,57,29) instead hex code.

Text Font Color

.myTextColor { color: #E2391D; }

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

This text font color is #E2391D.


Background Color

.myBgColor { background-color: #E2391D; }

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

This div background color is #E2391D.


Border color

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

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

This div border color is #E2391D.


Opacity

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

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

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

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

This text has shadow with #E2391D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2391D on black background.


Color preview on white background

This text has color #E2391D on white background.



Black color preview on #E2391D background

This text has black color on #E2391D background.


White color preview on #E2391D background

This text has white color on #E2391D background.