COLOR #D17373

HEX: #D17373
RGB: (209,115,115)

Color info

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

RGB color model

#D17373 color RGB value is (209,115,115).

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

RGB channels and saturation

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

209
115
115

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

Portions of RGB colors in percentages

R + G + B =
209 + 115 + 115 = 439 (100%)
R 209 of 439 ~ 47.61%
G 115 of 439 ~ 26.2%
B 115 of 439 ~ 26.2%

%47.61
%26.2
%26.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 44.98%
  • yellow value is 44.98%
  • 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
%44.98
%44.98
%18.04

Codes

Color #D17373 in popluar color models

D17373
RGB209115115
HSL50.54%63.53%
HSB/HSV44.98%81.96%
CMYK0.00%44.98%44.98%
18.04%

Color #D17373 in popluar number systems.

HEXD17373
Decimal209115115
Binary1101000111100111110011
Octal321163163

Shades and tints

Shades of #D17373

#D17373
(209,115,115)
#BE6969
(190,105,105)
#AB5F5F
(171,95,95)
#985555
(152,85,85)
#854B4B
(133,75,75)
#724141
(114,65,65)
#5F3737
(95,55,55)
#4C2D2D
(76,45,45)
#392323
(57,35,35)
#261919
(38,25,25)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #D17373

#D17373
(209,115,115)
#D57F7F
(213,127,127)
#D98B8B
(217,139,139)
#DD9797
(221,151,151)
#E1A3A3
(225,163,163)
#E5AFAF
(229,175,175)
#E9BBBB
(233,187,187)
#EDC7C7
(237,199,199)
#F1D3D3
(241,211,211)
#F5DFDF
(245,223,223)
#F9EBEB
(249,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D17373; }

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

This text font color is #D17373.


Background Color

.myBgColor { background-color: #D17373; }

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

This div background color is #D17373.


Border color

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

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

This div border color is #D17373.


Opacity

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

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

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

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

This text has shadow with #D17373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D17373 on black background.


Color preview on white background

This text has color #D17373 on white background.



Black color preview on #D17373 background

This text has black color on #D17373 background.


White color preview on #D17373 background

This text has white color on #D17373 background.