COLOR #D24942

HEX: #D24942
RGB: (210,73,66)

Color info

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

RGB color model

#D24942 color RGB value is (210,73,66).

  • red value is 210;
  • green value is 73;
  • blue value is 66.
RGB:
(210,73,66)
(82%,29%,26%)

RGB channels and saturation

R 210 of 255 = 82%
G 73 of 255 = 29%
B 66 of 255 = 26%

210
73
66

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

Portions of RGB colors in percentages

R + G + B =
210 + 73 + 66 = 349 (100%)
R 210 of 349 ~ 60.17%
G 73 of 349 ~ 20.92%
B 66 of 349 ~ 18.91%

%60.17
%20.92
%18.91

CMYK color model

#D24942 color CMYK value is (0,65,69,18).

  • cyan value is 0.00%
  • magenta value is 65.24%
  • yellow value is 68.57%
  • key color value is 17.65%
CMYK:
(0,65,69,18)
C0M65Y69K18 
(0%,65%,69%,18%)
(0.00/0.65/0.69/0.18)	

CMYK percentages

%0
%65.24
%68.57
%17.65

Codes

Color #D24942 in popluar color models

D24942
RGB2107366
HSL61.54%54.12%
HSB/HSV68.57%82.35%
CMYK0.00%65.24%68.57%
17.65%

Color #D24942 in popluar number systems.

HEXD24942
Decimal2107366
Binary1101001010010011000010
Octal322111102

Shades and tints

Shades of #D24942

#D24942
(210,73,66)
#BF433C
(191,67,60)
#AC3D36
(172,61,54)
#993730
(153,55,48)
#86312A
(134,49,42)
#732B24
(115,43,36)
#60251E
(96,37,30)
#4D1F18
(77,31,24)
#3A1912
(58,25,18)
#27130C
(39,19,12)
#140D06
(20,13,6)
#000000
(0,0,0)

Tints of #D24942

#D24942
(210,73,66)
#D65953
(214,89,83)
#DA6964
(218,105,100)
#DE7975
(222,121,117)
#E28986
(226,137,134)
#E69997
(230,153,151)
#EAA9A8
(234,169,168)
#EEB9B9
(238,185,185)
#F2C9CA
(242,201,202)
#F6D9DB
(246,217,219)
#FAE9EC
(250,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D24942 color. Also use rgb(210,73,66) instead hex code.

Text Font Color

.myTextColor { color: #D24942; }

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

This text font color is #D24942.


Background Color

.myBgColor { background-color: #D24942; }

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

This div background color is #D24942.


Border color

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

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

This div border color is #D24942.


Opacity

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

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

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

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

This text has shadow with #D24942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D24942 on black background.


Color preview on white background

This text has color #D24942 on white background.



Black color preview on #D24942 background

This text has black color on #D24942 background.


White color preview on #D24942 background

This text has white color on #D24942 background.