Shades of Indian Red #D25D58
Tints of Indian Red #D25D58
RGB
CMYK
RGB Variations
Color information
#D25D58 (or 0xD25D58) is known color: Indian Red. HEX triplet: D2, 5D and 58. RGB value is (210,93,88). Sum of RGB (Red+Green+Blue) = 210+93+88=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D58 is #2DA2A7. Grayscale: #7F7F7F. Windows color (decimal): -2990760 or 5791186. OLE color: 5791186.
HSL color Cylindrical-coordinate representation of color #D25D58: hue angle of 2.46º degrees, saturation: 0.58, 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 #D25D58 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 88 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.18 |
| HSL | 2.46º | 0.58% | 0.58% | - |
| HSV(B) | 2.46º | 0.58% | 0.82% | - |
| XYZ | 32.25 | 22.23 | 11.82 | - |
| YUV | 127.41 | 105.76 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 88 | 0 | 0.56 | 0.58 | 0.18 | 2.46 | 0.58 | 0.58 |
| Hex | D2 | 5D | 58 | 0 | 38 | 3A | 12 | 2 | 3A | 3A |
| Octal | 322 | 135 | 130 | 0 | 70 | 72 | 22 | 2 | 72 | 72 |
| Binary | 11010010 | 1011101 | 1011000 | 0 | 111000 | 111010 | 10010 | 10 | 111010 | 111010 |
Color Harmonies of #D25D58
Complementary color
Monochromatic Colors of #D25D58
Black with #D25D58
Text Example
Text Example
White with #D25D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D58; }
p { color: rgb(210,93,88); }
H1.HeaderClassName
{
color: #D25D58;
}
.AnyTagClassName
{
color: #D25D58;
}
</style>
background-color css
<style>
a { background-color: #D25D58; }
a { background-color: rgb(210,93,88); }
div.DivClassName
{
background-color: #D25D58;
}
.BgClassName
{
background-color: #D25D58;
}
</style>
border-color css
<style>
span { border-color: #D25D58; }
span { border-color: rgb(210,93,88); }
td.TdClassName
{
border-color: #D25D58;
}
.TagClassName
{
border-color: #D25D58;
}
</style>