COLOR #E03040

HEX: #E03040
RGB: (224,48,64)

Color info

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

RGB color model

#E03040 color RGB value is (224,48,64).

  • red value is 224;
  • green value is 48;
  • blue value is 64.
RGB:
(224,48,64)
(88%,19%,25%)

RGB channels and saturation

R 224 of 255 = 88%
G 48 of 255 = 19%
B 64 of 255 = 25%

224
48
64

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

Portions of RGB colors in percentages

R + G + B =
224 + 48 + 64 = 336 (100%)
R 224 of 336 ~ 66.67%
G 48 of 336 ~ 14.29%
B 64 of 336 ~ 19.05%

%66.67
%14.29
%19.05

CMYK color model

#E03040 color CMYK value is (0,79,71,12).

  • cyan value is 0.00%
  • magenta value is 78.57%
  • yellow value is 71.43%
  • key color value is 12.16%
CMYK:
(0,79,71,12)
C0M79Y71K12 
(0%,79%,71%,12%)
(0.00/0.79/0.71/0.12)	

CMYK percentages

%0
%78.57
%71.43
%12.16

Codes

Color #E03040 in popluar color models

E03040
RGB2244864
HSL355°73.95%53.33%
HSB/HSV355°78.57%87.84%
CMYK0.00%78.57%71.43%
12.16%

Color #E03040 in popluar number systems.

HEXE03040
Decimal2244864
Binary111000001100001000000
Octal34060100

Shades and tints

Shades of #E03040

#E03040
(224,48,64)
#CC2C3B
(204,44,59)
#B82836
(184,40,54)
#A42431
(164,36,49)
#90202C
(144,32,44)
#7C1C27
(124,28,39)
#681822
(104,24,34)
#54141D
(84,20,29)
#401018
(64,16,24)
#2C0C13
(44,12,19)
#18080E
(24,8,14)
#000000
(0,0,0)

Tints of #E03040

#E03040
(224,48,64)
#E24251
(226,66,81)
#E45462
(228,84,98)
#E66673
(230,102,115)
#E87884
(232,120,132)
#EA8A95
(234,138,149)
#EC9CA6
(236,156,166)
#EEAEB7
(238,174,183)
#F0C0C8
(240,192,200)
#F2D2D9
(242,210,217)
#F4E4EA
(244,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E03040 color. Also use rgb(224,48,64) instead hex code.

Text Font Color

.myTextColor { color: #E03040; }

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

This text font color is #E03040.


Background Color

.myBgColor { background-color: #E03040; }

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

This div background color is #E03040.


Border color

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

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

This div border color is #E03040.


Opacity

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

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

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

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

This text has shadow with #E03040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E03040 on black background.


Color preview on white background

This text has color #E03040 on white background.



Black color preview on #E03040 background

This text has black color on #E03040 background.


White color preview on #E03040 background

This text has white color on #E03040 background.