Shades of Indian Red #D25A57
Tints of Indian Red #D25A57
RGB
CMYK
RGB Variations
Color information
#D25A57 (or 0xD25A57) is known color: Indian Red. HEX triplet: D2, 5A and 57. RGB value is (210,90,87). Sum of RGB (Red+Green+Blue) = 210+90+87=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25A57 is #2DA5A8. Grayscale: #7D7D7D. Windows color (decimal): -2991529 or 5724882. OLE color: 5724882.
HSL color Cylindrical-coordinate representation of color #D25A57: hue angle of 1.46º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25A57 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 87 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.18 |
| HSL | 1.46º | 0.58% | 0.58% | - |
| HSV(B) | 1.46º | 0.59% | 0.82% | - |
| XYZ | 31.95 | 21.7 | 11.52 | - |
| YUV | 125.54 | 106.26 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 87 | 0 | 0.57 | 0.59 | 0.18 | 1.46 | 0.58 | 0.58 |
| Hex | D2 | 5A | 57 | 0 | 39 | 3B | 12 | 1 | 3A | 3A |
| Octal | 322 | 132 | 127 | 0 | 71 | 73 | 22 | 1 | 72 | 72 |
| Binary | 11010010 | 1011010 | 1010111 | 0 | 111001 | 111011 | 10010 | 1 | 111010 | 111010 |
Color Harmonies of #D25A57
Complementary color
Monochromatic Colors of #D25A57
Black with #D25A57
Text Example
Text Example
White with #D25A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A57; }
p { color: rgb(210,90,87); }
H1.HeaderClassName
{
color: #D25A57;
}
.AnyTagClassName
{
color: #D25A57;
}
</style>
background-color css
<style>
a { background-color: #D25A57; }
a { background-color: rgb(210,90,87); }
div.DivClassName
{
background-color: #D25A57;
}
.BgClassName
{
background-color: #D25A57;
}
</style>
border-color css
<style>
span { border-color: #D25A57; }
span { border-color: rgb(210,90,87); }
td.TdClassName
{
border-color: #D25A57;
}
.TagClassName
{
border-color: #D25A57;
}
</style>