Shades of Amaranth #D73C51
Tints of Amaranth #D73C51
RGB
CMYK
RGB Variations
Color information
#D73C51 (or 0xD73C51) is known color: Amaranth. HEX triplet: D7, 3C and 51. RGB value is (215,60,81). Sum of RGB (Red+Green+Blue) = 215+60+81=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73C51 is #28C3AE. Grayscale: #6C6C6C. Windows color (decimal): -2671535 or 5323991. OLE color: 5323991.
HSL color Cylindrical-coordinate representation of color #D73C51: hue angle of 351.87º 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 #D73C51 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 81 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.16 |
| HSL | 351.87º | 0.66% | 0.54% | - |
| HSV(B) | 351.87º | 0.72% | 0.84% | - |
| XYZ | 31.13 | 18.27 | 9.67 | - |
| YUV | 108.74 | 112.35 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 81 | 0 | 0.72 | 0.62 | 0.16 | 351.87 | 0.66 | 0.54 |
| Hex | D7 | 3C | 51 | 0 | 48 | 3E | 10 | 160 | 42 | 36 |
| Octal | 327 | 74 | 121 | 0 | 110 | 76 | 20 | 540 | 102 | 66 |
| Binary | 11010111 | 111100 | 1010001 | 0 | 1001000 | 111110 | 10000 | 101100000 | 1000010 | 110110 |
Color Harmonies of #D73C51
Complementary color
Monochromatic Colors of #D73C51
Black with #D73C51
Text Example
Text Example
White with #D73C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73C51; }
p { color: rgb(215,60,81); }
H1.HeaderClassName
{
color: #D73C51;
}
.AnyTagClassName
{
color: #D73C51;
}
</style>
background-color css
<style>
a { background-color: #D73C51; }
a { background-color: rgb(215,60,81); }
div.DivClassName
{
background-color: #D73C51;
}
.BgClassName
{
background-color: #D73C51;
}
</style>
border-color css
<style>
span { border-color: #D73C51; }
span { border-color: rgb(215,60,81); }
td.TdClassName
{
border-color: #D73C51;
}
.TagClassName
{
border-color: #D73C51;
}
</style>