Shades of Amaranth #DF424F
Tints of Amaranth #DF424F
RGB
CMYK
RGB Variations
Color information
#DF424F (or 0xDF424F) is known color: Amaranth. HEX triplet: DF, 42 and 4F. RGB value is (223,66,79). Sum of RGB (Red+Green+Blue) = 223+66+79=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF424F is #20BDB0. Grayscale: #727272. Windows color (decimal): -2145713 or 5194463. OLE color: 5194463.
HSL color Cylindrical-coordinate representation of color #DF424F: hue angle of 355.03º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF424F is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 79 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.13 |
| HSL | 355.03º | 0.71% | 0.57% | - |
| HSV(B) | 355.03º | 0.7% | 0.87% | - |
| XYZ | 33.79 | 20.15 | 9.51 | - |
| YUV | 114.43 | 108.01 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 79 | 0 | 0.70 | 0.65 | 0.13 | 355.03 | 0.71 | 0.57 |
| Hex | DF | 42 | 4F | 0 | 46 | 41 | D | 163 | 47 | 39 |
| Octal | 337 | 102 | 117 | 0 | 106 | 101 | 15 | 543 | 107 | 71 |
| Binary | 11011111 | 1000010 | 1001111 | 0 | 1000110 | 1000001 | 1101 | 101100011 | 1000111 | 111001 |
Color Harmonies of #DF424F
Complementary color
Monochromatic Colors of #DF424F
Black with #DF424F
Text Example
Text Example
White with #DF424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF424F; }
p { color: rgb(223,66,79); }
H1.HeaderClassName
{
color: #DF424F;
}
.AnyTagClassName
{
color: #DF424F;
}
</style>
background-color css
<style>
a { background-color: #DF424F; }
a { background-color: rgb(223,66,79); }
div.DivClassName
{
background-color: #DF424F;
}
.BgClassName
{
background-color: #DF424F;
}
</style>
border-color css
<style>
span { border-color: #DF424F; }
span { border-color: rgb(223,66,79); }
td.TdClassName
{
border-color: #DF424F;
}
.TagClassName
{
border-color: #DF424F;
}
</style>