Shades of Amaranth #DF404D
Tints of Amaranth #DF404D
RGB
CMYK
RGB Variations
Color information
#DF404D (or 0xDF404D) is known color: Amaranth. HEX triplet: DF, 40 and 4D. RGB value is (223,64,77). Sum of RGB (Red+Green+Blue) = 223+64+77=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF404D is #20BFB2. Grayscale: #717171. Windows color (decimal): -2146227 or 5062879. OLE color: 5062879.
HSL color Cylindrical-coordinate representation of color #DF404D: hue angle of 355.09º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF404D is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 77 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.13 |
| HSL | 355.09º | 0.71% | 0.56% | - |
| HSV(B) | 355.09º | 0.71% | 0.87% | - |
| XYZ | 33.6 | 19.89 | 9.09 | - |
| YUV | 113.02 | 107.68 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 77 | 0 | 0.71 | 0.65 | 0.13 | 355.09 | 0.71 | 0.56 |
| Hex | DF | 40 | 4D | 0 | 47 | 41 | D | 163 | 47 | 38 |
| Octal | 337 | 100 | 115 | 0 | 107 | 101 | 15 | 543 | 107 | 70 |
| Binary | 11011111 | 1000000 | 1001101 | 0 | 1000111 | 1000001 | 1101 | 101100011 | 1000111 | 111000 |
Color Harmonies of #DF404D
Complementary color
Monochromatic Colors of #DF404D
Black with #DF404D
Text Example
Text Example
White with #DF404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF404D; }
p { color: rgb(223,64,77); }
H1.HeaderClassName
{
color: #DF404D;
}
.AnyTagClassName
{
color: #DF404D;
}
</style>
background-color css
<style>
a { background-color: #DF404D; }
a { background-color: rgb(223,64,77); }
div.DivClassName
{
background-color: #DF404D;
}
.BgClassName
{
background-color: #DF404D;
}
</style>
border-color css
<style>
span { border-color: #DF404D; }
span { border-color: rgb(223,64,77); }
td.TdClassName
{
border-color: #DF404D;
}
.TagClassName
{
border-color: #DF404D;
}
</style>