COLOR #E21630

HEX: #E21630
RGB: (226,22,48)

Color info

#E21630 contains mainly red color. Web safe color of #E21630 is #CC0033 (or #C03).

RGB color model

#E21630 color RGB value is (226,22,48).

  • red value is 226;
  • green value is 22;
  • blue value is 48.
RGB:
(226,22,48)
(89%,9%,19%)

RGB channels and saturation

R 226 of 255 = 89%
G 22 of 255 = 9%
B 48 of 255 = 19%

226
22
48

R + G + B ~ 39%. #E21630 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
226 + 22 + 48 = 296 (100%)
R 226 of 296 ~ 76.35%
G 22 of 296 ~ 7.43%
B 48 of 296 ~ 16.22%

%76.35
%16.22

CMYK color model

#E21630 color CMYK value is (0,90,79,11).

  • cyan value is 0.00%
  • magenta value is 90.27%
  • yellow value is 78.76%
  • key color value is 11.37%
CMYK:
(0,90,79,11)
C0M90Y79K11 
(0%,90%,79%,11%)
(0.00/0.90/0.79/0.11)	

CMYK percentages

%0
%90.27
%78.76
%11.37

Codes

Color #E21630 in popluar color models

E21630
RGB2262248
HSL352°82.26%48.63%
HSB/HSV352°90.27%88.63%
CMYK0.00%90.27%78.76%
11.37%

Color #E21630 in popluar number systems.

HEXE21630
Decimal2262248
Binary1110001010110110000
Octal3422660

Shades and tints

Shades of #E21630

#E21630
(226,22,48)
#CE142C
(206,20,44)
#BA1228
(186,18,40)
#A61024
(166,16,36)
#920E20
(146,14,32)
#7E0C1C
(126,12,28)
#6A0A18
(106,10,24)
#560814
(86,8,20)
#420610
(66,6,16)
#2E040C
(46,4,12)
#1A0208
(26,2,8)
#000000
(0,0,0)

Tints of #E21630

#E21630
(226,22,48)
#E42B42
(228,43,66)
#E64054
(230,64,84)
#E85566
(232,85,102)
#EA6A78
(234,106,120)
#EC7F8A
(236,127,138)
#EE949C
(238,148,156)
#F0A9AE
(240,169,174)
#F2BEC0
(242,190,192)
#F4D3D2
(244,211,210)
#F6E8E4
(246,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E21630 color. Also use rgb(226,22,48) instead hex code.

Text Font Color

.myTextColor { color: #E21630; }

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

This text font color is #E21630.


Background Color

.myBgColor { background-color: #E21630; }

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

This div background color is #E21630.


Border color

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

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

This div border color is #E21630.


Opacity

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

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

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

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

This text has shadow with #E21630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E21630 on black background.


Color preview on white background

This text has color #E21630 on white background.



Black color preview on #E21630 background

This text has black color on #E21630 background.


White color preview on #E21630 background

This text has white color on #E21630 background.