COLOR #E02937

HEX: #E02937
RGB: (224,41,55)

Color info

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

RGB color model

#E02937 color RGB value is (224,41,55).

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

RGB channels and saturation

R 224 of 255 = 88%
G 41 of 255 = 16%
B 55 of 255 = 22%

224
41
55

R + G + B ~ 42%. #E02937 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
224 + 41 + 55 = 320 (100%)
R 224 of 320 ~ 70%
G 41 of 320 ~ 12.81%
B 55 of 320 ~ 17.19%

%70
%12.81
%17.19

CMYK color model

#E02937 color CMYK value is (0,82,75,12).

  • cyan value is 0.00%
  • magenta value is 81.70%
  • yellow value is 75.45%
  • key color value is 12.16%
CMYK:
(0,82,75,12)
C0M82Y75K12 
(0%,82%,75%,12%)
(0.00/0.82/0.75/0.12)	

CMYK percentages

%0
%81.7
%75.45
%12.16

Codes

Color #E02937 in popluar color models

E02937
RGB2244155
HSL355°74.69%51.96%
HSB/HSV355°81.70%87.84%
CMYK0.00%81.70%75.45%
12.16%

Color #E02937 in popluar number systems.

HEXE02937
Decimal2244155
Binary11100000101001110111
Octal3405167

Shades and tints

Shades of #E02937

#E02937
(224,41,55)
#CC2632
(204,38,50)
#B8232D
(184,35,45)
#A42028
(164,32,40)
#901D23
(144,29,35)
#7C1A1E
(124,26,30)
#681719
(104,23,25)
#541414
(84,20,20)
#40110F
(64,17,15)
#2C0E0A
(44,14,10)
#180B05
(24,11,5)
#000000
(0,0,0)

Tints of #E02937

#E02937
(224,41,55)
#E23C49
(226,60,73)
#E44F5B
(228,79,91)
#E6626D
(230,98,109)
#E8757F
(232,117,127)
#EA8891
(234,136,145)
#EC9BA3
(236,155,163)
#EEAEB5
(238,174,181)
#F0C1C7
(240,193,199)
#F2D4D9
(242,212,217)
#F4E7EB
(244,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E02937; }

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

This text font color is #E02937.


Background Color

.myBgColor { background-color: #E02937; }

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

This div background color is #E02937.


Border color

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

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

This div border color is #E02937.


Opacity

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

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

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

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

This text has shadow with #E02937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E02937 on black background.


Color preview on white background

This text has color #E02937 on white background.



Black color preview on #E02937 background

This text has black color on #E02937 background.


White color preview on #E02937 background

This text has white color on #E02937 background.