Shades of Amaranth #DC2849
Tints of Amaranth #DC2849
RGB
CMYK
RGB Variations
Color information
#DC2849 (or 0xDC2849) is known color: Amaranth. HEX triplet: DC, 28 and 49. RGB value is (220,40,73). Sum of RGB (Red+Green+Blue) = 220+40+73=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2849 is #23D7B6. Grayscale: #616161. Windows color (decimal): -2348983 or 4794588. OLE color: 4794588.
HSL color Cylindrical-coordinate representation of color #DC2849: hue angle of 349º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2849 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 73 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.14 |
| HSL | 349º | 0.72% | 0.51% | - |
| HSV(B) | 349º | 0.82% | 0.86% | - |
| XYZ | 31.48 | 17.21 | 7.97 | - |
| YUV | 97.58 | 114.13 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 73 | 0 | 0.82 | 0.67 | 0.14 | 349 | 0.72 | 0.51 |
| Hex | DC | 28 | 49 | 0 | 52 | 43 | E | 15D | 48 | 33 |
| Octal | 334 | 50 | 111 | 0 | 122 | 103 | 16 | 535 | 110 | 63 |
| Binary | 11011100 | 101000 | 1001001 | 0 | 1010010 | 1000011 | 1110 | 101011101 | 1001000 | 110011 |
Color Harmonies of #DC2849
Complementary color
Monochromatic Colors of #DC2849
Black with #DC2849
Text Example
Text Example
White with #DC2849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2849; }
p { color: rgb(220,40,73); }
H1.HeaderClassName
{
color: #DC2849;
}
.AnyTagClassName
{
color: #DC2849;
}
</style>
background-color css
<style>
a { background-color: #DC2849; }
a { background-color: rgb(220,40,73); }
div.DivClassName
{
background-color: #DC2849;
}
.BgClassName
{
background-color: #DC2849;
}
</style>
border-color css
<style>
span { border-color: #DC2849; }
span { border-color: rgb(220,40,73); }
td.TdClassName
{
border-color: #DC2849;
}
.TagClassName
{
border-color: #DC2849;
}
</style>