Shades of Amaranth #D73452
Tints of Amaranth #D73452
RGB
CMYK
RGB Variations
Color information
#D73452 (or 0xD73452) is known color: Amaranth. HEX triplet: D7, 34 and 52. RGB value is (215,52,82). Sum of RGB (Red+Green+Blue) = 215+52+82=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D73452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73452 is #28CBAD. Grayscale: #686868. Windows color (decimal): -2673582 or 5387479. OLE color: 5387479.
HSL color Cylindrical-coordinate representation of color #D73452: hue angle of 348.96º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D73452 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 52 | 82 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.16 |
| HSL | 348.96º | 0.67% | 0.52% | - |
| HSV(B) | 348.96º | 0.76% | 0.84% | - |
| XYZ | 30.78 | 17.51 | 9.74 | - |
| YUV | 104.16 | 115.5 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 52 | 82 | 0 | 0.76 | 0.62 | 0.16 | 348.96 | 0.67 | 0.52 |
| Hex | D7 | 34 | 52 | 0 | 4C | 3E | 10 | 15D | 43 | 34 |
| Octal | 327 | 64 | 122 | 0 | 114 | 76 | 20 | 535 | 103 | 64 |
| Binary | 11010111 | 110100 | 1010010 | 0 | 1001100 | 111110 | 10000 | 101011101 | 1000011 | 110100 |
Color Harmonies of #D73452
Complementary color
Monochromatic Colors of #D73452
Black with #D73452
Text Example
Text Example
White with #D73452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73452; }
p { color: rgb(215,52,82); }
H1.HeaderClassName
{
color: #D73452;
}
.AnyTagClassName
{
color: #D73452;
}
</style>
background-color css
<style>
a { background-color: #D73452; }
a { background-color: rgb(215,52,82); }
div.DivClassName
{
background-color: #D73452;
}
.BgClassName
{
background-color: #D73452;
}
</style>
border-color css
<style>
span { border-color: #D73452; }
span { border-color: rgb(215,52,82); }
td.TdClassName
{
border-color: #D73452;
}
.TagClassName
{
border-color: #D73452;
}
</style>