Shades of Amaranth #DF2346
Tints of Amaranth #DF2346
RGB
CMYK
RGB Variations
Color information
#DF2346 (or 0xDF2346) is known color: Amaranth. HEX triplet: DF, 23 and 46. RGB value is (223,35,70). Sum of RGB (Red+Green+Blue) = 223+35+70=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2346 is #20DCB9. Grayscale: #5F5F5F. Windows color (decimal): -2153658 or 4596703. OLE color: 4596703.
HSL color Cylindrical-coordinate representation of color #DF2346: hue angle of 348.83º 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 #DF2346 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 70 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.13 |
| HSL | 348.83º | 0.75% | 0.51% | - |
| HSV(B) | 348.83º | 0.84% | 0.87% | - |
| XYZ | 32.14 | 17.33 | 7.45 | - |
| YUV | 95.2 | 113.78 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 70 | 0 | 0.84 | 0.69 | 0.13 | 348.83 | 0.75 | 0.51 |
| Hex | DF | 23 | 46 | 0 | 54 | 45 | D | 15D | 4B | 33 |
| Octal | 337 | 43 | 106 | 0 | 124 | 105 | 15 | 535 | 113 | 63 |
| Binary | 11011111 | 100011 | 1000110 | 0 | 1010100 | 1000101 | 1101 | 101011101 | 1001011 | 110011 |
Color Harmonies of #DF2346
Complementary color
Monochromatic Colors of #DF2346
Black with #DF2346
Text Example
Text Example
White with #DF2346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2346; }
p { color: rgb(223,35,70); }
H1.HeaderClassName
{
color: #DF2346;
}
.AnyTagClassName
{
color: #DF2346;
}
</style>
background-color css
<style>
a { background-color: #DF2346; }
a { background-color: rgb(223,35,70); }
div.DivClassName
{
background-color: #DF2346;
}
.BgClassName
{
background-color: #DF2346;
}
</style>
border-color css
<style>
span { border-color: #DF2346; }
span { border-color: rgb(223,35,70); }
td.TdClassName
{
border-color: #DF2346;
}
.TagClassName
{
border-color: #DF2346;
}
</style>