Shades of Amaranth #D73550
Tints of Amaranth #D73550
RGB
CMYK
RGB Variations
Color information
#D73550 (or 0xD73550) is known color: Amaranth. HEX triplet: D7, 35 and 50. RGB value is (215,53,80). Sum of RGB (Red+Green+Blue) = 215+53+80=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D73550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73550 is #28CAAF. Grayscale: #686868. Windows color (decimal): -2673328 or 5256663. OLE color: 5256663.
HSL color Cylindrical-coordinate representation of color #D73550: hue angle of 350º 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 #D73550 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 80 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.16 |
| HSL | 350º | 0.67% | 0.53% | - |
| HSV(B) | 350º | 0.75% | 0.84% | - |
| XYZ | 30.75 | 17.57 | 9.36 | - |
| YUV | 104.52 | 114.17 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 80 | 0 | 0.75 | 0.63 | 0.16 | 350 | 0.67 | 0.53 |
| Hex | D7 | 35 | 50 | 0 | 4B | 3F | 10 | 15E | 43 | 35 |
| Octal | 327 | 65 | 120 | 0 | 113 | 77 | 20 | 536 | 103 | 65 |
| Binary | 11010111 | 110101 | 1010000 | 0 | 1001011 | 111111 | 10000 | 101011110 | 1000011 | 110101 |
Color Harmonies of #D73550
Complementary color
Monochromatic Colors of #D73550
Black with #D73550
Text Example
Text Example
White with #D73550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73550; }
p { color: rgb(215,53,80); }
H1.HeaderClassName
{
color: #D73550;
}
.AnyTagClassName
{
color: #D73550;
}
</style>
background-color css
<style>
a { background-color: #D73550; }
a { background-color: rgb(215,53,80); }
div.DivClassName
{
background-color: #D73550;
}
.BgClassName
{
background-color: #D73550;
}
</style>
border-color css
<style>
span { border-color: #D73550; }
span { border-color: rgb(215,53,80); }
td.TdClassName
{
border-color: #D73550;
}
.TagClassName
{
border-color: #D73550;
}
</style>