Shades of Indian Red #D25858
Tints of Indian Red #D25858
RGB
CMYK
RGB Variations
Color information
#D25858 (or 0xD25858) is known color: Indian Red. HEX triplet: D2, 58 and 58. RGB value is (210,88,88). Sum of RGB (Red+Green+Blue) = 210+88+88=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D25858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25858 is #2DA7A7. Grayscale: #7C7C7C. Windows color (decimal): -2992040 or 5789906. OLE color: 5789906.
HSL color Cylindrical-coordinate representation of color #D25858: hue angle of 0º 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 #D25858 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 88 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.18 |
| HSL | 0º | 0.58% | 0.58% | - |
| HSV(B) | 0º | 0.58% | 0.82% | - |
| XYZ | 31.83 | 21.39 | 11.68 | - |
| YUV | 124.48 | 107.42 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 88 | 0 | 0.58 | 0.58 | 0.18 | 0 | 0.58 | 0.58 |
| Hex | D2 | 58 | 58 | 0 | 3A | 3A | 12 | 0 | 3A | 3A |
| Octal | 322 | 130 | 130 | 0 | 72 | 72 | 22 | 0 | 72 | 72 |
| Binary | 11010010 | 1011000 | 1011000 | 0 | 111010 | 111010 | 10010 | 0 | 111010 | 111010 |
Color Harmonies of #D25858
Complementary color
Monochromatic Colors of #D25858
Black with #D25858
Text Example
Text Example
White with #D25858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25858; }
p { color: rgb(210,88,88); }
H1.HeaderClassName
{
color: #D25858;
}
.AnyTagClassName
{
color: #D25858;
}
</style>
background-color css
<style>
a { background-color: #D25858; }
a { background-color: rgb(210,88,88); }
div.DivClassName
{
background-color: #D25858;
}
.BgClassName
{
background-color: #D25858;
}
</style>
border-color css
<style>
span { border-color: #D25858; }
span { border-color: rgb(210,88,88); }
td.TdClassName
{
border-color: #D25858;
}
.TagClassName
{
border-color: #D25858;
}
</style>