COLOR #E9023D

HEX: #E9023D
RGB: (233,2,61)

Color info

#E9023D contains mainly red color. Web safe color of #E9023D is #FF0033 (or #F03).

RGB color model

#E9023D color RGB value is (233,2,61).

  • red value is 233;
  • green value is 2;
  • blue value is 61.
RGB:
(233,2,61)
(91%,1%,24%)

RGB channels and saturation

R 233 of 255 = 91%
G 2 of 255 = 1%
B 61 of 255 = 24%

233
2
61

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

Portions of RGB colors in percentages

R + G + B =
233 + 2 + 61 = 296 (100%)
R 233 of 296 ~ 78.72%
G 2 of 296 ~ 0.68%
B 61 of 296 ~ 20.61%

%78.72
%20.61

CMYK color model

#E9023D color CMYK value is (0,99,74,9).

  • cyan value is 0.00%
  • magenta value is 99.14%
  • yellow value is 73.82%
  • key color value is 8.63%
CMYK:
(0,99,74,9)
C0M99Y74K9 
(0%,99%,74%,9%)
(0.00/0.99/0.74/0.09)	

CMYK percentages

%0
%99.14
%73.82
%8.63

Codes

Color #E9023D in popluar color models

E9023D
RGB233261
HSL345°98.30%46.08%
HSB/HSV345°99.14%91.37%
CMYK0.00%99.14%73.82%
8.63%

Color #E9023D in popluar number systems.

HEXE9023D
Decimal233261
Binary1110100110111101
Octal351275

Shades and tints

Shades of #E9023D

#E9023D
(233,2,61)
#D40238
(212,2,56)
#BF0233
(191,2,51)
#AA022E
(170,2,46)
#950229
(149,2,41)
#800224
(128,2,36)
#6B021F
(107,2,31)
#56021A
(86,2,26)
#410215
(65,2,21)
#2C0210
(44,2,16)
#17020B
(23,2,11)
#000000
(0,0,0)

Tints of #E9023D

#E9023D
(233,2,61)
#EB194E
(235,25,78)
#ED305F
(237,48,95)
#EF4770
(239,71,112)
#F15E81
(241,94,129)
#F37592
(243,117,146)
#F58CA3
(245,140,163)
#F7A3B4
(247,163,180)
#F9BAC5
(249,186,197)
#FBD1D6
(251,209,214)
#FDE8E7
(253,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9023D color. Also use rgb(233,2,61) instead hex code.

Text Font Color

.myTextColor { color: #E9023D; }

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

This text font color is #E9023D.


Background Color

.myBgColor { background-color: #E9023D; }

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

This div background color is #E9023D.


Border color

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

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

This div border color is #E9023D.


Opacity

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

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

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

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

This text has shadow with #E9023D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9023D on black background.


Color preview on white background

This text has color #E9023D on white background.



Black color preview on #E9023D background

This text has black color on #E9023D background.


White color preview on #E9023D background

This text has white color on #E9023D background.