COLOR #E02237

HEX: #E02237
RGB: (224,34,55)

Color info

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

RGB color model

#E02237 color RGB value is (224,34,55).

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

RGB channels and saturation

R 224 of 255 = 88%
G 34 of 255 = 13%
B 55 of 255 = 22%

224
34
55

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

Portions of RGB colors in percentages

R + G + B =
224 + 34 + 55 = 313 (100%)
R 224 of 313 ~ 71.57%
G 34 of 313 ~ 10.86%
B 55 of 313 ~ 17.57%

%71.57
%10.86
%17.57

CMYK color model

#E02237 color CMYK value is (0,85,75,12).

  • cyan value is 0.00%
  • magenta value is 84.82%
  • yellow value is 75.45%
  • key color value is 12.16%
CMYK:
(0,85,75,12)
C0M85Y75K12 
(0%,85%,75%,12%)
(0.00/0.85/0.75/0.12)	

CMYK percentages

%0
%84.82
%75.45
%12.16

Codes

Color #E02237 in popluar color models

E02237
RGB2243455
HSL353°75.40%50.59%
HSB/HSV353°84.82%87.84%
CMYK0.00%84.82%75.45%
12.16%

Color #E02237 in popluar number systems.

HEXE02237
Decimal2243455
Binary11100000100010110111
Octal3404267

Shades and tints

Shades of #E02237

#E02237
(224,34,55)
#CC1F32
(204,31,50)
#B81C2D
(184,28,45)
#A41928
(164,25,40)
#901623
(144,22,35)
#7C131E
(124,19,30)
#681019
(104,16,25)
#540D14
(84,13,20)
#400A0F
(64,10,15)
#2C070A
(44,7,10)
#180405
(24,4,5)
#000000
(0,0,0)

Tints of #E02237

#E02237
(224,34,55)
#E23649
(226,54,73)
#E44A5B
(228,74,91)
#E65E6D
(230,94,109)
#E8727F
(232,114,127)
#EA8691
(234,134,145)
#EC9AA3
(236,154,163)
#EEAEB5
(238,174,181)
#F0C2C7
(240,194,199)
#F2D6D9
(242,214,217)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E02237; }

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

This text font color is #E02237.


Background Color

.myBgColor { background-color: #E02237; }

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

This div background color is #E02237.


Border color

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

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

This div border color is #E02237.


Opacity

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

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

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

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

This text has shadow with #E02237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E02237 on black background.


Color preview on white background

This text has color #E02237 on white background.



Black color preview on #E02237 background

This text has black color on #E02237 background.


White color preview on #E02237 background

This text has white color on #E02237 background.