Shades of Indian Red #D05C57
Tints of Indian Red #D05C57
RGB
CMYK
RGB Variations
Color information
#D05C57 (or 0xD05C57) is known color: Indian Red. HEX triplet: D0, 5C and 57. RGB value is (208,92,87). Sum of RGB (Red+Green+Blue) = 208+92+87=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05C57 is #2FA3A8. Grayscale: #7E7E7E. Windows color (decimal): -3122089 or 5725392. OLE color: 5725392.
HSL color Cylindrical-coordinate representation of color #D05C57: hue angle of 2.48º 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 #D05C57 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 92 | 87 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.18 |
| HSL | 2.48º | 0.56% | 0.58% | - |
| HSV(B) | 2.48º | 0.58% | 0.82% | - |
| XYZ | 31.56 | 21.75 | 11.55 | - |
| YUV | 126.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 87 | 0 | 0.56 | 0.58 | 0.18 | 2.48 | 0.56 | 0.58 |
| Hex | D0 | 5C | 57 | 0 | 38 | 3A | 12 | 2 | 38 | 3A |
| Octal | 320 | 134 | 127 | 0 | 70 | 72 | 22 | 2 | 70 | 72 |
| Binary | 11010000 | 1011100 | 1010111 | 0 | 111000 | 111010 | 10010 | 10 | 111000 | 111010 |
Color Harmonies of #D05C57
Complementary color
Monochromatic Colors of #D05C57
Black with #D05C57
Text Example
Text Example
White with #D05C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05C57; }
p { color: rgb(208,92,87); }
H1.HeaderClassName
{
color: #D05C57;
}
.AnyTagClassName
{
color: #D05C57;
}
</style>
background-color css
<style>
a { background-color: #D05C57; }
a { background-color: rgb(208,92,87); }
div.DivClassName
{
background-color: #D05C57;
}
.BgClassName
{
background-color: #D05C57;
}
</style>
border-color css
<style>
span { border-color: #D05C57; }
span { border-color: rgb(208,92,87); }
td.TdClassName
{
border-color: #D05C57;
}
.TagClassName
{
border-color: #D05C57;
}
</style>