Shades of Amaranth #D72A47
Tints of Amaranth #D72A47
RGB
CMYK
RGB Variations
Color information
#D72A47 (or 0xD72A47) is known color: Amaranth. HEX triplet: D7, 2A and 47. RGB value is (215,42,71). Sum of RGB (Red+Green+Blue) = 215+42+71=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72A47 is #28D5B8. Grayscale: #616161. Windows color (decimal): -2676153 or 4664023. OLE color: 4664023.
HSL color Cylindrical-coordinate representation of color #D72A47: hue angle of 349.94º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72A47 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 71 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.16 |
| HSL | 349.94º | 0.68% | 0.5% | - |
| HSV(B) | 349.94º | 0.8% | 0.84% | - |
| XYZ | 29.99 | 16.56 | 7.58 | - |
| YUV | 97.03 | 113.31 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 71 | 0 | 0.80 | 0.67 | 0.16 | 349.94 | 0.68 | 0.5 |
| Hex | D7 | 2A | 47 | 0 | 50 | 43 | 10 | 15E | 44 | 32 |
| Octal | 327 | 52 | 107 | 0 | 120 | 103 | 20 | 536 | 104 | 62 |
| Binary | 11010111 | 101010 | 1000111 | 0 | 1010000 | 1000011 | 10000 | 101011110 | 1000100 | 110010 |
Color Harmonies of #D72A47
Complementary color
Monochromatic Colors of #D72A47
Black with #D72A47
Text Example
Text Example
White with #D72A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72A47; }
p { color: rgb(215,42,71); }
H1.HeaderClassName
{
color: #D72A47;
}
.AnyTagClassName
{
color: #D72A47;
}
</style>
background-color css
<style>
a { background-color: #D72A47; }
a { background-color: rgb(215,42,71); }
div.DivClassName
{
background-color: #D72A47;
}
.BgClassName
{
background-color: #D72A47;
}
</style>
border-color css
<style>
span { border-color: #D72A47; }
span { border-color: rgb(215,42,71); }
td.TdClassName
{
border-color: #D72A47;
}
.TagClassName
{
border-color: #D72A47;
}
</style>