COLOR #D24251

HEX: #D24251
RGB: (210,66,81)

Color info

#D24251 contains mainly red color. Web safe color of #D24251 is #CC3366 (or #C36).

RGB color model

#D24251 color RGB value is (210,66,81).

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

RGB channels and saturation

R 210 of 255 = 82%
G 66 of 255 = 26%
B 81 of 255 = 32%

210
66
81

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

Portions of RGB colors in percentages

R + G + B =
210 + 66 + 81 = 357 (100%)
R 210 of 357 ~ 58.82%
G 66 of 357 ~ 18.49%
B 81 of 357 ~ 22.69%

%58.82
%18.49
%22.69

CMYK color model

#D24251 color CMYK value is (0,69,61,18).

  • cyan value is 0.00%
  • magenta value is 68.57%
  • yellow value is 61.43%
  • key color value is 17.65%
CMYK:
(0,69,61,18)
C0M69Y61K18 
(0%,69%,61%,18%)
(0.00/0.69/0.61/0.18)	

CMYK percentages

%0
%68.57
%61.43
%17.65

Codes

Color #D24251 in popluar color models

D24251
RGB2106681
HSL354°61.54%54.12%
HSB/HSV354°68.57%82.35%
CMYK0.00%68.57%61.43%
17.65%

Color #D24251 in popluar number systems.

HEXD24251
Decimal2106681
Binary1101001010000101010001
Octal322102121

Shades and tints

Shades of #D24251

#D24251
(210,66,81)
#BF3C4A
(191,60,74)
#AC3643
(172,54,67)
#99303C
(153,48,60)
#862A35
(134,42,53)
#73242E
(115,36,46)
#601E27
(96,30,39)
#4D1820
(77,24,32)
#3A1219
(58,18,25)
#270C12
(39,12,18)
#14060B
(20,6,11)
#000000
(0,0,0)

Tints of #D24251

#D24251
(210,66,81)
#D65360
(214,83,96)
#DA646F
(218,100,111)
#DE757E
(222,117,126)
#E2868D
(226,134,141)
#E6979C
(230,151,156)
#EAA8AB
(234,168,171)
#EEB9BA
(238,185,186)
#F2CAC9
(242,202,201)
#F6DBD8
(246,219,216)
#FAECE7
(250,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D24251; }

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

This text font color is #D24251.


Background Color

.myBgColor { background-color: #D24251; }

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

This div background color is #D24251.


Border color

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

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

This div border color is #D24251.


Opacity

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

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

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

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

This text has shadow with #D24251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D24251 on black background.


Color preview on white background

This text has color #D24251 on white background.



Black color preview on #D24251 background

This text has black color on #D24251 background.


White color preview on #D24251 background

This text has white color on #D24251 background.