Shades of Amaranth #D73148
Tints of Amaranth #D73148
RGB
CMYK
RGB Variations
Color information
#D73148 (or 0xD73148) is known color: Amaranth. HEX triplet: D7, 31 and 48. RGB value is (215,49,72). Sum of RGB (Red+Green+Blue) = 215+49+72=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D73148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73148 is #28CEB7. Grayscale: #656565. Windows color (decimal): -2674360 or 4731351. OLE color: 4731351.
HSL color Cylindrical-coordinate representation of color #D73148: hue angle of 351.69º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D73148 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 72 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.16 |
| HSL | 351.69º | 0.67% | 0.52% | - |
| HSV(B) | 351.69º | 0.77% | 0.84% | - |
| XYZ | 30.29 | 17.11 | 7.84 | - |
| YUV | 101.26 | 111.5 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 72 | 0 | 0.77 | 0.67 | 0.16 | 351.69 | 0.67 | 0.52 |
| Hex | D7 | 31 | 48 | 0 | 4D | 43 | 10 | 160 | 43 | 34 |
| Octal | 327 | 61 | 110 | 0 | 115 | 103 | 20 | 540 | 103 | 64 |
| Binary | 11010111 | 110001 | 1001000 | 0 | 1001101 | 1000011 | 10000 | 101100000 | 1000011 | 110100 |
Color Harmonies of #D73148
Complementary color
Monochromatic Colors of #D73148
Black with #D73148
Text Example
Text Example
White with #D73148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73148; }
p { color: rgb(215,49,72); }
H1.HeaderClassName
{
color: #D73148;
}
.AnyTagClassName
{
color: #D73148;
}
</style>
background-color css
<style>
a { background-color: #D73148; }
a { background-color: rgb(215,49,72); }
div.DivClassName
{
background-color: #D73148;
}
.BgClassName
{
background-color: #D73148;
}
</style>
border-color css
<style>
span { border-color: #D73148; }
span { border-color: rgb(215,49,72); }
td.TdClassName
{
border-color: #D73148;
}
.TagClassName
{
border-color: #D73148;
}
</style>