COLOR #D17272

HEX: #D17272
RGB: (209,114,114)

Color info

#D17272 contains mainly red color. Web safe color of #D17272 is #CC6666 (or #C66).

RGB color model

#D17272 color RGB value is (209,114,114).

  • red value is 209;
  • green value is 114;
  • blue value is 114.
RGB:
(209,114,114)
(82%,45%,45%)

RGB channels and saturation

R 209 of 255 = 82%
G 114 of 255 = 45%
B 114 of 255 = 45%

209
114
114

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

Portions of RGB colors in percentages

R + G + B =
209 + 114 + 114 = 437 (100%)
R 209 of 437 ~ 47.83%
G 114 of 437 ~ 26.09%
B 114 of 437 ~ 26.09%

%47.83
%26.09
%26.09

CMYK color model

#D17272 color CMYK value is (0,45,45,18).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 45.45%
  • key color value is 18.04%
CMYK:
(0,45,45,18)
C0M45Y45K18 
(0%,45%,45%,18%)
(0.00/0.45/0.45/0.18)	

CMYK percentages

%0
%45.45
%45.45
%18.04

Codes

Color #D17272 in popluar color models

D17272
RGB209114114
HSL50.80%63.33%
HSB/HSV45.45%81.96%
CMYK0.00%45.45%45.45%
18.04%

Color #D17272 in popluar number systems.

HEXD17272
Decimal209114114
Binary1101000111100101110010
Octal321162162

Shades and tints

Shades of #D17272

#D17272
(209,114,114)
#BE6868
(190,104,104)
#AB5E5E
(171,94,94)
#985454
(152,84,84)
#854A4A
(133,74,74)
#724040
(114,64,64)
#5F3636
(95,54,54)
#4C2C2C
(76,44,44)
#392222
(57,34,34)
#261818
(38,24,24)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #D17272

#D17272
(209,114,114)
#D57E7E
(213,126,126)
#D98A8A
(217,138,138)
#DD9696
(221,150,150)
#E1A2A2
(225,162,162)
#E5AEAE
(229,174,174)
#E9BABA
(233,186,186)
#EDC6C6
(237,198,198)
#F1D2D2
(241,210,210)
#F5DEDE
(245,222,222)
#F9EAEA
(249,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D17272 color. Also use rgb(209,114,114) instead hex code.

Text Font Color

.myTextColor { color: #D17272; }

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

This text font color is #D17272.


Background Color

.myBgColor { background-color: #D17272; }

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

This div background color is #D17272.


Border color

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

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

This div border color is #D17272.


Opacity

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

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

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

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

This text has shadow with #D17272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17272 on black background.


Color preview on white background

This text has color #D17272 on white background.



Black color preview on #D17272 background

This text has black color on #D17272 background.


White color preview on #D17272 background

This text has white color on #D17272 background.