Shades of Amaranth #DF2344
Tints of Amaranth #DF2344
RGB
CMYK
RGB Variations
Color information
#DF2344 (or 0xDF2344) is known color: Amaranth. HEX triplet: DF, 23 and 44. RGB value is (223,35,68). Sum of RGB (Red+Green+Blue) = 223+35+68=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2344 is #20DCBB. Grayscale: #5F5F5F. Windows color (decimal): -2153660 or 4465631. OLE color: 4465631.
HSL color Cylindrical-coordinate representation of color #DF2344: hue angle of 349.47º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2344 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 68 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.13 |
| HSL | 349.47º | 0.75% | 0.51% | - |
| HSV(B) | 349.47º | 0.84% | 0.87% | - |
| XYZ | 32.08 | 17.31 | 7.12 | - |
| YUV | 94.97 | 112.78 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 68 | 0 | 0.84 | 0.70 | 0.13 | 349.47 | 0.75 | 0.51 |
| Hex | DF | 23 | 44 | 0 | 54 | 46 | D | 15D | 4B | 33 |
| Octal | 337 | 43 | 104 | 0 | 124 | 106 | 15 | 535 | 113 | 63 |
| Binary | 11011111 | 100011 | 1000100 | 0 | 1010100 | 1000110 | 1101 | 101011101 | 1001011 | 110011 |
Color Harmonies of #DF2344
Complementary color
Monochromatic Colors of #DF2344
Black with #DF2344
Text Example
Text Example
White with #DF2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2344; }
p { color: rgb(223,35,68); }
H1.HeaderClassName
{
color: #DF2344;
}
.AnyTagClassName
{
color: #DF2344;
}
</style>
background-color css
<style>
a { background-color: #DF2344; }
a { background-color: rgb(223,35,68); }
div.DivClassName
{
background-color: #DF2344;
}
.BgClassName
{
background-color: #DF2344;
}
</style>
border-color css
<style>
span { border-color: #DF2344; }
span { border-color: rgb(223,35,68); }
td.TdClassName
{
border-color: #DF2344;
}
.TagClassName
{
border-color: #DF2344;
}
</style>