Shades of Amaranth #D72C54
Tints of Amaranth #D72C54
RGB
CMYK
RGB Variations
Color information
#D72C54 (or 0xD72C54) is known color: Amaranth. HEX triplet: D7, 2C and 54. RGB value is (215,44,84). Sum of RGB (Red+Green+Blue) = 215+44+84=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72C54 is #28D3AB. Grayscale: #636363. Windows color (decimal): -2675628 or 5516503. OLE color: 5516503.
HSL color Cylindrical-coordinate representation of color #D72C54: hue angle of 345.96º 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 #D72C54 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 44 | 84 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.16 |
| HSL | 345.96º | 0.68% | 0.51% | - |
| HSV(B) | 345.96º | 0.8% | 0.84% | - |
| XYZ | 30.53 | 16.89 | 10.04 | - |
| YUV | 99.69 | 119.15 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 84 | 0 | 0.80 | 0.61 | 0.16 | 345.96 | 0.68 | 0.51 |
| Hex | D7 | 2C | 54 | 0 | 50 | 3D | 10 | 15A | 44 | 33 |
| Octal | 327 | 54 | 124 | 0 | 120 | 75 | 20 | 532 | 104 | 63 |
| Binary | 11010111 | 101100 | 1010100 | 0 | 1010000 | 111101 | 10000 | 101011010 | 1000100 | 110011 |
Color Harmonies of #D72C54
Complementary color
Monochromatic Colors of #D72C54
Black with #D72C54
Text Example
Text Example
White with #D72C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72C54; }
p { color: rgb(215,44,84); }
H1.HeaderClassName
{
color: #D72C54;
}
.AnyTagClassName
{
color: #D72C54;
}
</style>
background-color css
<style>
a { background-color: #D72C54; }
a { background-color: rgb(215,44,84); }
div.DivClassName
{
background-color: #D72C54;
}
.BgClassName
{
background-color: #D72C54;
}
</style>
border-color css
<style>
span { border-color: #D72C54; }
span { border-color: rgb(215,44,84); }
td.TdClassName
{
border-color: #D72C54;
}
.TagClassName
{
border-color: #D72C54;
}
</style>