Shades of Indian Red #D0605B
Tints of Indian Red #D0605B
RGB
CMYK
RGB Variations
Color information
#D0605B (or 0xD0605B) is known color: Indian Red. HEX triplet: D0, 60 and 5B. RGB value is (208,96,91). Sum of RGB (Red+Green+Blue) = 208+96+91=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D0605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0605B is #2F9FA4. Grayscale: #818181. Windows color (decimal): -3121061 or 5988560. OLE color: 5988560.
HSL color Cylindrical-coordinate representation of color #D0605B: hue angle of 2.56º 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 #D0605B is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 91 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.18 |
| HSL | 2.56º | 0.55% | 0.59% | - |
| HSV(B) | 2.56º | 0.56% | 0.82% | - |
| XYZ | 32.08 | 22.53 | 12.56 | - |
| YUV | 128.92 | 106.61 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 91 | 0 | 0.54 | 0.56 | 0.18 | 2.56 | 0.55 | 0.59 |
| Hex | D0 | 60 | 5B | 0 | 36 | 38 | 12 | 3 | 37 | 3B |
| Octal | 320 | 140 | 133 | 0 | 66 | 70 | 22 | 3 | 67 | 73 |
| Binary | 11010000 | 1100000 | 1011011 | 0 | 110110 | 111000 | 10010 | 11 | 110111 | 111011 |
Color Harmonies of #D0605B
Complementary color
Monochromatic Colors of #D0605B
Black with #D0605B
Text Example
Text Example
White with #D0605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0605B; }
p { color: rgb(208,96,91); }
H1.HeaderClassName
{
color: #D0605B;
}
.AnyTagClassName
{
color: #D0605B;
}
</style>
background-color css
<style>
a { background-color: #D0605B; }
a { background-color: rgb(208,96,91); }
div.DivClassName
{
background-color: #D0605B;
}
.BgClassName
{
background-color: #D0605B;
}
</style>
border-color css
<style>
span { border-color: #D0605B; }
span { border-color: rgb(208,96,91); }
td.TdClassName
{
border-color: #D0605B;
}
.TagClassName
{
border-color: #D0605B;
}
</style>