Shades of Amaranth #DF294B
Tints of Amaranth #DF294B
RGB
CMYK
RGB Variations
Color information
#DF294B (or 0xDF294B) is known color: Amaranth. HEX triplet: DF, 29 and 4B. RGB value is (223,41,75). Sum of RGB (Red+Green+Blue) = 223+41+75=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF294B is #20D6B4. Grayscale: #636363. Windows color (decimal): -2152117 or 4925919. OLE color: 4925919.
HSL color Cylindrical-coordinate representation of color #DF294B: hue angle of 348.79º 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 #DF294B is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 75 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.13 |
| HSL | 348.79º | 0.74% | 0.52% | - |
| HSV(B) | 348.79º | 0.82% | 0.87% | - |
| XYZ | 32.49 | 17.78 | 8.38 | - |
| YUV | 99.29 | 114.3 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 75 | 0 | 0.82 | 0.66 | 0.13 | 348.79 | 0.74 | 0.52 |
| Hex | DF | 29 | 4B | 0 | 52 | 42 | D | 15D | 4A | 34 |
| Octal | 337 | 51 | 113 | 0 | 122 | 102 | 15 | 535 | 112 | 64 |
| Binary | 11011111 | 101001 | 1001011 | 0 | 1010010 | 1000010 | 1101 | 101011101 | 1001010 | 110100 |
Color Harmonies of #DF294B
Complementary color
Monochromatic Colors of #DF294B
Black with #DF294B
Text Example
Text Example
White with #DF294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF294B; }
p { color: rgb(223,41,75); }
H1.HeaderClassName
{
color: #DF294B;
}
.AnyTagClassName
{
color: #DF294B;
}
</style>
background-color css
<style>
a { background-color: #DF294B; }
a { background-color: rgb(223,41,75); }
div.DivClassName
{
background-color: #DF294B;
}
.BgClassName
{
background-color: #DF294B;
}
</style>
border-color css
<style>
span { border-color: #DF294B; }
span { border-color: rgb(223,41,75); }
td.TdClassName
{
border-color: #DF294B;
}
.TagClassName
{
border-color: #DF294B;
}
</style>