Shades of Amaranth #DF2247
Tints of Amaranth #DF2247
RGB
CMYK
RGB Variations
Color information
#DF2247 (or 0xDF2247) is known color: Amaranth. HEX triplet: DF, 22 and 47. RGB value is (223,34,71). Sum of RGB (Red+Green+Blue) = 223+34+71=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2247 is #20DDB8. Grayscale: #5E5E5E. Windows color (decimal): -2153913 or 4661983. OLE color: 4661983.
HSL color Cylindrical-coordinate representation of color #DF2247: hue angle of 348.25º 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 #DF2247 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 71 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.13 |
| HSL | 348.25º | 0.75% | 0.5% | - |
| HSV(B) | 348.25º | 0.85% | 0.87% | - |
| XYZ | 32.14 | 17.29 | 7.6 | - |
| YUV | 94.73 | 114.62 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 71 | 0 | 0.85 | 0.68 | 0.13 | 348.25 | 0.75 | 0.5 |
| Hex | DF | 22 | 47 | 0 | 55 | 44 | D | 15C | 4B | 32 |
| Octal | 337 | 42 | 107 | 0 | 125 | 104 | 15 | 534 | 113 | 62 |
| Binary | 11011111 | 100010 | 1000111 | 0 | 1010101 | 1000100 | 1101 | 101011100 | 1001011 | 110010 |
Color Harmonies of #DF2247
Complementary color
Monochromatic Colors of #DF2247
Black with #DF2247
Text Example
Text Example
White with #DF2247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2247; }
p { color: rgb(223,34,71); }
H1.HeaderClassName
{
color: #DF2247;
}
.AnyTagClassName
{
color: #DF2247;
}
</style>
background-color css
<style>
a { background-color: #DF2247; }
a { background-color: rgb(223,34,71); }
div.DivClassName
{
background-color: #DF2247;
}
.BgClassName
{
background-color: #DF2247;
}
</style>
border-color css
<style>
span { border-color: #DF2247; }
span { border-color: rgb(223,34,71); }
td.TdClassName
{
border-color: #DF2247;
}
.TagClassName
{
border-color: #DF2247;
}
</style>