Shades of Indian Red #D05957
Tints of Indian Red #D05957
RGB
CMYK
RGB Variations
Color information
#D05957 (or 0xD05957) is known color: Indian Red. HEX triplet: D0, 59 and 57. RGB value is (208,89,87). Sum of RGB (Red+Green+Blue) = 208+89+87=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D05957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05957 is #2FA6A8. Grayscale: #7C7C7C. Windows color (decimal): -3122857 or 5724624. OLE color: 5724624.
HSL color Cylindrical-coordinate representation of color #D05957: hue angle of 0.99º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D05957 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 87 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.18 |
| HSL | 0.99º | 0.56% | 0.58% | - |
| HSV(B) | 0.99º | 0.58% | 0.82% | - |
| XYZ | 31.31 | 21.24 | 11.47 | - |
| YUV | 124.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 87 | 0 | 0.57 | 0.58 | 0.18 | 0.99 | 0.56 | 0.58 |
| Hex | D0 | 59 | 57 | 0 | 39 | 3A | 12 | 1 | 38 | 3A |
| Octal | 320 | 131 | 127 | 0 | 71 | 72 | 22 | 1 | 70 | 72 |
| Binary | 11010000 | 1011001 | 1010111 | 0 | 111001 | 111010 | 10010 | 1 | 111000 | 111010 |
Color Harmonies of #D05957
Complementary color
Monochromatic Colors of #D05957
Black with #D05957
Text Example
Text Example
White with #D05957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05957; }
p { color: rgb(208,89,87); }
H1.HeaderClassName
{
color: #D05957;
}
.AnyTagClassName
{
color: #D05957;
}
</style>
background-color css
<style>
a { background-color: #D05957; }
a { background-color: rgb(208,89,87); }
div.DivClassName
{
background-color: #D05957;
}
.BgClassName
{
background-color: #D05957;
}
</style>
border-color css
<style>
span { border-color: #D05957; }
span { border-color: rgb(208,89,87); }
td.TdClassName
{
border-color: #D05957;
}
.TagClassName
{
border-color: #D05957;
}
</style>