Shades of Indian Red #D25F5D
Tints of Indian Red #D25F5D
RGB
CMYK
RGB Variations
Color information
#D25F5D (or 0xD25F5D) is known color: Indian Red. HEX triplet: D2, 5F and 5D. RGB value is (210,95,93). Sum of RGB (Red+Green+Blue) = 210+95+93=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F5D is #2DA0A2. Grayscale: #818181. Windows color (decimal): -2990243 or 6119378. OLE color: 6119378.
HSL color Cylindrical-coordinate representation of color #D25F5D: hue angle of 1.03º 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 #D25F5D is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 93 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.18 |
| HSL | 1.03º | 0.57% | 0.59% | - |
| HSV(B) | 1.03º | 0.56% | 0.82% | - |
| XYZ | 32.65 | 22.68 | 13.01 | - |
| YUV | 129.16 | 107.6 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 93 | 0 | 0.55 | 0.56 | 0.18 | 1.03 | 0.57 | 0.59 |
| Hex | D2 | 5F | 5D | 0 | 37 | 38 | 12 | 1 | 39 | 3B |
| Octal | 322 | 137 | 135 | 0 | 67 | 70 | 22 | 1 | 71 | 73 |
| Binary | 11010010 | 1011111 | 1011101 | 0 | 110111 | 111000 | 10010 | 1 | 111001 | 111011 |
Color Harmonies of #D25F5D
Complementary color
Monochromatic Colors of #D25F5D
Black with #D25F5D
Text Example
Text Example
White with #D25F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F5D; }
p { color: rgb(210,95,93); }
H1.HeaderClassName
{
color: #D25F5D;
}
.AnyTagClassName
{
color: #D25F5D;
}
</style>
background-color css
<style>
a { background-color: #D25F5D; }
a { background-color: rgb(210,95,93); }
div.DivClassName
{
background-color: #D25F5D;
}
.BgClassName
{
background-color: #D25F5D;
}
</style>
border-color css
<style>
span { border-color: #D25F5D; }
span { border-color: rgb(210,95,93); }
td.TdClassName
{
border-color: #D25F5D;
}
.TagClassName
{
border-color: #D25F5D;
}
</style>