Shades of Indian Red #D25E5D
Tints of Indian Red #D25E5D
RGB
CMYK
RGB Variations
Color information
#D25E5D (or 0xD25E5D) is known color: Indian Red. HEX triplet: D2, 5E and 5D. RGB value is (210,94,93). Sum of RGB (Red+Green+Blue) = 210+94+93=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E5D is #2DA1A2. Grayscale: #808080. Windows color (decimal): -2990499 or 6119122. OLE color: 6119122.
HSL color Cylindrical-coordinate representation of color #D25E5D: hue angle of 0.51º 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 #D25E5D is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 93 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.18 |
| HSL | 0.51º | 0.57% | 0.59% | - |
| HSV(B) | 0.51º | 0.56% | 0.82% | - |
| XYZ | 32.56 | 22.5 | 12.98 | - |
| YUV | 128.57 | 107.93 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 93 | 0 | 0.55 | 0.56 | 0.18 | 0.51 | 0.57 | 0.59 |
| Hex | D2 | 5E | 5D | 0 | 37 | 38 | 12 | 1 | 39 | 3B |
| Octal | 322 | 136 | 135 | 0 | 67 | 70 | 22 | 1 | 71 | 73 |
| Binary | 11010010 | 1011110 | 1011101 | 0 | 110111 | 111000 | 10010 | 1 | 111001 | 111011 |
Color Harmonies of #D25E5D
Complementary color
Monochromatic Colors of #D25E5D
Black with #D25E5D
Text Example
Text Example
White with #D25E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25E5D; }
p { color: rgb(210,94,93); }
H1.HeaderClassName
{
color: #D25E5D;
}
.AnyTagClassName
{
color: #D25E5D;
}
</style>
background-color css
<style>
a { background-color: #D25E5D; }
a { background-color: rgb(210,94,93); }
div.DivClassName
{
background-color: #D25E5D;
}
.BgClassName
{
background-color: #D25E5D;
}
</style>
border-color css
<style>
span { border-color: #D25E5D; }
span { border-color: rgb(210,94,93); }
td.TdClassName
{
border-color: #D25E5D;
}
.TagClassName
{
border-color: #D25E5D;
}
</style>