Shades of Indian Red #D16565
Tints of Indian Red #D16565
RGB
CMYK
RGB Variations
Color information
#D16565 (or 0xD16565) is known color: Indian Red. HEX triplet: D1, 65 and 65. RGB value is (209,101,101). Sum of RGB (Red+Green+Blue) = 209+101+101=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D16565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16565 is #2E9A9A. Grayscale: #858585. Windows color (decimal): -3054235 or 6645201. OLE color: 6645201.
HSL color Cylindrical-coordinate representation of color #D16565: hue angle of 0º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16565 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 101 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.18 |
| HSL | 0º | 0.54% | 0.61% | - |
| HSV(B) | 0º | 0.52% | 0.82% | - |
| XYZ | 33.3 | 23.8 | 15.15 | - |
| YUV | 133.29 | 109.78 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 101 | 0 | 0.52 | 0.52 | 0.18 | 0 | 0.54 | 0.61 |
| Hex | D1 | 65 | 65 | 0 | 34 | 34 | 12 | 0 | 36 | 3D |
| Octal | 321 | 145 | 145 | 0 | 64 | 64 | 22 | 0 | 66 | 75 |
| Binary | 11010001 | 1100101 | 1100101 | 0 | 110100 | 110100 | 10010 | 0 | 110110 | 111101 |
Color Harmonies of #D16565
Complementary color
Monochromatic Colors of #D16565
Black with #D16565
Text Example
Text Example
White with #D16565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16565; }
p { color: rgb(209,101,101); }
H1.HeaderClassName
{
color: #D16565;
}
.AnyTagClassName
{
color: #D16565;
}
</style>
background-color css
<style>
a { background-color: #D16565; }
a { background-color: rgb(209,101,101); }
div.DivClassName
{
background-color: #D16565;
}
.BgClassName
{
background-color: #D16565;
}
</style>
border-color css
<style>
span { border-color: #D16565; }
span { border-color: rgb(209,101,101); }
td.TdClassName
{
border-color: #D16565;
}
.TagClassName
{
border-color: #D16565;
}
</style>