Shades of Indian Red #D15E5C
Tints of Indian Red #D15E5C
RGB
CMYK
RGB Variations
Color information
#D15E5C (or 0xD15E5C) is known color: Indian Red. HEX triplet: D1, 5E and 5C. RGB value is (209,94,92). Sum of RGB (Red+Green+Blue) = 209+94+92=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15E5C is #2EA1A3. Grayscale: #808080. Windows color (decimal): -3056036 or 6053585. OLE color: 6053585.
HSL color Cylindrical-coordinate representation of color #D15E5C: hue angle of 1.03º 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 #D15E5C is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 94 | 92 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.18 |
| HSL | 1.03º | 0.56% | 0.59% | - |
| HSV(B) | 1.03º | 0.56% | 0.82% | - |
| XYZ | 32.23 | 22.33 | 12.74 | - |
| YUV | 128.16 | 107.6 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 94 | 92 | 0 | 0.55 | 0.56 | 0.18 | 1.03 | 0.56 | 0.59 |
| Hex | D1 | 5E | 5C | 0 | 37 | 38 | 12 | 1 | 38 | 3B |
| Octal | 321 | 136 | 134 | 0 | 67 | 70 | 22 | 1 | 70 | 73 |
| Binary | 11010001 | 1011110 | 1011100 | 0 | 110111 | 111000 | 10010 | 1 | 111000 | 111011 |
Color Harmonies of #D15E5C
Complementary color
Monochromatic Colors of #D15E5C
Black with #D15E5C
Text Example
Text Example
White with #D15E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15E5C; }
p { color: rgb(209,94,92); }
H1.HeaderClassName
{
color: #D15E5C;
}
.AnyTagClassName
{
color: #D15E5C;
}
</style>
background-color css
<style>
a { background-color: #D15E5C; }
a { background-color: rgb(209,94,92); }
div.DivClassName
{
background-color: #D15E5C;
}
.BgClassName
{
background-color: #D15E5C;
}
</style>
border-color css
<style>
span { border-color: #D15E5C; }
span { border-color: rgb(209,94,92); }
td.TdClassName
{
border-color: #D15E5C;
}
.TagClassName
{
border-color: #D15E5C;
}
</style>