Shades of Amaranth #DF2244
Tints of Amaranth #DF2244
RGB
CMYK
RGB Variations
Color information
#DF2244 (or 0xDF2244) is known color: Amaranth. HEX triplet: DF, 22 and 44. RGB value is (223,34,68). Sum of RGB (Red+Green+Blue) = 223+34+68=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2244 is #20DDBB. Grayscale: #5E5E5E. Windows color (decimal): -2153916 or 4465375. OLE color: 4465375.
HSL color Cylindrical-coordinate representation of color #DF2244: hue angle of 349.21º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF2244 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 68 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.13 |
| HSL | 349.21º | 0.75% | 0.5% | - |
| HSV(B) | 349.21º | 0.85% | 0.87% | - |
| XYZ | 32.05 | 17.25 | 7.11 | - |
| YUV | 94.39 | 113.12 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 68 | 0 | 0.85 | 0.70 | 0.13 | 349.21 | 0.75 | 0.5 |
| Hex | DF | 22 | 44 | 0 | 55 | 46 | D | 15D | 4B | 32 |
| Octal | 337 | 42 | 104 | 0 | 125 | 106 | 15 | 535 | 113 | 62 |
| Binary | 11011111 | 100010 | 1000100 | 0 | 1010101 | 1000110 | 1101 | 101011101 | 1001011 | 110010 |
Color Harmonies of #DF2244
Complementary color
Monochromatic Colors of #DF2244
Black with #DF2244
Text Example
Text Example
White with #DF2244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2244; }
p { color: rgb(223,34,68); }
H1.HeaderClassName
{
color: #DF2244;
}
.AnyTagClassName
{
color: #DF2244;
}
</style>
background-color css
<style>
a { background-color: #DF2244; }
a { background-color: rgb(223,34,68); }
div.DivClassName
{
background-color: #DF2244;
}
.BgClassName
{
background-color: #DF2244;
}
</style>
border-color css
<style>
span { border-color: #DF2244; }
span { border-color: rgb(223,34,68); }
td.TdClassName
{
border-color: #DF2244;
}
.TagClassName
{
border-color: #DF2244;
}
</style>