Shades of Amaranth #DF394D
Tints of Amaranth #DF394D
RGB
CMYK
RGB Variations
Color information
#DF394D (or 0xDF394D) is known color: Amaranth. HEX triplet: DF, 39 and 4D. RGB value is (223,57,77). Sum of RGB (Red+Green+Blue) = 223+57+77=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF394D is #20C6B2. Grayscale: #6C6C6C. Windows color (decimal): -2148019 or 5061087. OLE color: 5061087.
HSL color Cylindrical-coordinate representation of color #DF394D: hue angle of 352.77º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF394D is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 77 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.13 |
| HSL | 352.77º | 0.72% | 0.55% | - |
| HSV(B) | 352.77º | 0.74% | 0.87% | - |
| XYZ | 33.23 | 19.15 | 8.97 | - |
| YUV | 108.91 | 110 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 77 | 0 | 0.74 | 0.65 | 0.13 | 352.77 | 0.72 | 0.55 |
| Hex | DF | 39 | 4D | 0 | 4A | 41 | D | 161 | 48 | 37 |
| Octal | 337 | 71 | 115 | 0 | 112 | 101 | 15 | 541 | 110 | 67 |
| Binary | 11011111 | 111001 | 1001101 | 0 | 1001010 | 1000001 | 1101 | 101100001 | 1001000 | 110111 |
Color Harmonies of #DF394D
Complementary color
Monochromatic Colors of #DF394D
Black with #DF394D
Text Example
Text Example
White with #DF394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF394D; }
p { color: rgb(223,57,77); }
H1.HeaderClassName
{
color: #DF394D;
}
.AnyTagClassName
{
color: #DF394D;
}
</style>
background-color css
<style>
a { background-color: #DF394D; }
a { background-color: rgb(223,57,77); }
div.DivClassName
{
background-color: #DF394D;
}
.BgClassName
{
background-color: #DF394D;
}
</style>
border-color css
<style>
span { border-color: #DF394D; }
span { border-color: rgb(223,57,77); }
td.TdClassName
{
border-color: #DF394D;
}
.TagClassName
{
border-color: #DF394D;
}
</style>