Shades of Amaranth #DF3449
Tints of Amaranth #DF3449
RGB
CMYK
RGB Variations
Color information
#DF3449 (or 0xDF3449) is known color: Amaranth. HEX triplet: DF, 34 and 49. RGB value is (223,52,73). Sum of RGB (Red+Green+Blue) = 223+52+73=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3449 is #20CBB6. Grayscale: #696969. Windows color (decimal): -2149303 or 4797663. OLE color: 4797663.
HSL color Cylindrical-coordinate representation of color #DF3449: hue angle of 352.63º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF3449 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 73 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.13 |
| HSL | 352.63º | 0.73% | 0.54% | - |
| HSV(B) | 352.63º | 0.77% | 0.87% | - |
| XYZ | 32.86 | 18.63 | 8.17 | - |
| YUV | 105.52 | 109.65 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 73 | 0 | 0.77 | 0.67 | 0.13 | 352.63 | 0.73 | 0.54 |
| Hex | DF | 34 | 49 | 0 | 4D | 43 | D | 161 | 49 | 36 |
| Octal | 337 | 64 | 111 | 0 | 115 | 103 | 15 | 541 | 111 | 66 |
| Binary | 11011111 | 110100 | 1001001 | 0 | 1001101 | 1000011 | 1101 | 101100001 | 1001001 | 110110 |
Color Harmonies of #DF3449
Complementary color
Monochromatic Colors of #DF3449
Black with #DF3449
Text Example
Text Example
White with #DF3449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3449; }
p { color: rgb(223,52,73); }
H1.HeaderClassName
{
color: #DF3449;
}
.AnyTagClassName
{
color: #DF3449;
}
</style>
background-color css
<style>
a { background-color: #DF3449; }
a { background-color: rgb(223,52,73); }
div.DivClassName
{
background-color: #DF3449;
}
.BgClassName
{
background-color: #DF3449;
}
</style>
border-color css
<style>
span { border-color: #DF3449; }
span { border-color: rgb(223,52,73); }
td.TdClassName
{
border-color: #DF3449;
}
.TagClassName
{
border-color: #DF3449;
}
</style>