Shades of Amaranth #DF394A
Tints of Amaranth #DF394A
RGB
CMYK
RGB Variations
Color information
#DF394A (or 0xDF394A) is known color: Amaranth. HEX triplet: DF, 39 and 4A. RGB value is (223,57,74). Sum of RGB (Red+Green+Blue) = 223+57+74=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF394A is #20C6B5. Grayscale: #6C6C6C. Windows color (decimal): -2148022 or 4864479. OLE color: 4864479.
HSL color Cylindrical-coordinate representation of color #DF394A: hue angle of 353.86º 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 #DF394A is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 74 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.13 |
| HSL | 353.86º | 0.72% | 0.55% | - |
| HSV(B) | 353.86º | 0.74% | 0.87% | - |
| XYZ | 33.13 | 19.11 | 8.42 | - |
| YUV | 108.57 | 108.5 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 74 | 0 | 0.74 | 0.67 | 0.13 | 353.86 | 0.72 | 0.55 |
| Hex | DF | 39 | 4A | 0 | 4A | 43 | D | 162 | 48 | 37 |
| Octal | 337 | 71 | 112 | 0 | 112 | 103 | 15 | 542 | 110 | 67 |
| Binary | 11011111 | 111001 | 1001010 | 0 | 1001010 | 1000011 | 1101 | 101100010 | 1001000 | 110111 |
Color Harmonies of #DF394A
Complementary color
Monochromatic Colors of #DF394A
Black with #DF394A
Text Example
Text Example
White with #DF394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF394A; }
p { color: rgb(223,57,74); }
H1.HeaderClassName
{
color: #DF394A;
}
.AnyTagClassName
{
color: #DF394A;
}
</style>
background-color css
<style>
a { background-color: #DF394A; }
a { background-color: rgb(223,57,74); }
div.DivClassName
{
background-color: #DF394A;
}
.BgClassName
{
background-color: #DF394A;
}
</style>
border-color css
<style>
span { border-color: #DF394A; }
span { border-color: rgb(223,57,74); }
td.TdClassName
{
border-color: #DF394A;
}
.TagClassName
{
border-color: #DF394A;
}
</style>