Shades of Amaranth #DF294C
Tints of Amaranth #DF294C
RGB
CMYK
RGB Variations
Color information
#DF294C (or 0xDF294C) is known color: Amaranth. HEX triplet: DF, 29 and 4C. RGB value is (223,41,76). Sum of RGB (Red+Green+Blue) = 223+41+76=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF294C is #20D6B3. Grayscale: #636363. Windows color (decimal): -2152116 or 4991455. OLE color: 4991455.
HSL color Cylindrical-coordinate representation of color #DF294C: hue angle of 348.46º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF294C is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 76 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.13 |
| HSL | 348.46º | 0.74% | 0.52% | - |
| HSV(B) | 348.46º | 0.82% | 0.87% | - |
| XYZ | 32.53 | 17.8 | 8.56 | - |
| YUV | 99.41 | 114.8 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 76 | 0 | 0.82 | 0.66 | 0.13 | 348.46 | 0.74 | 0.52 |
| Hex | DF | 29 | 4C | 0 | 52 | 42 | D | 15C | 4A | 34 |
| Octal | 337 | 51 | 114 | 0 | 122 | 102 | 15 | 534 | 112 | 64 |
| Binary | 11011111 | 101001 | 1001100 | 0 | 1010010 | 1000010 | 1101 | 101011100 | 1001010 | 110100 |
Color Harmonies of #DF294C
Complementary color
Monochromatic Colors of #DF294C
Black with #DF294C
Text Example
Text Example
White with #DF294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF294C; }
p { color: rgb(223,41,76); }
H1.HeaderClassName
{
color: #DF294C;
}
.AnyTagClassName
{
color: #DF294C;
}
</style>
background-color css
<style>
a { background-color: #DF294C; }
a { background-color: rgb(223,41,76); }
div.DivClassName
{
background-color: #DF294C;
}
.BgClassName
{
background-color: #DF294C;
}
</style>
border-color css
<style>
span { border-color: #DF294C; }
span { border-color: rgb(223,41,76); }
td.TdClassName
{
border-color: #DF294C;
}
.TagClassName
{
border-color: #DF294C;
}
</style>