Shades of Amaranth #DF2246
Tints of Amaranth #DF2246
RGB
CMYK
RGB Variations
Color information
#DF2246 (or 0xDF2246) is known color: Amaranth. HEX triplet: DF, 22 and 46. RGB value is (223,34,70). Sum of RGB (Red+Green+Blue) = 223+34+70=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2246 is #20DDB9. Grayscale: #5E5E5E. Windows color (decimal): -2153914 or 4596447. OLE color: 4596447.
HSL color Cylindrical-coordinate representation of color #DF2246: hue angle of 348.57º 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 #DF2246 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 70 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.13 |
| HSL | 348.57º | 0.75% | 0.5% | - |
| HSV(B) | 348.57º | 0.85% | 0.87% | - |
| XYZ | 32.11 | 17.27 | 7.44 | - |
| YUV | 94.62 | 114.12 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 70 | 0 | 0.85 | 0.69 | 0.13 | 348.57 | 0.75 | 0.5 |
| Hex | DF | 22 | 46 | 0 | 55 | 45 | D | 15D | 4B | 32 |
| Octal | 337 | 42 | 106 | 0 | 125 | 105 | 15 | 535 | 113 | 62 |
| Binary | 11011111 | 100010 | 1000110 | 0 | 1010101 | 1000101 | 1101 | 101011101 | 1001011 | 110010 |
Color Harmonies of #DF2246
Complementary color
Monochromatic Colors of #DF2246
Black with #DF2246
Text Example
Text Example
White with #DF2246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2246; }
p { color: rgb(223,34,70); }
H1.HeaderClassName
{
color: #DF2246;
}
.AnyTagClassName
{
color: #DF2246;
}
</style>
background-color css
<style>
a { background-color: #DF2246; }
a { background-color: rgb(223,34,70); }
div.DivClassName
{
background-color: #DF2246;
}
.BgClassName
{
background-color: #DF2246;
}
</style>
border-color css
<style>
span { border-color: #DF2246; }
span { border-color: rgb(223,34,70); }
td.TdClassName
{
border-color: #DF2246;
}
.TagClassName
{
border-color: #DF2246;
}
</style>