Shades of Indian Red #D25D57
Tints of Indian Red #D25D57
RGB
CMYK
RGB Variations
Color information
#D25D57 (or 0xD25D57) is known color: Indian Red. HEX triplet: D2, 5D and 57. RGB value is (210,93,87). Sum of RGB (Red+Green+Blue) = 210+93+87=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D57 is #2DA2A8. Grayscale: #7F7F7F. Windows color (decimal): -2990761 or 5725650. OLE color: 5725650.
HSL color Cylindrical-coordinate representation of color #D25D57: hue angle of 2.93º 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 #D25D57 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 87 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.18 |
| HSL | 2.93º | 0.58% | 0.58% | - |
| HSV(B) | 2.93º | 0.59% | 0.82% | - |
| XYZ | 32.21 | 22.22 | 11.61 | - |
| YUV | 127.3 | 105.26 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 87 | 0 | 0.56 | 0.59 | 0.18 | 2.93 | 0.58 | 0.58 |
| Hex | D2 | 5D | 57 | 0 | 38 | 3B | 12 | 3 | 3A | 3A |
| Octal | 322 | 135 | 127 | 0 | 70 | 73 | 22 | 3 | 72 | 72 |
| Binary | 11010010 | 1011101 | 1010111 | 0 | 111000 | 111011 | 10010 | 11 | 111010 | 111010 |
Color Harmonies of #D25D57
Complementary color
Monochromatic Colors of #D25D57
Black with #D25D57
Text Example
Text Example
White with #D25D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D57; }
p { color: rgb(210,93,87); }
H1.HeaderClassName
{
color: #D25D57;
}
.AnyTagClassName
{
color: #D25D57;
}
</style>
background-color css
<style>
a { background-color: #D25D57; }
a { background-color: rgb(210,93,87); }
div.DivClassName
{
background-color: #D25D57;
}
.BgClassName
{
background-color: #D25D57;
}
</style>
border-color css
<style>
span { border-color: #D25D57; }
span { border-color: rgb(210,93,87); }
td.TdClassName
{
border-color: #D25D57;
}
.TagClassName
{
border-color: #D25D57;
}
</style>