Shades of Amaranth #D72A46
Tints of Amaranth #D72A46
RGB
CMYK
RGB Variations
Color information
#D72A46 (or 0xD72A46) is known color: Amaranth. HEX triplet: D7, 2A and 46. RGB value is (215,42,70). Sum of RGB (Red+Green+Blue) = 215+42+70=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72A46 is #28D5B9. Grayscale: #606060. Windows color (decimal): -2676154 or 4598487. OLE color: 4598487.
HSL color Cylindrical-coordinate representation of color #D72A46: hue angle of 350.29º 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 #D72A46 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 70 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.16 |
| HSL | 350.29º | 0.68% | 0.5% | - |
| HSV(B) | 350.29º | 0.8% | 0.84% | - |
| XYZ | 29.96 | 16.55 | 7.41 | - |
| YUV | 96.92 | 112.81 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 70 | 0 | 0.80 | 0.67 | 0.16 | 350.29 | 0.68 | 0.5 |
| Hex | D7 | 2A | 46 | 0 | 50 | 43 | 10 | 15E | 44 | 32 |
| Octal | 327 | 52 | 106 | 0 | 120 | 103 | 20 | 536 | 104 | 62 |
| Binary | 11010111 | 101010 | 1000110 | 0 | 1010000 | 1000011 | 10000 | 101011110 | 1000100 | 110010 |
Color Harmonies of #D72A46
Complementary color
Monochromatic Colors of #D72A46
Black with #D72A46
Text Example
Text Example
White with #D72A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72A46; }
p { color: rgb(215,42,70); }
H1.HeaderClassName
{
color: #D72A46;
}
.AnyTagClassName
{
color: #D72A46;
}
</style>
background-color css
<style>
a { background-color: #D72A46; }
a { background-color: rgb(215,42,70); }
div.DivClassName
{
background-color: #D72A46;
}
.BgClassName
{
background-color: #D72A46;
}
</style>
border-color css
<style>
span { border-color: #D72A46; }
span { border-color: rgb(215,42,70); }
td.TdClassName
{
border-color: #D72A46;
}
.TagClassName
{
border-color: #D72A46;
}
</style>