Shades of Indian Red #D25C59
Tints of Indian Red #D25C59
RGB
CMYK
RGB Variations
Color information
#D25C59 (or 0xD25C59) is known color: Indian Red. HEX triplet: D2, 5C and 59. RGB value is (210,92,89). Sum of RGB (Red+Green+Blue) = 210+92+89=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25C59 is #2DA3A6. Grayscale: #7F7F7F. Windows color (decimal): -2991015 or 5856466. OLE color: 5856466.
HSL color Cylindrical-coordinate representation of color #D25C59: hue angle of 1.49º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25C59 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 89 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.18 |
| HSL | 1.49º | 0.57% | 0.59% | - |
| HSV(B) | 1.49º | 0.58% | 0.82% | - |
| XYZ | 32.21 | 22.08 | 12.01 | - |
| YUV | 126.94 | 106.59 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 89 | 0 | 0.56 | 0.58 | 0.18 | 1.49 | 0.57 | 0.59 |
| Hex | D2 | 5C | 59 | 0 | 38 | 3A | 12 | 1 | 39 | 3B |
| Octal | 322 | 134 | 131 | 0 | 70 | 72 | 22 | 1 | 71 | 73 |
| Binary | 11010010 | 1011100 | 1011001 | 0 | 111000 | 111010 | 10010 | 1 | 111001 | 111011 |
Color Harmonies of #D25C59
Complementary color
Monochromatic Colors of #D25C59
Black with #D25C59
Text Example
Text Example
White with #D25C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C59; }
p { color: rgb(210,92,89); }
H1.HeaderClassName
{
color: #D25C59;
}
.AnyTagClassName
{
color: #D25C59;
}
</style>
background-color css
<style>
a { background-color: #D25C59; }
a { background-color: rgb(210,92,89); }
div.DivClassName
{
background-color: #D25C59;
}
.BgClassName
{
background-color: #D25C59;
}
</style>
border-color css
<style>
span { border-color: #D25C59; }
span { border-color: rgb(210,92,89); }
td.TdClassName
{
border-color: #D25C59;
}
.TagClassName
{
border-color: #D25C59;
}
</style>