Shades of Amaranth #D72E4C
Tints of Amaranth #D72E4C
RGB
CMYK
RGB Variations
Color information
#D72E4C (or 0xD72E4C) is known color: Amaranth. HEX triplet: D7, 2E and 4C. RGB value is (215,46,76). Sum of RGB (Red+Green+Blue) = 215+46+76=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72E4C is #28D1B3. Grayscale: #646464. Windows color (decimal): -2675124 or 4992727. OLE color: 4992727.
HSL color Cylindrical-coordinate representation of color #D72E4C: hue angle of 349.35º 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 #D72E4C is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 46 | 76 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.16 |
| HSL | 349.35º | 0.68% | 0.51% | - |
| HSV(B) | 349.35º | 0.79% | 0.84% | - |
| XYZ | 30.31 | 16.92 | 8.51 | - |
| YUV | 99.95 | 114.49 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 76 | 0 | 0.79 | 0.65 | 0.16 | 349.35 | 0.68 | 0.51 |
| Hex | D7 | 2E | 4C | 0 | 4F | 41 | 10 | 15D | 44 | 33 |
| Octal | 327 | 56 | 114 | 0 | 117 | 101 | 20 | 535 | 104 | 63 |
| Binary | 11010111 | 101110 | 1001100 | 0 | 1001111 | 1000001 | 10000 | 101011101 | 1000100 | 110011 |
Color Harmonies of #D72E4C
Complementary color
Monochromatic Colors of #D72E4C
Black with #D72E4C
Text Example
Text Example
White with #D72E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72E4C; }
p { color: rgb(215,46,76); }
H1.HeaderClassName
{
color: #D72E4C;
}
.AnyTagClassName
{
color: #D72E4C;
}
</style>
background-color css
<style>
a { background-color: #D72E4C; }
a { background-color: rgb(215,46,76); }
div.DivClassName
{
background-color: #D72E4C;
}
.BgClassName
{
background-color: #D72E4C;
}
</style>
border-color css
<style>
span { border-color: #D72E4C; }
span { border-color: rgb(215,46,76); }
td.TdClassName
{
border-color: #D72E4C;
}
.TagClassName
{
border-color: #D72E4C;
}
</style>