Shades of Amaranth #D72D53
Tints of Amaranth #D72D53
RGB
CMYK
RGB Variations
Color information
#D72D53 (or 0xD72D53) is known color: Amaranth. HEX triplet: D7, 2D and 53. RGB value is (215,45,83). Sum of RGB (Red+Green+Blue) = 215+45+83=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72D53 is #28D2AC. Grayscale: #646464. Windows color (decimal): -2675373 or 5451223. OLE color: 5451223.
HSL color Cylindrical-coordinate representation of color #D72D53: hue angle of 346.59º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72D53 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 45 | 83 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.16 |
| HSL | 346.59º | 0.68% | 0.51% | - |
| HSV(B) | 346.59º | 0.79% | 0.84% | - |
| XYZ | 30.52 | 16.95 | 9.85 | - |
| YUV | 100.16 | 118.32 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 45 | 83 | 0 | 0.79 | 0.61 | 0.16 | 346.59 | 0.68 | 0.51 |
| Hex | D7 | 2D | 53 | 0 | 4F | 3D | 10 | 15B | 44 | 33 |
| Octal | 327 | 55 | 123 | 0 | 117 | 75 | 20 | 533 | 104 | 63 |
| Binary | 11010111 | 101101 | 1010011 | 0 | 1001111 | 111101 | 10000 | 101011011 | 1000100 | 110011 |
Color Harmonies of #D72D53
Complementary color
Monochromatic Colors of #D72D53
Black with #D72D53
Text Example
Text Example
White with #D72D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72D53; }
p { color: rgb(215,45,83); }
H1.HeaderClassName
{
color: #D72D53;
}
.AnyTagClassName
{
color: #D72D53;
}
</style>
background-color css
<style>
a { background-color: #D72D53; }
a { background-color: rgb(215,45,83); }
div.DivClassName
{
background-color: #D72D53;
}
.BgClassName
{
background-color: #D72D53;
}
</style>
border-color css
<style>
span { border-color: #D72D53; }
span { border-color: rgb(215,45,83); }
td.TdClassName
{
border-color: #D72D53;
}
.TagClassName
{
border-color: #D72D53;
}
</style>