Shades of Amaranth #DC2249
Tints of Amaranth #DC2249
RGB
CMYK
RGB Variations
Color information
#DC2249 (or 0xDC2249) is known color: Amaranth. HEX triplet: DC, 22 and 49. RGB value is (220,34,73). Sum of RGB (Red+Green+Blue) = 220+34+73=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2249 is #23DDB6. Grayscale: #5E5E5E. Windows color (decimal): -2350519 or 4793052. OLE color: 4793052.
HSL color Cylindrical-coordinate representation of color #DC2249: hue angle of 347.42º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2249 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 73 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.14 |
| HSL | 347.42º | 0.73% | 0.5% | - |
| HSV(B) | 347.42º | 0.85% | 0.86% | - |
| XYZ | 31.29 | 16.84 | 7.9 | - |
| YUV | 94.06 | 116.12 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 73 | 0 | 0.85 | 0.67 | 0.14 | 347.42 | 0.73 | 0.5 |
| Hex | DC | 22 | 49 | 0 | 55 | 43 | E | 15B | 49 | 32 |
| Octal | 334 | 42 | 111 | 0 | 125 | 103 | 16 | 533 | 111 | 62 |
| Binary | 11011100 | 100010 | 1001001 | 0 | 1010101 | 1000011 | 1110 | 101011011 | 1001001 | 110010 |
Color Harmonies of #DC2249
Complementary color
Monochromatic Colors of #DC2249
Black with #DC2249
Text Example
Text Example
White with #DC2249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2249; }
p { color: rgb(220,34,73); }
H1.HeaderClassName
{
color: #DC2249;
}
.AnyTagClassName
{
color: #DC2249;
}
</style>
background-color css
<style>
a { background-color: #DC2249; }
a { background-color: rgb(220,34,73); }
div.DivClassName
{
background-color: #DC2249;
}
.BgClassName
{
background-color: #DC2249;
}
</style>
border-color css
<style>
span { border-color: #DC2249; }
span { border-color: rgb(220,34,73); }
td.TdClassName
{
border-color: #DC2249;
}
.TagClassName
{
border-color: #DC2249;
}
</style>