Shades of Amaranth #DF224A
Tints of Amaranth #DF224A
RGB
CMYK
RGB Variations
Color information
#DF224A (or 0xDF224A) is known color: Amaranth. HEX triplet: DF, 22 and 4A. RGB value is (223,34,74). Sum of RGB (Red+Green+Blue) = 223+34+74=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF224A is #20DDB5. Grayscale: #5F5F5F. Windows color (decimal): -2153910 or 4858591. OLE color: 4858591.
HSL color Cylindrical-coordinate representation of color #DF224A: hue angle of 347.3º 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 #DF224A is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 74 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.13 |
| HSL | 347.3º | 0.75% | 0.5% | - |
| HSV(B) | 347.3º | 0.85% | 0.87% | - |
| XYZ | 32.24 | 17.33 | 8.12 | - |
| YUV | 95.07 | 116.12 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 74 | 0 | 0.85 | 0.67 | 0.13 | 347.3 | 0.75 | 0.5 |
| Hex | DF | 22 | 4A | 0 | 55 | 43 | D | 15B | 4B | 32 |
| Octal | 337 | 42 | 112 | 0 | 125 | 103 | 15 | 533 | 113 | 62 |
| Binary | 11011111 | 100010 | 1001010 | 0 | 1010101 | 1000011 | 1101 | 101011011 | 1001011 | 110010 |
Color Harmonies of #DF224A
Complementary color
Monochromatic Colors of #DF224A
Black with #DF224A
Text Example
Text Example
White with #DF224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF224A; }
p { color: rgb(223,34,74); }
H1.HeaderClassName
{
color: #DF224A;
}
.AnyTagClassName
{
color: #DF224A;
}
</style>
background-color css
<style>
a { background-color: #DF224A; }
a { background-color: rgb(223,34,74); }
div.DivClassName
{
background-color: #DF224A;
}
.BgClassName
{
background-color: #DF224A;
}
</style>
border-color css
<style>
span { border-color: #DF224A; }
span { border-color: rgb(223,34,74); }
td.TdClassName
{
border-color: #DF224A;
}
.TagClassName
{
border-color: #DF224A;
}
</style>