COLOR #E02943

HEX: #E02943
RGB: (224,41,67)

Color info

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

RGB color model

#E02943 color RGB value is (224,41,67).

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

RGB channels and saturation

R 224 of 255 = 88%
G 41 of 255 = 16%
B 67 of 255 = 26%

224
41
67

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

Portions of RGB colors in percentages

R + G + B =
224 + 41 + 67 = 332 (100%)
R 224 of 332 ~ 67.47%
G 41 of 332 ~ 12.35%
B 67 of 332 ~ 20.18%

%67.47
%12.35
%20.18

CMYK color model

#E02943 color CMYK value is (0,82,70,12).

  • cyan value is 0.00%
  • magenta value is 81.70%
  • yellow value is 70.09%
  • key color value is 12.16%
CMYK:
(0,82,70,12)
C0M82Y70K12 
(0%,82%,70%,12%)
(0.00/0.82/0.70/0.12)	

CMYK percentages

%0
%81.7
%70.09
%12.16

Codes

Color #E02943 in popluar color models

E02943
RGB2244167
HSL351°74.69%51.96%
HSB/HSV351°81.70%87.84%
CMYK0.00%81.70%70.09%
12.16%

Color #E02943 in popluar number systems.

HEXE02943
Decimal2244167
Binary111000001010011000011
Octal34051103

Shades and tints

Shades of #E02943

#E02943
(224,41,67)
#CC263D
(204,38,61)
#B82337
(184,35,55)
#A42031
(164,32,49)
#901D2B
(144,29,43)
#7C1A25
(124,26,37)
#68171F
(104,23,31)
#541419
(84,20,25)
#401113
(64,17,19)
#2C0E0D
(44,14,13)
#180B07
(24,11,7)
#000000
(0,0,0)

Tints of #E02943

#E02943
(224,41,67)
#E23C54
(226,60,84)
#E44F65
(228,79,101)
#E66276
(230,98,118)
#E87587
(232,117,135)
#EA8898
(234,136,152)
#EC9BA9
(236,155,169)
#EEAEBA
(238,174,186)
#F0C1CB
(240,193,203)
#F2D4DC
(242,212,220)
#F4E7ED
(244,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E02943; }

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

This text font color is #E02943.


Background Color

.myBgColor { background-color: #E02943; }

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

This div background color is #E02943.


Border color

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

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

This div border color is #E02943.


Opacity

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

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

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

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

This text has shadow with #E02943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E02943 on black background.


Color preview on white background

This text has color #E02943 on white background.



Black color preview on #E02943 background

This text has black color on #E02943 background.


White color preview on #E02943 background

This text has white color on #E02943 background.