Shades of Amaranth #DF2845
Tints of Amaranth #DF2845
RGB
CMYK
RGB Variations
Color information
#DF2845 (or 0xDF2845) is known color: Amaranth. HEX triplet: DF, 28 and 45. RGB value is (223,40,69). Sum of RGB (Red+Green+Blue) = 223+40+69=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2845 is #20D7BA. Grayscale: #626262. Windows color (decimal): -2152379 or 4532447. OLE color: 4532447.
HSL color Cylindrical-coordinate representation of color #DF2845: hue angle of 350.49º 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 #DF2845 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 69 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.13 |
| HSL | 350.49º | 0.74% | 0.52% | - |
| HSV(B) | 350.49º | 0.82% | 0.87% | - |
| XYZ | 32.26 | 17.64 | 7.33 | - |
| YUV | 98.02 | 111.63 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 69 | 0 | 0.82 | 0.69 | 0.13 | 350.49 | 0.74 | 0.52 |
| Hex | DF | 28 | 45 | 0 | 52 | 45 | D | 15E | 4A | 34 |
| Octal | 337 | 50 | 105 | 0 | 122 | 105 | 15 | 536 | 112 | 64 |
| Binary | 11011111 | 101000 | 1000101 | 0 | 1010010 | 1000101 | 1101 | 101011110 | 1001010 | 110100 |
Color Harmonies of #DF2845
Complementary color
Monochromatic Colors of #DF2845
Black with #DF2845
Text Example
Text Example
White with #DF2845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2845; }
p { color: rgb(223,40,69); }
H1.HeaderClassName
{
color: #DF2845;
}
.AnyTagClassName
{
color: #DF2845;
}
</style>
background-color css
<style>
a { background-color: #DF2845; }
a { background-color: rgb(223,40,69); }
div.DivClassName
{
background-color: #DF2845;
}
.BgClassName
{
background-color: #DF2845;
}
</style>
border-color css
<style>
span { border-color: #DF2845; }
span { border-color: rgb(223,40,69); }
td.TdClassName
{
border-color: #DF2845;
}
.TagClassName
{
border-color: #DF2845;
}
</style>