Shades of Indian Red #D55857
Tints of Indian Red #D55857
RGB
CMYK
RGB Variations
Color information
#D55857 (or 0xD55857) is known color: Indian Red. HEX triplet: D5, 58 and 57. RGB value is (213,88,87). Sum of RGB (Red+Green+Blue) = 213+88+87=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D55857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55857 is #2AA7A8. Grayscale: #7D7D7D. Windows color (decimal): -2795433 or 5724373. OLE color: 5724373.
HSL color Cylindrical-coordinate representation of color #D55857: hue angle of 0.48º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55857 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 87 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.16 |
| HSL | 0.48º | 0.6% | 0.59% | - |
| HSV(B) | 0.48º | 0.59% | 0.84% | - |
| XYZ | 32.65 | 21.81 | 11.51 | - |
| YUV | 125.26 | 106.41 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 87 | 0 | 0.59 | 0.59 | 0.16 | 0.48 | 0.6 | 0.59 |
| Hex | D5 | 58 | 57 | 0 | 3B | 3B | 10 | 0 | 3C | 3B |
| Octal | 325 | 130 | 127 | 0 | 73 | 73 | 20 | 0 | 74 | 73 |
| Binary | 11010101 | 1011000 | 1010111 | 0 | 111011 | 111011 | 10000 | 0 | 111100 | 111011 |
Color Harmonies of #D55857
Complementary color
Monochromatic Colors of #D55857
Black with #D55857
Text Example
Text Example
White with #D55857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55857; }
p { color: rgb(213,88,87); }
H1.HeaderClassName
{
color: #D55857;
}
.AnyTagClassName
{
color: #D55857;
}
</style>
background-color css
<style>
a { background-color: #D55857; }
a { background-color: rgb(213,88,87); }
div.DivClassName
{
background-color: #D55857;
}
.BgClassName
{
background-color: #D55857;
}
</style>
border-color css
<style>
span { border-color: #D55857; }
span { border-color: rgb(213,88,87); }
td.TdClassName
{
border-color: #D55857;
}
.TagClassName
{
border-color: #D55857;
}
</style>