Shades of Amaranth #D72C55
Tints of Amaranth #D72C55
RGB
CMYK
RGB Variations
Color information
#D72C55 (or 0xD72C55) is known color: Amaranth. HEX triplet: D7, 2C and 55. RGB value is (215,44,85). Sum of RGB (Red+Green+Blue) = 215+44+85=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72C55 is #28D3AA. Grayscale: #636363. Windows color (decimal): -2675627 or 5582039. OLE color: 5582039.
HSL color Cylindrical-coordinate representation of color #D72C55: hue angle of 345.61º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72C55 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 44 | 85 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.16 |
| HSL | 345.61º | 0.68% | 0.51% | - |
| HSV(B) | 345.61º | 0.8% | 0.84% | - |
| XYZ | 30.56 | 16.9 | 10.25 | - |
| YUV | 99.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 85 | 0 | 0.80 | 0.60 | 0.16 | 345.61 | 0.68 | 0.51 |
| Hex | D7 | 2C | 55 | 0 | 50 | 3C | 10 | 15A | 44 | 33 |
| Octal | 327 | 54 | 125 | 0 | 120 | 74 | 20 | 532 | 104 | 63 |
| Binary | 11010111 | 101100 | 1010101 | 0 | 1010000 | 111100 | 10000 | 101011010 | 1000100 | 110011 |
Color Harmonies of #D72C55
Complementary color
Monochromatic Colors of #D72C55
Black with #D72C55
Text Example
Text Example
White with #D72C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72C55; }
p { color: rgb(215,44,85); }
H1.HeaderClassName
{
color: #D72C55;
}
.AnyTagClassName
{
color: #D72C55;
}
</style>
background-color css
<style>
a { background-color: #D72C55; }
a { background-color: rgb(215,44,85); }
div.DivClassName
{
background-color: #D72C55;
}
.BgClassName
{
background-color: #D72C55;
}
</style>
border-color css
<style>
span { border-color: #D72C55; }
span { border-color: rgb(215,44,85); }
td.TdClassName
{
border-color: #D72C55;
}
.TagClassName
{
border-color: #D72C55;
}
</style>