Shades of Amaranth #D73653
Tints of Amaranth #D73653
RGB
CMYK
RGB Variations
Color information
#D73653 (or 0xD73653) is known color: Amaranth. HEX triplet: D7, 36 and 53. RGB value is (215,54,83). Sum of RGB (Red+Green+Blue) = 215+54+83=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D73653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73653 is #28C9AC. Grayscale: #696969. Windows color (decimal): -2673069 or 5453527. OLE color: 5453527.
HSL color Cylindrical-coordinate representation of color #D73653: hue angle of 349.19º 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 #D73653 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 83 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.16 |
| HSL | 349.19º | 0.67% | 0.53% | - |
| HSV(B) | 349.19º | 0.75% | 0.84% | - |
| XYZ | 30.9 | 17.71 | 9.97 | - |
| YUV | 105.45 | 115.34 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 83 | 0 | 0.75 | 0.61 | 0.16 | 349.19 | 0.67 | 0.53 |
| Hex | D7 | 36 | 53 | 0 | 4B | 3D | 10 | 15D | 43 | 35 |
| Octal | 327 | 66 | 123 | 0 | 113 | 75 | 20 | 535 | 103 | 65 |
| Binary | 11010111 | 110110 | 1010011 | 0 | 1001011 | 111101 | 10000 | 101011101 | 1000011 | 110101 |
Color Harmonies of #D73653
Complementary color
Monochromatic Colors of #D73653
Black with #D73653
Text Example
Text Example
White with #D73653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73653; }
p { color: rgb(215,54,83); }
H1.HeaderClassName
{
color: #D73653;
}
.AnyTagClassName
{
color: #D73653;
}
</style>
background-color css
<style>
a { background-color: #D73653; }
a { background-color: rgb(215,54,83); }
div.DivClassName
{
background-color: #D73653;
}
.BgClassName
{
background-color: #D73653;
}
</style>
border-color css
<style>
span { border-color: #D73653; }
span { border-color: rgb(215,54,83); }
td.TdClassName
{
border-color: #D73653;
}
.TagClassName
{
border-color: #D73653;
}
</style>