Shades of Indian Red #D06463
Tints of Indian Red #D06463
RGB
CMYK
RGB Variations
Color information
#D06463 (or 0xD06463) is known color: Indian Red. HEX triplet: D0, 64 and 63. RGB value is (208,100,99). Sum of RGB (Red+Green+Blue) = 208+100+99=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D06463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06463 is #2F9B9C. Grayscale: #848484. Windows color (decimal): -3120029 or 6513872. OLE color: 6513872.
HSL color Cylindrical-coordinate representation of color #D06463: hue angle of 0.55º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06463 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 99 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.18 |
| HSL | 0.55º | 0.54% | 0.6% | - |
| HSV(B) | 0.55º | 0.52% | 0.82% | - |
| XYZ | 32.82 | 23.43 | 14.6 | - |
| YUV | 132.18 | 109.28 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 99 | 0 | 0.52 | 0.52 | 0.18 | 0.55 | 0.54 | 0.6 |
| Hex | D0 | 64 | 63 | 0 | 34 | 34 | 12 | 1 | 36 | 3C |
| Octal | 320 | 144 | 143 | 0 | 64 | 64 | 22 | 1 | 66 | 74 |
| Binary | 11010000 | 1100100 | 1100011 | 0 | 110100 | 110100 | 10010 | 1 | 110110 | 111100 |
Color Harmonies of #D06463
Complementary color
Monochromatic Colors of #D06463
Black with #D06463
Text Example
Text Example
White with #D06463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06463; }
p { color: rgb(208,100,99); }
H1.HeaderClassName
{
color: #D06463;
}
.AnyTagClassName
{
color: #D06463;
}
</style>
background-color css
<style>
a { background-color: #D06463; }
a { background-color: rgb(208,100,99); }
div.DivClassName
{
background-color: #D06463;
}
.BgClassName
{
background-color: #D06463;
}
</style>
border-color css
<style>
span { border-color: #D06463; }
span { border-color: rgb(208,100,99); }
td.TdClassName
{
border-color: #D06463;
}
.TagClassName
{
border-color: #D06463;
}
</style>