Shades of Indian Red #D25D5A
Tints of Indian Red #D25D5A
RGB
CMYK
RGB Variations
Color information
#D25D5A (or 0xD25D5A) is known color: Indian Red. HEX triplet: D2, 5D and 5A. RGB value is (210,93,90). Sum of RGB (Red+Green+Blue) = 210+93+90=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D5A is #2DA2A5. Grayscale: #7F7F7F. Windows color (decimal): -2990758 or 5922258. OLE color: 5922258.
HSL color Cylindrical-coordinate representation of color #D25D5A: hue angle of 1.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25D5A is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 90 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.18 |
| HSL | 1.5º | 0.57% | 0.59% | - |
| HSV(B) | 1.5º | 0.57% | 0.82% | - |
| XYZ | 32.34 | 22.27 | 12.27 | - |
| YUV | 127.64 | 106.76 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 90 | 0 | 0.56 | 0.57 | 0.18 | 1.5 | 0.57 | 0.59 |
| Hex | D2 | 5D | 5A | 0 | 38 | 39 | 12 | 2 | 39 | 3B |
| Octal | 322 | 135 | 132 | 0 | 70 | 71 | 22 | 2 | 71 | 73 |
| Binary | 11010010 | 1011101 | 1011010 | 0 | 111000 | 111001 | 10010 | 10 | 111001 | 111011 |
Color Harmonies of #D25D5A
Complementary color
Monochromatic Colors of #D25D5A
Black with #D25D5A
Text Example
Text Example
White with #D25D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D5A; }
p { color: rgb(210,93,90); }
H1.HeaderClassName
{
color: #D25D5A;
}
.AnyTagClassName
{
color: #D25D5A;
}
</style>
background-color css
<style>
a { background-color: #D25D5A; }
a { background-color: rgb(210,93,90); }
div.DivClassName
{
background-color: #D25D5A;
}
.BgClassName
{
background-color: #D25D5A;
}
</style>
border-color css
<style>
span { border-color: #D25D5A; }
span { border-color: rgb(210,93,90); }
td.TdClassName
{
border-color: #D25D5A;
}
.TagClassName
{
border-color: #D25D5A;
}
</style>