Shades of Amaranth #DF354C
Tints of Amaranth #DF354C
RGB
CMYK
RGB Variations
Color information
#DF354C (or 0xDF354C) is known color: Amaranth. HEX triplet: DF, 35 and 4C. RGB value is (223,53,76). Sum of RGB (Red+Green+Blue) = 223+53+76=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF354C is #20CAB3. Grayscale: #6A6A6A. Windows color (decimal): -2149044 or 4994527. OLE color: 4994527.
HSL color Cylindrical-coordinate representation of color #DF354C: hue angle of 351.88º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF354C is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 76 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.13 |
| HSL | 351.88º | 0.73% | 0.54% | - |
| HSV(B) | 351.88º | 0.76% | 0.87% | - |
| XYZ | 33.01 | 18.76 | 8.72 | - |
| YUV | 106.45 | 110.82 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 76 | 0 | 0.76 | 0.66 | 0.13 | 351.88 | 0.73 | 0.54 |
| Hex | DF | 35 | 4C | 0 | 4C | 42 | D | 160 | 49 | 36 |
| Octal | 337 | 65 | 114 | 0 | 114 | 102 | 15 | 540 | 111 | 66 |
| Binary | 11011111 | 110101 | 1001100 | 0 | 1001100 | 1000010 | 1101 | 101100000 | 1001001 | 110110 |
Color Harmonies of #DF354C
Complementary color
Monochromatic Colors of #DF354C
Black with #DF354C
Text Example
Text Example
White with #DF354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF354C; }
p { color: rgb(223,53,76); }
H1.HeaderClassName
{
color: #DF354C;
}
.AnyTagClassName
{
color: #DF354C;
}
</style>
background-color css
<style>
a { background-color: #DF354C; }
a { background-color: rgb(223,53,76); }
div.DivClassName
{
background-color: #DF354C;
}
.BgClassName
{
background-color: #DF354C;
}
</style>
border-color css
<style>
span { border-color: #DF354C; }
span { border-color: rgb(223,53,76); }
td.TdClassName
{
border-color: #DF354C;
}
.TagClassName
{
border-color: #DF354C;
}
</style>