Shades of Amaranth #DF224C
Tints of Amaranth #DF224C
RGB
CMYK
RGB Variations
Color information
#DF224C (or 0xDF224C) is known color: Amaranth. HEX triplet: DF, 22 and 4C. RGB value is (223,34,76). Sum of RGB (Red+Green+Blue) = 223+34+76=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF224C is #20DDB3. Grayscale: #5F5F5F. Windows color (decimal): -2153908 or 4989663. OLE color: 4989663.
HSL color Cylindrical-coordinate representation of color #DF224C: hue angle of 346.67º 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 #DF224C is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 76 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.13 |
| HSL | 346.67º | 0.75% | 0.5% | - |
| HSV(B) | 346.67º | 0.85% | 0.87% | - |
| XYZ | 32.31 | 17.35 | 8.48 | - |
| YUV | 95.3 | 117.12 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 76 | 0 | 0.85 | 0.66 | 0.13 | 346.67 | 0.75 | 0.5 |
| Hex | DF | 22 | 4C | 0 | 55 | 42 | D | 15B | 4B | 32 |
| Octal | 337 | 42 | 114 | 0 | 125 | 102 | 15 | 533 | 113 | 62 |
| Binary | 11011111 | 100010 | 1001100 | 0 | 1010101 | 1000010 | 1101 | 101011011 | 1001011 | 110010 |
Color Harmonies of #DF224C
Complementary color
Monochromatic Colors of #DF224C
Black with #DF224C
Text Example
Text Example
White with #DF224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF224C; }
p { color: rgb(223,34,76); }
H1.HeaderClassName
{
color: #DF224C;
}
.AnyTagClassName
{
color: #DF224C;
}
</style>
background-color css
<style>
a { background-color: #DF224C; }
a { background-color: rgb(223,34,76); }
div.DivClassName
{
background-color: #DF224C;
}
.BgClassName
{
background-color: #DF224C;
}
</style>
border-color css
<style>
span { border-color: #DF224C; }
span { border-color: rgb(223,34,76); }
td.TdClassName
{
border-color: #DF224C;
}
.TagClassName
{
border-color: #DF224C;
}
</style>