COLOR #E90E17

HEX: #E90E17
RGB: (233,14,23)

Color info

#E90E17 contains mainly red color. Web safe color of #E90E17 is #FF0000 (or #F00).

RGB color model

#E90E17 color RGB value is (233,14,23).

  • red value is 233;
  • green value is 14;
  • blue value is 23.
RGB:
(233,14,23)
(91%,5%,9%)

RGB channels and saturation

R 233 of 255 = 91%
G 14 of 255 = 5%
B 23 of 255 = 9%

233
14
23

R + G + B ~ 35%. #E90E17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
233 + 14 + 23 = 270 (100%)
R 233 of 270 ~ 86.3%
G 14 of 270 ~ 5.19%
B 23 of 270 ~ 8.52%

%86.3

CMYK color model

#E90E17 color CMYK value is (0,94,90,9).

  • cyan value is 0.00%
  • magenta value is 93.99%
  • yellow value is 90.13%
  • key color value is 8.63%
CMYK:
(0,94,90,9)
C0M94Y90K9 
(0%,94%,90%,9%)
(0.00/0.94/0.90/0.09)	

CMYK percentages

%0
%93.99
%90.13
%8.63

Codes

Color #E90E17 in popluar color models

E90E17
RGB2331423
HSL358°88.66%48.43%
HSB/HSV358°93.99%91.37%
CMYK0.00%93.99%90.13%
8.63%

Color #E90E17 in popluar number systems.

HEXE90E17
Decimal2331423
Binary11101001111010111
Octal3511627

Shades and tints

Shades of #E90E17

#E90E17
(233,14,23)
#D40D15
(212,13,21)
#BF0C13
(191,12,19)
#AA0B11
(170,11,17)
#950A0F
(149,10,15)
#80090D
(128,9,13)
#6B080B
(107,8,11)
#560709
(86,7,9)
#410607
(65,6,7)
#2C0505
(44,5,5)
#170403
(23,4,3)
#000000
(0,0,0)

Tints of #E90E17

#E90E17
(233,14,23)
#EB232C
(235,35,44)
#ED3841
(237,56,65)
#EF4D56
(239,77,86)
#F1626B
(241,98,107)
#F37780
(243,119,128)
#F58C95
(245,140,149)
#F7A1AA
(247,161,170)
#F9B6BF
(249,182,191)
#FBCBD4
(251,203,212)
#FDE0E9
(253,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E90E17 color. Also use rgb(233,14,23) instead hex code.

Text Font Color

.myTextColor { color: #E90E17; }

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

This text font color is #E90E17.


Background Color

.myBgColor { background-color: #E90E17; }

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

This div background color is #E90E17.


Border color

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

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

This div border color is #E90E17.


Opacity

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

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

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

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

This text has shadow with #E90E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E90E17 on black background.


Color preview on white background

This text has color #E90E17 on white background.



Black color preview on #E90E17 background

This text has black color on #E90E17 background.


White color preview on #E90E17 background

This text has white color on #E90E17 background.