COLOR #E1001A

HEX: #E1001A
RGB: (225,0,26)

Color info

#E1001A contains mainly red color. Web safe color of #E1001A is #CC0000 (or #C00).

RGB color model

#E1001A color RGB value is (225,0,26).

  • red value is 225;
  • green value is 0;
  • blue value is 26.
RGB:
(225,0,26)
(88%,0%,10%)

RGB channels and saturation

R 225 of 255 = 88%
G 0 of 255 = 0%
B 26 of 255 = 10%

225
0
26

R + G + B ~ 33%. #E1001A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
225 + 0 + 26 = 251 (100%)
R 225 of 251 ~ 89.64%
G 0 of 251 ~ 0%
B 26 of 251 ~ 10.36%

%89.64
%10.36

CMYK color model

#E1001A color CMYK value is (0,100,88,12).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 88.44%
  • key color value is 11.76%
CMYK:
(0,100,88,12)
C0M100Y88K12 
(0%,100%,88%,12%)
(0.00/1.00/0.88/0.12)	

CMYK percentages

%0
%100
%88.44
%11.76

Codes

Color #E1001A in popluar color models

E1001A
RGB225026
HSL353°100.00%44.12%
HSB/HSV353°100.00%88.24%
CMYK0.00%100.00%88.44%
11.76%

Color #E1001A in popluar number systems.

HEXE1001A
Decimal225026
Binary11100001011010
Octal341032

Shades and tints

Shades of #E1001A

#E1001A
(225,0,26)
#CD0018
(205,0,24)
#B90016
(185,0,22)
#A50014
(165,0,20)
#910012
(145,0,18)
#7D0010
(125,0,16)
#69000E
(105,0,14)
#55000C
(85,0,12)
#41000A
(65,0,10)
#2D0008
(45,0,8)
#190006
(25,0,6)
#000000
(0,0,0)

Tints of #E1001A

#E1001A
(225,0,26)
#E3172E
(227,23,46)
#E52E42
(229,46,66)
#E74556
(231,69,86)
#E95C6A
(233,92,106)
#EB737E
(235,115,126)
#ED8A92
(237,138,146)
#EFA1A6
(239,161,166)
#F1B8BA
(241,184,186)
#F3CFCE
(243,207,206)
#F5E6E2
(245,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1001A color. Also use rgb(225,0,26) instead hex code.

Text Font Color

.myTextColor { color: #E1001A; }

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

This text font color is #E1001A.


Background Color

.myBgColor { background-color: #E1001A; }

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

This div background color is #E1001A.


Border color

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

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

This div border color is #E1001A.


Opacity

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

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

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

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

This text has shadow with #E1001A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1001A on black background.


Color preview on white background

This text has color #E1001A on white background.



Black color preview on #E1001A background

This text has black color on #E1001A background.


White color preview on #E1001A background

This text has white color on #E1001A background.