Shades of Amaranth #D72849
Tints of Amaranth #D72849
RGB
CMYK
RGB Variations
Color information
#D72849 (or 0xD72849) is known color: Amaranth. HEX triplet: D7, 28 and 49. RGB value is (215,40,73). Sum of RGB (Red+Green+Blue) = 215+40+73=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D72849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72849 is #28D7B6. Grayscale: #606060. Windows color (decimal): -2676663 or 4794583. OLE color: 4794583.
HSL color Cylindrical-coordinate representation of color #D72849: hue angle of 348.69º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72849 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 73 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.16 |
| HSL | 348.69º | 0.69% | 0.5% | - |
| HSV(B) | 348.69º | 0.81% | 0.84% | - |
| XYZ | 29.99 | 16.45 | 7.9 | - |
| YUV | 96.09 | 114.98 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 73 | 0 | 0.81 | 0.66 | 0.16 | 348.69 | 0.69 | 0.5 |
| Hex | D7 | 28 | 49 | 0 | 51 | 42 | 10 | 15D | 45 | 32 |
| Octal | 327 | 50 | 111 | 0 | 121 | 102 | 20 | 535 | 105 | 62 |
| Binary | 11010111 | 101000 | 1001001 | 0 | 1010001 | 1000010 | 10000 | 101011101 | 1000101 | 110010 |
Color Harmonies of #D72849
Complementary color
Monochromatic Colors of #D72849
Black with #D72849
Text Example
Text Example
White with #D72849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72849; }
p { color: rgb(215,40,73); }
H1.HeaderClassName
{
color: #D72849;
}
.AnyTagClassName
{
color: #D72849;
}
</style>
background-color css
<style>
a { background-color: #D72849; }
a { background-color: rgb(215,40,73); }
div.DivClassName
{
background-color: #D72849;
}
.BgClassName
{
background-color: #D72849;
}
</style>
border-color css
<style>
span { border-color: #D72849; }
span { border-color: rgb(215,40,73); }
td.TdClassName
{
border-color: #D72849;
}
.TagClassName
{
border-color: #D72849;
}
</style>