Shades of Amaranth #D73651
Tints of Amaranth #D73651
RGB
CMYK
RGB Variations
Color information
#D73651 (or 0xD73651) is known color: Amaranth. HEX triplet: D7, 36 and 51. RGB value is (215,54,81). Sum of RGB (Red+Green+Blue) = 215+54+81=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D73651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73651 is #28C9AE. Grayscale: #696969. Windows color (decimal): -2673071 or 5322455. OLE color: 5322455.
HSL color Cylindrical-coordinate representation of color #D73651: hue angle of 349.94º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73651 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 81 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.16 |
| HSL | 349.94º | 0.67% | 0.53% | - |
| HSV(B) | 349.94º | 0.75% | 0.84% | - |
| XYZ | 30.83 | 17.68 | 9.57 | - |
| YUV | 105.22 | 114.34 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 81 | 0 | 0.75 | 0.62 | 0.16 | 349.94 | 0.67 | 0.53 |
| Hex | D7 | 36 | 51 | 0 | 4B | 3E | 10 | 15E | 43 | 35 |
| Octal | 327 | 66 | 121 | 0 | 113 | 76 | 20 | 536 | 103 | 65 |
| Binary | 11010111 | 110110 | 1010001 | 0 | 1001011 | 111110 | 10000 | 101011110 | 1000011 | 110101 |
Color Harmonies of #D73651
Complementary color
Monochromatic Colors of #D73651
Black with #D73651
Text Example
Text Example
White with #D73651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73651; }
p { color: rgb(215,54,81); }
H1.HeaderClassName
{
color: #D73651;
}
.AnyTagClassName
{
color: #D73651;
}
</style>
background-color css
<style>
a { background-color: #D73651; }
a { background-color: rgb(215,54,81); }
div.DivClassName
{
background-color: #D73651;
}
.BgClassName
{
background-color: #D73651;
}
</style>
border-color css
<style>
span { border-color: #D73651; }
span { border-color: rgb(215,54,81); }
td.TdClassName
{
border-color: #D73651;
}
.TagClassName
{
border-color: #D73651;
}
</style>