Shades of Amaranth #D73D52
Tints of Amaranth #D73D52
RGB
CMYK
RGB Variations
Color information
#D73D52 (or 0xD73D52) is known color: Amaranth. HEX triplet: D7, 3D and 52. RGB value is (215,61,82). Sum of RGB (Red+Green+Blue) = 215+61+82=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73D52 is #28C2AD. Grayscale: #6D6D6D. Windows color (decimal): -2671278 or 5389783. OLE color: 5389783.
HSL color Cylindrical-coordinate representation of color #D73D52: hue angle of 351.82º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73D52 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 82 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.16 |
| HSL | 351.82º | 0.66% | 0.54% | - |
| HSV(B) | 351.82º | 0.72% | 0.84% | - |
| XYZ | 31.22 | 18.39 | 9.89 | - |
| YUV | 109.44 | 112.52 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 82 | 0 | 0.72 | 0.62 | 0.16 | 351.82 | 0.66 | 0.54 |
| Hex | D7 | 3D | 52 | 0 | 48 | 3E | 10 | 160 | 42 | 36 |
| Octal | 327 | 75 | 122 | 0 | 110 | 76 | 20 | 540 | 102 | 66 |
| Binary | 11010111 | 111101 | 1010010 | 0 | 1001000 | 111110 | 10000 | 101100000 | 1000010 | 110110 |
Color Harmonies of #D73D52
Complementary color
Monochromatic Colors of #D73D52
Black with #D73D52
Text Example
Text Example
White with #D73D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D52; }
p { color: rgb(215,61,82); }
H1.HeaderClassName
{
color: #D73D52;
}
.AnyTagClassName
{
color: #D73D52;
}
</style>
background-color css
<style>
a { background-color: #D73D52; }
a { background-color: rgb(215,61,82); }
div.DivClassName
{
background-color: #D73D52;
}
.BgClassName
{
background-color: #D73D52;
}
</style>
border-color css
<style>
span { border-color: #D73D52; }
span { border-color: rgb(215,61,82); }
td.TdClassName
{
border-color: #D73D52;
}
.TagClassName
{
border-color: #D73D52;
}
</style>