COLOR #E90B1D

HEX: #E90B1D
RGB: (233,11,29)

Color info

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

RGB color model

#E90B1D color RGB value is (233,11,29).

  • red value is 233;
  • green value is 11;
  • blue value is 29.
RGB:
(233,11,29)
(91%,4%,11%)

RGB channels and saturation

R 233 of 255 = 91%
G 11 of 255 = 4%
B 29 of 255 = 11%

233
11
29

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

Portions of RGB colors in percentages

R + G + B =
233 + 11 + 29 = 273 (100%)
R 233 of 273 ~ 85.35%
G 11 of 273 ~ 4.03%
B 29 of 273 ~ 10.62%

%85.35
%10.62

CMYK color model

#E90B1D color CMYK value is (0,95,88,9).

  • cyan value is 0.00%
  • magenta value is 95.28%
  • yellow value is 87.55%
  • key color value is 8.63%
CMYK:
(0,95,88,9)
C0M95Y88K9 
(0%,95%,88%,9%)
(0.00/0.95/0.88/0.09)	

CMYK percentages

%0
%95.28
%87.55
%8.63

Codes

Color #E90B1D in popluar color models

E90B1D
RGB2331129
HSL355°90.98%47.84%
HSB/HSV355°95.28%91.37%
CMYK0.00%95.28%87.55%
8.63%

Color #E90B1D in popluar number systems.

HEXE90B1D
Decimal2331129
Binary11101001101111101
Octal3511335

Shades and tints

Shades of #E90B1D

#E90B1D
(233,11,29)
#D40A1B
(212,10,27)
#BF0919
(191,9,25)
#AA0817
(170,8,23)
#950715
(149,7,21)
#800613
(128,6,19)
#6B0511
(107,5,17)
#56040F
(86,4,15)
#41030D
(65,3,13)
#2C020B
(44,2,11)
#170109
(23,1,9)
#000000
(0,0,0)

Tints of #E90B1D

#E90B1D
(233,11,29)
#EB2131
(235,33,49)
#ED3745
(237,55,69)
#EF4D59
(239,77,89)
#F1636D
(241,99,109)
#F37981
(243,121,129)
#F58F95
(245,143,149)
#F7A5A9
(247,165,169)
#F9BBBD
(249,187,189)
#FBD1D1
(251,209,209)
#FDE7E5
(253,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E90B1D color. Also use rgb(233,11,29) instead hex code.

Text Font Color

.myTextColor { color: #E90B1D; }

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

This text font color is #E90B1D.


Background Color

.myBgColor { background-color: #E90B1D; }

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

This div background color is #E90B1D.


Border color

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

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

This div border color is #E90B1D.


Opacity

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

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

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

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

This text has shadow with #E90B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E90B1D on black background.


Color preview on white background

This text has color #E90B1D on white background.



Black color preview on #E90B1D background

This text has black color on #E90B1D background.


White color preview on #E90B1D background

This text has white color on #E90B1D background.