Shades of Indian Red #D25C57
Tints of Indian Red #D25C57
RGB
CMYK
RGB Variations
Color information
#D25C57 (or 0xD25C57) is known color: Indian Red. HEX triplet: D2, 5C and 57. RGB value is (210,92,87). Sum of RGB (Red+Green+Blue) = 210+92+87=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25C57 is #2DA3A8. Grayscale: #7E7E7E. Windows color (decimal): -2991017 or 5725394. OLE color: 5725394.
HSL color Cylindrical-coordinate representation of color #D25C57: hue angle of 2.44º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25C57 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 87 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.18 |
| HSL | 2.44º | 0.58% | 0.58% | - |
| HSV(B) | 2.44º | 0.59% | 0.82% | - |
| XYZ | 32.13 | 22.04 | 11.58 | - |
| YUV | 126.71 | 105.59 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 87 | 0 | 0.56 | 0.59 | 0.18 | 2.44 | 0.58 | 0.58 |
| Hex | D2 | 5C | 57 | 0 | 38 | 3B | 12 | 2 | 3A | 3A |
| Octal | 322 | 134 | 127 | 0 | 70 | 73 | 22 | 2 | 72 | 72 |
| Binary | 11010010 | 1011100 | 1010111 | 0 | 111000 | 111011 | 10010 | 10 | 111010 | 111010 |
Color Harmonies of #D25C57
Complementary color
Monochromatic Colors of #D25C57
Black with #D25C57
Text Example
Text Example
White with #D25C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C57; }
p { color: rgb(210,92,87); }
H1.HeaderClassName
{
color: #D25C57;
}
.AnyTagClassName
{
color: #D25C57;
}
</style>
background-color css
<style>
a { background-color: #D25C57; }
a { background-color: rgb(210,92,87); }
div.DivClassName
{
background-color: #D25C57;
}
.BgClassName
{
background-color: #D25C57;
}
</style>
border-color css
<style>
span { border-color: #D25C57; }
span { border-color: rgb(210,92,87); }
td.TdClassName
{
border-color: #D25C57;
}
.TagClassName
{
border-color: #D25C57;
}
</style>