COLOR #E02920

HEX: #E02920
RGB: (224,41,32)

Color info

#E02920 contains mainly red color. Web safe color of #E02920 is #CC3333 (or #C33).

RGB color model

#E02920 color RGB value is (224,41,32).

  • red value is 224;
  • green value is 41;
  • blue value is 32.
RGB:
(224,41,32)
(88%,16%,13%)

RGB channels and saturation

R 224 of 255 = 88%
G 41 of 255 = 16%
B 32 of 255 = 13%

224
41
32

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

Portions of RGB colors in percentages

R + G + B =
224 + 41 + 32 = 297 (100%)
R 224 of 297 ~ 75.42%
G 41 of 297 ~ 13.8%
B 32 of 297 ~ 10.77%

%75.42
%13.8
%10.77

CMYK color model

#E02920 color CMYK value is (0,82,86,12).

  • cyan value is 0.00%
  • magenta value is 81.70%
  • yellow value is 85.71%
  • key color value is 12.16%
CMYK:
(0,82,86,12)
C0M82Y86K12 
(0%,82%,86%,12%)
(0.00/0.82/0.86/0.12)	

CMYK percentages

%0
%81.7
%85.71
%12.16

Codes

Color #E02920 in popluar color models

E02920
RGB2244132
HSL75.59%50.20%
HSB/HSV85.71%87.84%
CMYK0.00%81.70%85.71%
12.16%

Color #E02920 in popluar number systems.

HEXE02920
Decimal2244132
Binary11100000101001100000
Octal3405140

Shades and tints

Shades of #E02920

#E02920
(224,41,32)
#CC261E
(204,38,30)
#B8231C
(184,35,28)
#A4201A
(164,32,26)
#901D18
(144,29,24)
#7C1A16
(124,26,22)
#681714
(104,23,20)
#541412
(84,20,18)
#401110
(64,17,16)
#2C0E0E
(44,14,14)
#180B0C
(24,11,12)
#000000
(0,0,0)

Tints of #E02920

#E02920
(224,41,32)
#E23C34
(226,60,52)
#E44F48
(228,79,72)
#E6625C
(230,98,92)
#E87570
(232,117,112)
#EA8884
(234,136,132)
#EC9B98
(236,155,152)
#EEAEAC
(238,174,172)
#F0C1C0
(240,193,192)
#F2D4D4
(242,212,212)
#F4E7E8
(244,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E02920 color. Also use rgb(224,41,32) instead hex code.

Text Font Color

.myTextColor { color: #E02920; }

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

This text font color is #E02920.


Background Color

.myBgColor { background-color: #E02920; }

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

This div background color is #E02920.


Border color

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

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

This div border color is #E02920.


Opacity

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

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

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

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

This text has shadow with #E02920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E02920 on black background.


Color preview on white background

This text has color #E02920 on white background.



Black color preview on #E02920 background

This text has black color on #E02920 background.


White color preview on #E02920 background

This text has white color on #E02920 background.