Shades of Amaranth #DF2848
Tints of Amaranth #DF2848
RGB
CMYK
RGB Variations
Color information
#DF2848 (or 0xDF2848) is known color: Amaranth. HEX triplet: DF, 28 and 48. RGB value is (223,40,72). Sum of RGB (Red+Green+Blue) = 223+40+72=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2848 is #20D7B7. Grayscale: #626262. Windows color (decimal): -2152376 or 4729055. OLE color: 4729055.
HSL color Cylindrical-coordinate representation of color #DF2848: hue angle of 349.51º 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 #DF2848 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 72 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.13 |
| HSL | 349.51º | 0.74% | 0.52% | - |
| HSV(B) | 349.51º | 0.82% | 0.87% | - |
| XYZ | 32.36 | 17.67 | 7.84 | - |
| YUV | 98.37 | 113.13 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 72 | 0 | 0.82 | 0.68 | 0.13 | 349.51 | 0.74 | 0.52 |
| Hex | DF | 28 | 48 | 0 | 52 | 44 | D | 15E | 4A | 34 |
| Octal | 337 | 50 | 110 | 0 | 122 | 104 | 15 | 536 | 112 | 64 |
| Binary | 11011111 | 101000 | 1001000 | 0 | 1010010 | 1000100 | 1101 | 101011110 | 1001010 | 110100 |
Color Harmonies of #DF2848
Complementary color
Monochromatic Colors of #DF2848
Black with #DF2848
Text Example
Text Example
White with #DF2848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2848; }
p { color: rgb(223,40,72); }
H1.HeaderClassName
{
color: #DF2848;
}
.AnyTagClassName
{
color: #DF2848;
}
</style>
background-color css
<style>
a { background-color: #DF2848; }
a { background-color: rgb(223,40,72); }
div.DivClassName
{
background-color: #DF2848;
}
.BgClassName
{
background-color: #DF2848;
}
</style>
border-color css
<style>
span { border-color: #DF2848; }
span { border-color: rgb(223,40,72); }
td.TdClassName
{
border-color: #DF2848;
}
.TagClassName
{
border-color: #DF2848;
}
</style>