Shades of Indian Red #D25F5C
Tints of Indian Red #D25F5C
RGB
CMYK
RGB Variations
Color information
#D25F5C (or 0xD25F5C) is known color: Indian Red. HEX triplet: D2, 5F and 5C. RGB value is (210,95,92). Sum of RGB (Red+Green+Blue) = 210+95+92=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F5C is #2DA0A3. Grayscale: #818181. Windows color (decimal): -2990244 or 6053842. OLE color: 6053842.
HSL color Cylindrical-coordinate representation of color #D25F5C: hue angle of 1.53º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25F5C is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 92 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.18 |
| HSL | 1.53º | 0.57% | 0.59% | - |
| HSV(B) | 1.53º | 0.56% | 0.82% | - |
| XYZ | 32.6 | 22.66 | 12.78 | - |
| YUV | 129.04 | 107.1 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 92 | 0 | 0.55 | 0.56 | 0.18 | 1.53 | 0.57 | 0.59 |
| Hex | D2 | 5F | 5C | 0 | 37 | 38 | 12 | 2 | 39 | 3B |
| Octal | 322 | 137 | 134 | 0 | 67 | 70 | 22 | 2 | 71 | 73 |
| Binary | 11010010 | 1011111 | 1011100 | 0 | 110111 | 111000 | 10010 | 10 | 111001 | 111011 |
Color Harmonies of #D25F5C
Complementary color
Monochromatic Colors of #D25F5C
Black with #D25F5C
Text Example
Text Example
White with #D25F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F5C; }
p { color: rgb(210,95,92); }
H1.HeaderClassName
{
color: #D25F5C;
}
.AnyTagClassName
{
color: #D25F5C;
}
</style>
background-color css
<style>
a { background-color: #D25F5C; }
a { background-color: rgb(210,95,92); }
div.DivClassName
{
background-color: #D25F5C;
}
.BgClassName
{
background-color: #D25F5C;
}
</style>
border-color css
<style>
span { border-color: #D25F5C; }
span { border-color: rgb(210,95,92); }
td.TdClassName
{
border-color: #D25F5C;
}
.TagClassName
{
border-color: #D25F5C;
}
</style>