Shades of Amaranth #DF3649
Tints of Amaranth #DF3649
RGB
CMYK
RGB Variations
Color information
#DF3649 (or 0xDF3649) is known color: Amaranth. HEX triplet: DF, 36 and 49. RGB value is (223,54,73). Sum of RGB (Red+Green+Blue) = 223+54+73=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3649 is #20C9B6. Grayscale: #6A6A6A. Windows color (decimal): -2148791 or 4798175. OLE color: 4798175.
HSL color Cylindrical-coordinate representation of color #DF3649: hue angle of 353.25º 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 #DF3649 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 73 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.13 |
| HSL | 353.25º | 0.73% | 0.54% | - |
| HSV(B) | 353.25º | 0.76% | 0.87% | - |
| XYZ | 32.95 | 18.81 | 8.2 | - |
| YUV | 106.7 | 108.99 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 73 | 0 | 0.76 | 0.67 | 0.13 | 353.25 | 0.73 | 0.54 |
| Hex | DF | 36 | 49 | 0 | 4C | 43 | D | 161 | 49 | 36 |
| Octal | 337 | 66 | 111 | 0 | 114 | 103 | 15 | 541 | 111 | 66 |
| Binary | 11011111 | 110110 | 1001001 | 0 | 1001100 | 1000011 | 1101 | 101100001 | 1001001 | 110110 |
Color Harmonies of #DF3649
Complementary color
Monochromatic Colors of #DF3649
Black with #DF3649
Text Example
Text Example
White with #DF3649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3649; }
p { color: rgb(223,54,73); }
H1.HeaderClassName
{
color: #DF3649;
}
.AnyTagClassName
{
color: #DF3649;
}
</style>
background-color css
<style>
a { background-color: #DF3649; }
a { background-color: rgb(223,54,73); }
div.DivClassName
{
background-color: #DF3649;
}
.BgClassName
{
background-color: #DF3649;
}
</style>
border-color css
<style>
span { border-color: #DF3649; }
span { border-color: rgb(223,54,73); }
td.TdClassName
{
border-color: #DF3649;
}
.TagClassName
{
border-color: #DF3649;
}
</style>