Shades of Amaranth #DF2945
Tints of Amaranth #DF2945
RGB
CMYK
RGB Variations
Color information
#DF2945 (or 0xDF2945) is known color: Amaranth. HEX triplet: DF, 29 and 45. RGB value is (223,41,69). Sum of RGB (Red+Green+Blue) = 223+41+69=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2945 is #20D6BA. Grayscale: #626262. Windows color (decimal): -2152123 or 4532703. OLE color: 4532703.
HSL color Cylindrical-coordinate representation of color #DF2945: hue angle of 350.77º 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 #DF2945 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 69 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.13 |
| HSL | 350.77º | 0.74% | 0.52% | - |
| HSV(B) | 350.77º | 0.82% | 0.87% | - |
| XYZ | 32.3 | 17.7 | 7.35 | - |
| YUV | 98.61 | 111.3 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 69 | 0 | 0.82 | 0.69 | 0.13 | 350.77 | 0.74 | 0.52 |
| Hex | DF | 29 | 45 | 0 | 52 | 45 | D | 15F | 4A | 34 |
| Octal | 337 | 51 | 105 | 0 | 122 | 105 | 15 | 537 | 112 | 64 |
| Binary | 11011111 | 101001 | 1000101 | 0 | 1010010 | 1000101 | 1101 | 101011111 | 1001010 | 110100 |
Color Harmonies of #DF2945
Complementary color
Monochromatic Colors of #DF2945
Black with #DF2945
Text Example
Text Example
White with #DF2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2945; }
p { color: rgb(223,41,69); }
H1.HeaderClassName
{
color: #DF2945;
}
.AnyTagClassName
{
color: #DF2945;
}
</style>
background-color css
<style>
a { background-color: #DF2945; }
a { background-color: rgb(223,41,69); }
div.DivClassName
{
background-color: #DF2945;
}
.BgClassName
{
background-color: #DF2945;
}
</style>
border-color css
<style>
span { border-color: #DF2945; }
span { border-color: rgb(223,41,69); }
td.TdClassName
{
border-color: #DF2945;
}
.TagClassName
{
border-color: #DF2945;
}
</style>