COLOR #D16561

HEX: #D16561
RGB: (209,101,97)

Color info

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

RGB color model

#D16561 color RGB value is (209,101,97).

  • red value is 209;
  • green value is 101;
  • blue value is 97.
RGB:
(209,101,97)
(82%,40%,38%)

RGB channels and saturation

R 209 of 255 = 82%
G 101 of 255 = 40%
B 97 of 255 = 38%

209
101
97

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

Portions of RGB colors in percentages

R + G + B =
209 + 101 + 97 = 407 (100%)
R 209 of 407 ~ 51.35%
G 101 of 407 ~ 24.82%
B 97 of 407 ~ 23.83%

%51.35
%24.82
%23.83

CMYK color model

#D16561 color CMYK value is (0,52,54,18).

  • cyan value is 0.00%
  • magenta value is 51.67%
  • yellow value is 53.59%
  • key color value is 18.04%
CMYK:
(0,52,54,18)
C0M52Y54K18 
(0%,52%,54%,18%)
(0.00/0.52/0.54/0.18)	

CMYK percentages

%0
%51.67
%53.59
%18.04

Codes

Color #D16561 in popluar color models

D16561
RGB20910197
HSL54.90%60.00%
HSB/HSV53.59%81.96%
CMYK0.00%51.67%53.59%
18.04%

Color #D16561 in popluar number systems.

HEXD16561
Decimal20910197
Binary1101000111001011100001
Octal321145141

Shades and tints

Shades of #D16561

#D16561
(209,101,97)
#BE5C59
(190,92,89)
#AB5351
(171,83,81)
#984A49
(152,74,73)
#854141
(133,65,65)
#723839
(114,56,57)
#5F2F31
(95,47,49)
#4C2629
(76,38,41)
#391D21
(57,29,33)
#261419
(38,20,25)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #D16561

#D16561
(209,101,97)
#D5736F
(213,115,111)
#D9817D
(217,129,125)
#DD8F8B
(221,143,139)
#E19D99
(225,157,153)
#E5ABA7
(229,171,167)
#E9B9B5
(233,185,181)
#EDC7C3
(237,199,195)
#F1D5D1
(241,213,209)
#F5E3DF
(245,227,223)
#F9F1ED
(249,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D16561; }

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

This text font color is #D16561.


Background Color

.myBgColor { background-color: #D16561; }

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

This div background color is #D16561.


Border color

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

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

This div border color is #D16561.


Opacity

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

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

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

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

This text has shadow with #D16561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D16561 on black background.


Color preview on white background

This text has color #D16561 on white background.



Black color preview on #D16561 background

This text has black color on #D16561 background.


White color preview on #D16561 background

This text has white color on #D16561 background.