Shades of Indian Red #D15D5A
Tints of Indian Red #D15D5A
RGB
CMYK
RGB Variations
Color information
#D15D5A (or 0xD15D5A) is known color: Indian Red. HEX triplet: D1, 5D and 5A. RGB value is (209,93,90). Sum of RGB (Red+Green+Blue) = 209+93+90=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15D5A is #2EA2A5. Grayscale: #7F7F7F. Windows color (decimal): -3056294 or 5922257. OLE color: 5922257.
HSL color Cylindrical-coordinate representation of color #D15D5A: hue angle of 1.51º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15D5A is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 90 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.18 |
| HSL | 1.51º | 0.56% | 0.59% | - |
| HSV(B) | 1.51º | 0.57% | 0.82% | - |
| XYZ | 32.05 | 22.12 | 12.25 | - |
| YUV | 127.34 | 106.93 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 90 | 0 | 0.56 | 0.57 | 0.18 | 1.51 | 0.56 | 0.59 |
| Hex | D1 | 5D | 5A | 0 | 38 | 39 | 12 | 2 | 38 | 3B |
| Octal | 321 | 135 | 132 | 0 | 70 | 71 | 22 | 2 | 70 | 73 |
| Binary | 11010001 | 1011101 | 1011010 | 0 | 111000 | 111001 | 10010 | 10 | 111000 | 111011 |
Color Harmonies of #D15D5A
Complementary color
Monochromatic Colors of #D15D5A
Black with #D15D5A
Text Example
Text Example
White with #D15D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15D5A; }
p { color: rgb(209,93,90); }
H1.HeaderClassName
{
color: #D15D5A;
}
.AnyTagClassName
{
color: #D15D5A;
}
</style>
background-color css
<style>
a { background-color: #D15D5A; }
a { background-color: rgb(209,93,90); }
div.DivClassName
{
background-color: #D15D5A;
}
.BgClassName
{
background-color: #D15D5A;
}
</style>
border-color css
<style>
span { border-color: #D15D5A; }
span { border-color: rgb(209,93,90); }
td.TdClassName
{
border-color: #D15D5A;
}
.TagClassName
{
border-color: #D15D5A;
}
</style>