Shades of Amaranth #DF424C
Tints of Amaranth #DF424C
RGB
CMYK
RGB Variations
Color information
#DF424C (or 0xDF424C) is known color: Amaranth. HEX triplet: DF, 42 and 4C. RGB value is (223,66,76). Sum of RGB (Red+Green+Blue) = 223+66+76=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF424C is #20BDB3. Grayscale: #727272. Windows color (decimal): -2145716 or 4997855. OLE color: 4997855.
HSL color Cylindrical-coordinate representation of color #DF424C: hue angle of 356.18º 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 #DF424C is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 76 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.13 |
| HSL | 356.18º | 0.71% | 0.57% | - |
| HSV(B) | 356.18º | 0.7% | 0.87% | - |
| XYZ | 33.68 | 20.11 | 8.94 | - |
| YUV | 114.08 | 106.51 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 76 | 0 | 0.70 | 0.66 | 0.13 | 356.18 | 0.71 | 0.57 |
| Hex | DF | 42 | 4C | 0 | 46 | 42 | D | 164 | 47 | 39 |
| Octal | 337 | 102 | 114 | 0 | 106 | 102 | 15 | 544 | 107 | 71 |
| Binary | 11011111 | 1000010 | 1001100 | 0 | 1000110 | 1000010 | 1101 | 101100100 | 1000111 | 111001 |
Color Harmonies of #DF424C
Complementary color
Monochromatic Colors of #DF424C
Black with #DF424C
Text Example
Text Example
White with #DF424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF424C; }
p { color: rgb(223,66,76); }
H1.HeaderClassName
{
color: #DF424C;
}
.AnyTagClassName
{
color: #DF424C;
}
</style>
background-color css
<style>
a { background-color: #DF424C; }
a { background-color: rgb(223,66,76); }
div.DivClassName
{
background-color: #DF424C;
}
.BgClassName
{
background-color: #DF424C;
}
</style>
border-color css
<style>
span { border-color: #DF424C; }
span { border-color: rgb(223,66,76); }
td.TdClassName
{
border-color: #DF424C;
}
.TagClassName
{
border-color: #DF424C;
}
</style>