COLOR #E60D42

HEX: #E60D42
RGB: (230,13,66)

Color info

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

RGB color model

#E60D42 color RGB value is (230,13,66).

  • red value is 230;
  • green value is 13;
  • blue value is 66.
RGB:
(230,13,66)
(90%,5%,26%)

RGB channels and saturation

R 230 of 255 = 90%
G 13 of 255 = 5%
B 66 of 255 = 26%

230
13
66

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

Portions of RGB colors in percentages

R + G + B =
230 + 13 + 66 = 309 (100%)
R 230 of 309 ~ 74.43%
G 13 of 309 ~ 4.21%
B 66 of 309 ~ 21.36%

%74.43
%21.36

CMYK color model

#E60D42 color CMYK value is (0,94,71,10).

  • cyan value is 0.00%
  • magenta value is 94.35%
  • yellow value is 71.30%
  • key color value is 9.80%
CMYK:
(0,94,71,10)
C0M94Y71K10 
(0%,94%,71%,10%)
(0.00/0.94/0.71/0.10)	

CMYK percentages

%0
%94.35
%71.3
%9.8

Codes

Color #E60D42 in popluar color models

E60D42
RGB2301366
HSL345°89.30%47.65%
HSB/HSV345°94.35%90.20%
CMYK0.00%94.35%71.30%
9.80%

Color #E60D42 in popluar number systems.

HEXE60D42
Decimal2301366
Binary1110011011011000010
Octal34615102

Shades and tints

Shades of #E60D42

#E60D42
(230,13,66)
#D20C3C
(210,12,60)
#BE0B36
(190,11,54)
#AA0A30
(170,10,48)
#96092A
(150,9,42)
#820824
(130,8,36)
#6E071E
(110,7,30)
#5A0618
(90,6,24)
#460512
(70,5,18)
#32040C
(50,4,12)
#1E0306
(30,3,6)
#000000
(0,0,0)

Tints of #E60D42

#E60D42
(230,13,66)
#E82353
(232,35,83)
#EA3964
(234,57,100)
#EC4F75
(236,79,117)
#EE6586
(238,101,134)
#F07B97
(240,123,151)
#F291A8
(242,145,168)
#F4A7B9
(244,167,185)
#F6BDCA
(246,189,202)
#F8D3DB
(248,211,219)
#FAE9EC
(250,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E60D42 color. Also use rgb(230,13,66) instead hex code.

Text Font Color

.myTextColor { color: #E60D42; }

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

This text font color is #E60D42.


Background Color

.myBgColor { background-color: #E60D42; }

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

This div background color is #E60D42.


Border color

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

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

This div border color is #E60D42.


Opacity

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

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

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

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

This text has shadow with #E60D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E60D42 on black background.


Color preview on white background

This text has color #E60D42 on white background.



Black color preview on #E60D42 background

This text has black color on #E60D42 background.


White color preview on #E60D42 background

This text has white color on #E60D42 background.