Shades of Indian Red #D15F59
Tints of Indian Red #D15F59
RGB
CMYK
RGB Variations
Color information
#D15F59 (or 0xD15F59) is known color: Indian Red. HEX triplet: D1, 5F and 59. RGB value is (209,95,89). Sum of RGB (Red+Green+Blue) = 209+95+89=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F59 is #2EA0A6. Grayscale: #808080. Windows color (decimal): -3055783 or 5857233. OLE color: 5857233.
HSL color Cylindrical-coordinate representation of color #D15F59: hue angle of 3º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15F59 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 89 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.18 |
| HSL | 3º | 0.57% | 0.58% | - |
| HSV(B) | 3º | 0.57% | 0.82% | - |
| XYZ | 32.19 | 22.46 | 12.09 | - |
| YUV | 128.4 | 105.77 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 89 | 0 | 0.55 | 0.57 | 0.18 | 3 | 0.57 | 0.58 |
| Hex | D1 | 5F | 59 | 0 | 37 | 39 | 12 | 3 | 39 | 3A |
| Octal | 321 | 137 | 131 | 0 | 67 | 71 | 22 | 3 | 71 | 72 |
| Binary | 11010001 | 1011111 | 1011001 | 0 | 110111 | 111001 | 10010 | 11 | 111001 | 111010 |
Color Harmonies of #D15F59
Complementary color
Monochromatic Colors of #D15F59
Black with #D15F59
Text Example
Text Example
White with #D15F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15F59; }
p { color: rgb(209,95,89); }
H1.HeaderClassName
{
color: #D15F59;
}
.AnyTagClassName
{
color: #D15F59;
}
</style>
background-color css
<style>
a { background-color: #D15F59; }
a { background-color: rgb(209,95,89); }
div.DivClassName
{
background-color: #D15F59;
}
.BgClassName
{
background-color: #D15F59;
}
</style>
border-color css
<style>
span { border-color: #D15F59; }
span { border-color: rgb(209,95,89); }
td.TdClassName
{
border-color: #D15F59;
}
.TagClassName
{
border-color: #D15F59;
}
</style>