Shades of Indian Red #D06462
Tints of Indian Red #D06462
RGB
CMYK
RGB Variations
Color information
#D06462 (or 0xD06462) is known color: Indian Red. HEX triplet: D0, 64 and 62. RGB value is (208,100,98). Sum of RGB (Red+Green+Blue) = 208+100+98=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D06462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06462 is #2F9B9D. Grayscale: #848484. Windows color (decimal): -3120030 or 6448336. OLE color: 6448336.
HSL color Cylindrical-coordinate representation of color #D06462: hue angle of 1.09º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D06462 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 98 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.18 |
| HSL | 1.09º | 0.54% | 0.6% | - |
| HSV(B) | 1.09º | 0.53% | 0.82% | - |
| XYZ | 32.77 | 23.41 | 14.35 | - |
| YUV | 132.06 | 108.78 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 98 | 0 | 0.52 | 0.53 | 0.18 | 1.09 | 0.54 | 0.6 |
| Hex | D0 | 64 | 62 | 0 | 34 | 35 | 12 | 1 | 36 | 3C |
| Octal | 320 | 144 | 142 | 0 | 64 | 65 | 22 | 1 | 66 | 74 |
| Binary | 11010000 | 1100100 | 1100010 | 0 | 110100 | 110101 | 10010 | 1 | 110110 | 111100 |
Color Harmonies of #D06462
Complementary color
Monochromatic Colors of #D06462
Black with #D06462
Text Example
Text Example
White with #D06462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06462; }
p { color: rgb(208,100,98); }
H1.HeaderClassName
{
color: #D06462;
}
.AnyTagClassName
{
color: #D06462;
}
</style>
background-color css
<style>
a { background-color: #D06462; }
a { background-color: rgb(208,100,98); }
div.DivClassName
{
background-color: #D06462;
}
.BgClassName
{
background-color: #D06462;
}
</style>
border-color css
<style>
span { border-color: #D06462; }
span { border-color: rgb(208,100,98); }
td.TdClassName
{
border-color: #D06462;
}
.TagClassName
{
border-color: #D06462;
}
</style>