COLOR #E21501

HEX: #E21501
RGB: (226,21,1)

Color info

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

RGB color model

#E21501 color RGB value is (226,21,1).

  • red value is 226;
  • green value is 21;
  • blue value is 1.
RGB:
(226,21,1)
(89%,8%,0%)

RGB channels and saturation

R 226 of 255 = 89%
G 21 of 255 = 8%
B 1 of 255 = 0%

226
21
1

R + G + B ~ 32%. #E21501 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
226 + 21 + 1 = 248 (100%)
R 226 of 248 ~ 91.13%
G 21 of 248 ~ 8.47%
B 1 of 248 ~ 0.4%

%91.13

CMYK color model

#E21501 color CMYK value is (0,91,100,11).

  • cyan value is 0.00%
  • magenta value is 90.71%
  • yellow value is 99.56%
  • key color value is 11.37%
CMYK:
(0,91,100,11)
C0M91Y100K11 
(0%,91%,100%,11%)
(0.00/0.91/1.00/0.11)	

CMYK percentages

%0
%90.71
%99.56
%11.37

Codes

Color #E21501 in popluar color models

E21501
RGB226211
HSL99.12%44.51%
HSB/HSV99.56%88.63%
CMYK0.00%90.71%99.56%
11.37%

Color #E21501 in popluar number systems.

HEXE21501
Decimal226211
Binary11100010101011
Octal342251

Shades and tints

Shades of #E21501

#E21501
(226,21,1)
#CE1401
(206,20,1)
#BA1301
(186,19,1)
#A61201
(166,18,1)
#921101
(146,17,1)
#7E1001
(126,16,1)
#6A0F01
(106,15,1)
#560E01
(86,14,1)
#420D01
(66,13,1)
#2E0C01
(46,12,1)
#1A0B01
(26,11,1)
#000000
(0,0,0)

Tints of #E21501

#E21501
(226,21,1)
#E42A18
(228,42,24)
#E63F2F
(230,63,47)
#E85446
(232,84,70)
#EA695D
(234,105,93)
#EC7E74
(236,126,116)
#EE938B
(238,147,139)
#F0A8A2
(240,168,162)
#F2BDB9
(242,189,185)
#F4D2D0
(244,210,208)
#F6E7E7
(246,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E21501 color. Also use rgb(226,21,1) instead hex code.

Text Font Color

.myTextColor { color: #E21501; }

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

This text font color is #E21501.


Background Color

.myBgColor { background-color: #E21501; }

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

This div background color is #E21501.


Border color

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

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

This div border color is #E21501.


Opacity

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

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

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

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

This text has shadow with #E21501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E21501 on black background.


Color preview on white background

This text has color #E21501 on white background.



Black color preview on #E21501 background

This text has black color on #E21501 background.


White color preview on #E21501 background

This text has white color on #E21501 background.