COLOR #E01240

HEX: #E01240
RGB: (224,18,64)

Color info

#E01240 contains mainly red color. Web safe color of #E01240 is #CC0033 (or #C03).

RGB color model

#E01240 color RGB value is (224,18,64).

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

RGB channels and saturation

R 224 of 255 = 88%
G 18 of 255 = 7%
B 64 of 255 = 25%

224
18
64

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

Portions of RGB colors in percentages

R + G + B =
224 + 18 + 64 = 306 (100%)
R 224 of 306 ~ 73.2%
G 18 of 306 ~ 5.88%
B 64 of 306 ~ 20.92%

%73.2
%20.92

CMYK color model

#E01240 color CMYK value is (0,92,71,12).

  • cyan value is 0.00%
  • magenta value is 91.96%
  • yellow value is 71.43%
  • key color value is 12.16%
CMYK:
(0,92,71,12)
C0M92Y71K12 
(0%,92%,71%,12%)
(0.00/0.92/0.71/0.12)	

CMYK percentages

%0
%91.96
%71.43
%12.16

Codes

Color #E01240 in popluar color models

E01240
RGB2241864
HSL347°85.12%47.45%
HSB/HSV347°91.96%87.84%
CMYK0.00%91.96%71.43%
12.16%

Color #E01240 in popluar number systems.

HEXE01240
Decimal2241864
Binary11100000100101000000
Octal34022100

Shades and tints

Shades of #E01240

#E01240
(224,18,64)
#CC113B
(204,17,59)
#B81036
(184,16,54)
#A40F31
(164,15,49)
#900E2C
(144,14,44)
#7C0D27
(124,13,39)
#680C22
(104,12,34)
#540B1D
(84,11,29)
#400A18
(64,10,24)
#2C0913
(44,9,19)
#18080E
(24,8,14)
#000000
(0,0,0)

Tints of #E01240

#E01240
(224,18,64)
#E22751
(226,39,81)
#E43C62
(228,60,98)
#E65173
(230,81,115)
#E86684
(232,102,132)
#EA7B95
(234,123,149)
#EC90A6
(236,144,166)
#EEA5B7
(238,165,183)
#F0BAC8
(240,186,200)
#F2CFD9
(242,207,217)
#F4E4EA
(244,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E01240; }

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

This text font color is #E01240.


Background Color

.myBgColor { background-color: #E01240; }

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

This div background color is #E01240.


Border color

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

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

This div border color is #E01240.


Opacity

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

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

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

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

This text has shadow with #E01240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E01240 on black background.


Color preview on white background

This text has color #E01240 on white background.



Black color preview on #E01240 background

This text has black color on #E01240 background.


White color preview on #E01240 background

This text has white color on #E01240 background.