Shades of Indian Red #D06666
Tints of Indian Red #D06666
RGB
CMYK
RGB Variations
Color information
#D06666 (or 0xD06666) is known color: Indian Red. HEX triplet: D0, 66 and 66. RGB value is (208,102,102). Sum of RGB (Red+Green+Blue) = 208+102+102=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D06666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06666 is #2F9999. Grayscale: #858585. Windows color (decimal): -3119514 or 6710992. OLE color: 6710992.
HSL color Cylindrical-coordinate representation of color #D06666: hue angle of 0º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06666 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 102 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.18 |
| HSL | 0º | 0.53% | 0.61% | - |
| HSV(B) | 0º | 0.51% | 0.82% | - |
| XYZ | 33.16 | 23.87 | 15.43 | - |
| YUV | 133.69 | 110.12 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 102 | 0 | 0.51 | 0.51 | 0.18 | 0 | 0.53 | 0.61 |
| Hex | D0 | 66 | 66 | 0 | 33 | 33 | 12 | 0 | 35 | 3D |
| Octal | 320 | 146 | 146 | 0 | 63 | 63 | 22 | 0 | 65 | 75 |
| Binary | 11010000 | 1100110 | 1100110 | 0 | 110011 | 110011 | 10010 | 0 | 110101 | 111101 |
Color Harmonies of #D06666
Complementary color
Monochromatic Colors of #D06666
Black with #D06666
Text Example
Text Example
White with #D06666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06666; }
p { color: rgb(208,102,102); }
H1.HeaderClassName
{
color: #D06666;
}
.AnyTagClassName
{
color: #D06666;
}
</style>
background-color css
<style>
a { background-color: #D06666; }
a { background-color: rgb(208,102,102); }
div.DivClassName
{
background-color: #D06666;
}
.BgClassName
{
background-color: #D06666;
}
</style>
border-color css
<style>
span { border-color: #D06666; }
span { border-color: rgb(208,102,102); }
td.TdClassName
{
border-color: #D06666;
}
.TagClassName
{
border-color: #D06666;
}
</style>