Shades of Amaranth #DF3549
Tints of Amaranth #DF3549
RGB
CMYK
RGB Variations
Color information
#DF3549 (or 0xDF3549) is known color: Amaranth. HEX triplet: DF, 35 and 49. RGB value is (223,53,73). Sum of RGB (Red+Green+Blue) = 223+53+73=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3549 is #20CAB6. Grayscale: #6A6A6A. Windows color (decimal): -2149047 or 4797919. OLE color: 4797919.
HSL color Cylindrical-coordinate representation of color #DF3549: hue angle of 352.94º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF3549 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 73 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.13 |
| HSL | 352.94º | 0.73% | 0.54% | - |
| HSV(B) | 352.94º | 0.76% | 0.87% | - |
| XYZ | 32.91 | 18.72 | 8.18 | - |
| YUV | 106.11 | 109.32 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 73 | 0 | 0.76 | 0.67 | 0.13 | 352.94 | 0.73 | 0.54 |
| Hex | DF | 35 | 49 | 0 | 4C | 43 | D | 161 | 49 | 36 |
| Octal | 337 | 65 | 111 | 0 | 114 | 103 | 15 | 541 | 111 | 66 |
| Binary | 11011111 | 110101 | 1001001 | 0 | 1001100 | 1000011 | 1101 | 101100001 | 1001001 | 110110 |
Color Harmonies of #DF3549
Complementary color
Monochromatic Colors of #DF3549
Black with #DF3549
Text Example
Text Example
White with #DF3549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3549; }
p { color: rgb(223,53,73); }
H1.HeaderClassName
{
color: #DF3549;
}
.AnyTagClassName
{
color: #DF3549;
}
</style>
background-color css
<style>
a { background-color: #DF3549; }
a { background-color: rgb(223,53,73); }
div.DivClassName
{
background-color: #DF3549;
}
.BgClassName
{
background-color: #DF3549;
}
</style>
border-color css
<style>
span { border-color: #DF3549; }
span { border-color: rgb(223,53,73); }
td.TdClassName
{
border-color: #DF3549;
}
.TagClassName
{
border-color: #DF3549;
}
</style>