COLOR #E9242E

HEX: #E9242E
RGB: (233,36,46)

Color info

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

RGB color model

#E9242E color RGB value is (233,36,46).

  • red value is 233;
  • green value is 36;
  • blue value is 46.
RGB:
(233,36,46)
(91%,14%,18%)

RGB channels and saturation

R 233 of 255 = 91%
G 36 of 255 = 14%
B 46 of 255 = 18%

233
36
46

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

Portions of RGB colors in percentages

R + G + B =
233 + 36 + 46 = 315 (100%)
R 233 of 315 ~ 73.97%
G 36 of 315 ~ 11.43%
B 46 of 315 ~ 14.6%

%73.97
%11.43
%14.6

CMYK color model

#E9242E color CMYK value is (0,85,80,9).

  • cyan value is 0.00%
  • magenta value is 84.55%
  • yellow value is 80.26%
  • key color value is 8.63%
CMYK:
(0,85,80,9)
C0M85Y80K9 
(0%,85%,80%,9%)
(0.00/0.85/0.80/0.09)	

CMYK percentages

%0
%84.55
%80.26
%8.63

Codes

Color #E9242E in popluar color models

E9242E
RGB2333646
HSL357°81.74%52.75%
HSB/HSV357°84.55%91.37%
CMYK0.00%84.55%80.26%
8.63%

Color #E9242E in popluar number systems.

HEXE9242E
Decimal2333646
Binary11101001100100101110
Octal3514456

Shades and tints

Shades of #E9242E

#E9242E
(233,36,46)
#D4212A
(212,33,42)
#BF1E26
(191,30,38)
#AA1B22
(170,27,34)
#95181E
(149,24,30)
#80151A
(128,21,26)
#6B1216
(107,18,22)
#560F12
(86,15,18)
#410C0E
(65,12,14)
#2C090A
(44,9,10)
#170606
(23,6,6)
#000000
(0,0,0)

Tints of #E9242E

#E9242E
(233,36,46)
#EB3741
(235,55,65)
#ED4A54
(237,74,84)
#EF5D67
(239,93,103)
#F1707A
(241,112,122)
#F3838D
(243,131,141)
#F596A0
(245,150,160)
#F7A9B3
(247,169,179)
#F9BCC6
(249,188,198)
#FBCFD9
(251,207,217)
#FDE2EC
(253,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9242E color. Also use rgb(233,36,46) instead hex code.

Text Font Color

.myTextColor { color: #E9242E; }

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

This text font color is #E9242E.


Background Color

.myBgColor { background-color: #E9242E; }

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

This div background color is #E9242E.


Border color

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

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

This div border color is #E9242E.


Opacity

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

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

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

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

This text has shadow with #E9242E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9242E on black background.


Color preview on white background

This text has color #E9242E on white background.



Black color preview on #E9242E background

This text has black color on #E9242E background.


White color preview on #E9242E background

This text has white color on #E9242E background.