Shades of Amaranth #DF2849
Tints of Amaranth #DF2849
RGB
CMYK
RGB Variations
Color information
#DF2849 (or 0xDF2849) is known color: Amaranth. HEX triplet: DF, 28 and 49. RGB value is (223,40,73). Sum of RGB (Red+Green+Blue) = 223+40+73=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2849 is #20D7B6. Grayscale: #626262. Windows color (decimal): -2152375 or 4794591. OLE color: 4794591.
HSL color Cylindrical-coordinate representation of color #DF2849: hue angle of 349.18º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2849 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 73 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.13 |
| HSL | 349.18º | 0.74% | 0.52% | - |
| HSV(B) | 349.18º | 0.82% | 0.87% | - |
| XYZ | 32.39 | 17.69 | 8.01 | - |
| YUV | 98.48 | 113.63 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 73 | 0 | 0.82 | 0.67 | 0.13 | 349.18 | 0.74 | 0.52 |
| Hex | DF | 28 | 49 | 0 | 52 | 43 | D | 15D | 4A | 34 |
| Octal | 337 | 50 | 111 | 0 | 122 | 103 | 15 | 535 | 112 | 64 |
| Binary | 11011111 | 101000 | 1001001 | 0 | 1010010 | 1000011 | 1101 | 101011101 | 1001010 | 110100 |
Color Harmonies of #DF2849
Complementary color
Monochromatic Colors of #DF2849
Black with #DF2849
Text Example
Text Example
White with #DF2849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2849; }
p { color: rgb(223,40,73); }
H1.HeaderClassName
{
color: #DF2849;
}
.AnyTagClassName
{
color: #DF2849;
}
</style>
background-color css
<style>
a { background-color: #DF2849; }
a { background-color: rgb(223,40,73); }
div.DivClassName
{
background-color: #DF2849;
}
.BgClassName
{
background-color: #DF2849;
}
</style>
border-color css
<style>
span { border-color: #DF2849; }
span { border-color: rgb(223,40,73); }
td.TdClassName
{
border-color: #DF2849;
}
.TagClassName
{
border-color: #DF2849;
}
</style>