COLOR #E03C31

HEX: #E03C31
RGB: (224,60,49)

Color info

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

RGB color model

#E03C31 color RGB value is (224,60,49).

  • red value is 224;
  • green value is 60;
  • blue value is 49.
RGB:
(224,60,49)
(88%,24%,19%)

RGB channels and saturation

R 224 of 255 = 88%
G 60 of 255 = 24%
B 49 of 255 = 19%

224
60
49

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

Portions of RGB colors in percentages

R + G + B =
224 + 60 + 49 = 333 (100%)
R 224 of 333 ~ 67.27%
G 60 of 333 ~ 18.02%
B 49 of 333 ~ 14.71%

%67.27
%18.02
%14.71

CMYK color model

#E03C31 color CMYK value is (0,73,78,12).

  • cyan value is 0.00%
  • magenta value is 73.21%
  • yellow value is 78.13%
  • key color value is 12.16%
CMYK:
(0,73,78,12)
C0M73Y78K12 
(0%,73%,78%,12%)
(0.00/0.73/0.78/0.12)	

CMYK percentages

%0
%73.21
%78.13
%12.16

Codes

Color #E03C31 in popluar color models

E03C31
RGB2246049
HSL73.84%53.53%
HSB/HSV78.13%87.84%
CMYK0.00%73.21%78.13%
12.16%

Color #E03C31 in popluar number systems.

HEXE03C31
Decimal2246049
Binary11100000111100110001
Octal3407461

Shades and tints

Shades of #E03C31

#E03C31
(224,60,49)
#CC372D
(204,55,45)
#B83229
(184,50,41)
#A42D25
(164,45,37)
#902821
(144,40,33)
#7C231D
(124,35,29)
#681E19
(104,30,25)
#541915
(84,25,21)
#401411
(64,20,17)
#2C0F0D
(44,15,13)
#180A09
(24,10,9)
#000000
(0,0,0)

Tints of #E03C31

#E03C31
(224,60,49)
#E24D43
(226,77,67)
#E45E55
(228,94,85)
#E66F67
(230,111,103)
#E88079
(232,128,121)
#EA918B
(234,145,139)
#ECA29D
(236,162,157)
#EEB3AF
(238,179,175)
#F0C4C1
(240,196,193)
#F2D5D3
(242,213,211)
#F4E6E5
(244,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E03C31 color. Also use rgb(224,60,49) instead hex code.

Text Font Color

.myTextColor { color: #E03C31; }

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

This text font color is #E03C31.


Background Color

.myBgColor { background-color: #E03C31; }

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

This div background color is #E03C31.


Border color

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

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

This div border color is #E03C31.


Opacity

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

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

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

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

This text has shadow with #E03C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E03C31 on black background.


Color preview on white background

This text has color #E03C31 on white background.



Black color preview on #E03C31 background

This text has black color on #E03C31 background.


White color preview on #E03C31 background

This text has white color on #E03C31 background.