Shades of Indian Red #D1605C
Tints of Indian Red #D1605C
RGB
CMYK
RGB Variations
Color information
#D1605C (or 0xD1605C) is known color: Indian Red. HEX triplet: D1, 60 and 5C. RGB value is (209,96,92). Sum of RGB (Red+Green+Blue) = 209+96+92=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D1605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1605C is #2E9FA3. Grayscale: #818181. Windows color (decimal): -3055524 or 6054097. OLE color: 6054097.
HSL color Cylindrical-coordinate representation of color #D1605C: hue angle of 2.05º degrees, saturation: 0.56, 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 #D1605C is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 92 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.18 |
| HSL | 2.05º | 0.56% | 0.59% | - |
| HSV(B) | 2.05º | 0.56% | 0.82% | - |
| XYZ | 32.41 | 22.69 | 12.8 | - |
| YUV | 129.33 | 106.94 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 92 | 0 | 0.54 | 0.56 | 0.18 | 2.05 | 0.56 | 0.59 |
| Hex | D1 | 60 | 5C | 0 | 36 | 38 | 12 | 2 | 38 | 3B |
| Octal | 321 | 140 | 134 | 0 | 66 | 70 | 22 | 2 | 70 | 73 |
| Binary | 11010001 | 1100000 | 1011100 | 0 | 110110 | 111000 | 10010 | 10 | 111000 | 111011 |
Color Harmonies of #D1605C
Complementary color
Monochromatic Colors of #D1605C
Black with #D1605C
Text Example
Text Example
White with #D1605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1605C; }
p { color: rgb(209,96,92); }
H1.HeaderClassName
{
color: #D1605C;
}
.AnyTagClassName
{
color: #D1605C;
}
</style>
background-color css
<style>
a { background-color: #D1605C; }
a { background-color: rgb(209,96,92); }
div.DivClassName
{
background-color: #D1605C;
}
.BgClassName
{
background-color: #D1605C;
}
</style>
border-color css
<style>
span { border-color: #D1605C; }
span { border-color: rgb(209,96,92); }
td.TdClassName
{
border-color: #D1605C;
}
.TagClassName
{
border-color: #D1605C;
}
</style>