Shades of Indian Red #D0605C
Tints of Indian Red #D0605C
RGB
CMYK
RGB Variations
Color information
#D0605C (or 0xD0605C) is known color: Indian Red. HEX triplet: D0, 60 and 5C. RGB value is (208,96,92). Sum of RGB (Red+Green+Blue) = 208+96+92=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0605C is #2F9FA3. Grayscale: #818181. Windows color (decimal): -3121060 or 6054096. OLE color: 6054096.
HSL color Cylindrical-coordinate representation of color #D0605C: hue angle of 2.07º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0605C is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 92 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.18 |
| HSL | 2.07º | 0.55% | 0.59% | - |
| HSV(B) | 2.07º | 0.56% | 0.82% | - |
| XYZ | 32.13 | 22.55 | 12.78 | - |
| YUV | 129.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 92 | 0 | 0.54 | 0.56 | 0.18 | 2.07 | 0.55 | 0.59 |
| Hex | D0 | 60 | 5C | 0 | 36 | 38 | 12 | 2 | 37 | 3B |
| Octal | 320 | 140 | 134 | 0 | 66 | 70 | 22 | 2 | 67 | 73 |
| Binary | 11010000 | 1100000 | 1011100 | 0 | 110110 | 111000 | 10010 | 10 | 110111 | 111011 |
Color Harmonies of #D0605C
Complementary color
Monochromatic Colors of #D0605C
Black with #D0605C
Text Example
Text Example
White with #D0605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0605C; }
p { color: rgb(208,96,92); }
H1.HeaderClassName
{
color: #D0605C;
}
.AnyTagClassName
{
color: #D0605C;
}
</style>
background-color css
<style>
a { background-color: #D0605C; }
a { background-color: rgb(208,96,92); }
div.DivClassName
{
background-color: #D0605C;
}
.BgClassName
{
background-color: #D0605C;
}
</style>
border-color css
<style>
span { border-color: #D0605C; }
span { border-color: rgb(208,96,92); }
td.TdClassName
{
border-color: #D0605C;
}
.TagClassName
{
border-color: #D0605C;
}
</style>