COLOR #E2440B

HEX: #E2440B
RGB: (226,68,11)

Color info

#E2440B contains mainly red color. Web safe color of #E2440B is #CC3300 (or #C30).

RGB color model

#E2440B color RGB value is (226,68,11).

  • red value is 226;
  • green value is 68;
  • blue value is 11.
RGB:
(226,68,11)
(89%,27%,4%)

RGB channels and saturation

R 226 of 255 = 89%
G 68 of 255 = 27%
B 11 of 255 = 4%

226
68
11

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

Portions of RGB colors in percentages

R + G + B =
226 + 68 + 11 = 305 (100%)
R 226 of 305 ~ 74.1%
G 68 of 305 ~ 22.3%
B 11 of 305 ~ 3.61%

%74.1
%22.3

CMYK color model

#E2440B color CMYK value is (0,70,95,11).

  • cyan value is 0.00%
  • magenta value is 69.91%
  • yellow value is 95.13%
  • key color value is 11.37%
CMYK:
(0,70,95,11)
C0M70Y95K11 
(0%,70%,95%,11%)
(0.00/0.70/0.95/0.11)	

CMYK percentages

%0
%69.91
%95.13
%11.37

Codes

Color #E2440B in popluar color models

E2440B
RGB2266811
HSL16°90.72%46.47%
HSB/HSV16°95.13%88.63%
CMYK0.00%69.91%95.13%
11.37%

Color #E2440B in popluar number systems.

HEXE2440B
Decimal2266811
Binary1110001010001001011
Octal34210413

Shades and tints

Shades of #E2440B

#E2440B
(226,68,11)
#CE3E0A
(206,62,10)
#BA3809
(186,56,9)
#A63208
(166,50,8)
#922C07
(146,44,7)
#7E2606
(126,38,6)
#6A2005
(106,32,5)
#561A04
(86,26,4)
#421403
(66,20,3)
#2E0E02
(46,14,2)
#1A0801
(26,8,1)
#000000
(0,0,0)

Tints of #E2440B

#E2440B
(226,68,11)
#E45521
(228,85,33)
#E66637
(230,102,55)
#E8774D
(232,119,77)
#EA8863
(234,136,99)
#EC9979
(236,153,121)
#EEAA8F
(238,170,143)
#F0BBA5
(240,187,165)
#F2CCBB
(242,204,187)
#F4DDD1
(244,221,209)
#F6EEE7
(246,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2440B color. Also use rgb(226,68,11) instead hex code.

Text Font Color

.myTextColor { color: #E2440B; }

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

This text font color is #E2440B.


Background Color

.myBgColor { background-color: #E2440B; }

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

This div background color is #E2440B.


Border color

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

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

This div border color is #E2440B.


Opacity

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

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

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

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

This text has shadow with #E2440B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2440B on black background.


Color preview on white background

This text has color #E2440B on white background.



Black color preview on #E2440B background

This text has black color on #E2440B background.


White color preview on #E2440B background

This text has white color on #E2440B background.