COLOR #E9101A

HEX: #E9101A
RGB: (233,16,26)

Color info

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

RGB color model

#E9101A color RGB value is (233,16,26).

  • red value is 233;
  • green value is 16;
  • blue value is 26.
RGB:
(233,16,26)
(91%,6%,10%)

RGB channels and saturation

R 233 of 255 = 91%
G 16 of 255 = 6%
B 26 of 255 = 10%

233
16
26

R + G + B ~ 36%. #E9101A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
233 + 16 + 26 = 275 (100%)
R 233 of 275 ~ 84.73%
G 16 of 275 ~ 5.82%
B 26 of 275 ~ 9.45%

%84.73

CMYK color model

#E9101A color CMYK value is (0,93,89,9).

  • cyan value is 0.00%
  • magenta value is 93.13%
  • yellow value is 88.84%
  • key color value is 8.63%
CMYK:
(0,93,89,9)
C0M93Y89K9 
(0%,93%,89%,9%)
(0.00/0.93/0.89/0.09)	

CMYK percentages

%0
%93.13
%88.84
%8.63

Codes

Color #E9101A in popluar color models

E9101A
RGB2331626
HSL357°87.15%48.82%
HSB/HSV357°93.13%91.37%
CMYK0.00%93.13%88.84%
8.63%

Color #E9101A in popluar number systems.

HEXE9101A
Decimal2331626
Binary111010011000011010
Octal3512032

Shades and tints

Shades of #E9101A

#E9101A
(233,16,26)
#D40F18
(212,15,24)
#BF0E16
(191,14,22)
#AA0D14
(170,13,20)
#950C12
(149,12,18)
#800B10
(128,11,16)
#6B0A0E
(107,10,14)
#56090C
(86,9,12)
#41080A
(65,8,10)
#2C0708
(44,7,8)
#170606
(23,6,6)
#000000
(0,0,0)

Tints of #E9101A

#E9101A
(233,16,26)
#EB252E
(235,37,46)
#ED3A42
(237,58,66)
#EF4F56
(239,79,86)
#F1646A
(241,100,106)
#F3797E
(243,121,126)
#F58E92
(245,142,146)
#F7A3A6
(247,163,166)
#F9B8BA
(249,184,186)
#FBCDCE
(251,205,206)
#FDE2E2
(253,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9101A color. Also use rgb(233,16,26) instead hex code.

Text Font Color

.myTextColor { color: #E9101A; }

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

This text font color is #E9101A.


Background Color

.myBgColor { background-color: #E9101A; }

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

This div background color is #E9101A.


Border color

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

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

This div border color is #E9101A.


Opacity

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

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

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

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

This text has shadow with #E9101A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9101A on black background.


Color preview on white background

This text has color #E9101A on white background.



Black color preview on #E9101A background

This text has black color on #E9101A background.


White color preview on #E9101A background

This text has white color on #E9101A background.