Shades of Indian Red #D15D59
Tints of Indian Red #D15D59
RGB
CMYK
RGB Variations
Color information
#D15D59 (or 0xD15D59) is known color: Indian Red. HEX triplet: D1, 5D and 59. RGB value is (209,93,89). Sum of RGB (Red+Green+Blue) = 209+93+89=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15D59 is #2EA2A6. Grayscale: #7F7F7F. Windows color (decimal): -3056295 or 5856721. OLE color: 5856721.
HSL color Cylindrical-coordinate representation of color #D15D59: hue angle of 2º 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 #D15D59 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 89 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.18 |
| HSL | 2º | 0.57% | 0.58% | - |
| HSV(B) | 2º | 0.57% | 0.82% | - |
| XYZ | 32.01 | 22.11 | 12.03 | - |
| YUV | 127.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 89 | 0 | 0.56 | 0.57 | 0.18 | 2 | 0.57 | 0.58 |
| Hex | D1 | 5D | 59 | 0 | 38 | 39 | 12 | 2 | 39 | 3A |
| Octal | 321 | 135 | 131 | 0 | 70 | 71 | 22 | 2 | 71 | 72 |
| Binary | 11010001 | 1011101 | 1011001 | 0 | 111000 | 111001 | 10010 | 10 | 111001 | 111010 |
Color Harmonies of #D15D59
Complementary color
Monochromatic Colors of #D15D59
Black with #D15D59
Text Example
Text Example
White with #D15D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15D59; }
p { color: rgb(209,93,89); }
H1.HeaderClassName
{
color: #D15D59;
}
.AnyTagClassName
{
color: #D15D59;
}
</style>
background-color css
<style>
a { background-color: #D15D59; }
a { background-color: rgb(209,93,89); }
div.DivClassName
{
background-color: #D15D59;
}
.BgClassName
{
background-color: #D15D59;
}
</style>
border-color css
<style>
span { border-color: #D15D59; }
span { border-color: rgb(209,93,89); }
td.TdClassName
{
border-color: #D15D59;
}
.TagClassName
{
border-color: #D15D59;
}
</style>