Shades of Indian Red #D1605B
Tints of Indian Red #D1605B
RGB
CMYK
RGB Variations
Color information
#D1605B (or 0xD1605B) is known color: Indian Red. HEX triplet: D1, 60 and 5B. RGB value is (209,96,91). Sum of RGB (Red+Green+Blue) = 209+96+91=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D1605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1605B is #2E9FA4. Grayscale: #818181. Windows color (decimal): -3055525 or 5988561. OLE color: 5988561.
HSL color Cylindrical-coordinate representation of color #D1605B: hue angle of 2.54º 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 #D1605B is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 91 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.18 |
| HSL | 2.54º | 0.56% | 0.59% | - |
| HSV(B) | 2.54º | 0.56% | 0.82% | - |
| XYZ | 32.37 | 22.68 | 12.57 | - |
| YUV | 129.22 | 106.44 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 91 | 0 | 0.54 | 0.56 | 0.18 | 2.54 | 0.56 | 0.59 |
| Hex | D1 | 60 | 5B | 0 | 36 | 38 | 12 | 3 | 38 | 3B |
| Octal | 321 | 140 | 133 | 0 | 66 | 70 | 22 | 3 | 70 | 73 |
| Binary | 11010001 | 1100000 | 1011011 | 0 | 110110 | 111000 | 10010 | 11 | 111000 | 111011 |
Color Harmonies of #D1605B
Complementary color
Monochromatic Colors of #D1605B
Black with #D1605B
Text Example
Text Example
White with #D1605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1605B; }
p { color: rgb(209,96,91); }
H1.HeaderClassName
{
color: #D1605B;
}
.AnyTagClassName
{
color: #D1605B;
}
</style>
background-color css
<style>
a { background-color: #D1605B; }
a { background-color: rgb(209,96,91); }
div.DivClassName
{
background-color: #D1605B;
}
.BgClassName
{
background-color: #D1605B;
}
</style>
border-color css
<style>
span { border-color: #D1605B; }
span { border-color: rgb(209,96,91); }
td.TdClassName
{
border-color: #D1605B;
}
.TagClassName
{
border-color: #D1605B;
}
</style>