Shades of Amaranth #DC2446
Tints of Amaranth #DC2446
RGB
CMYK
RGB Variations
Color information
#DC2446 (or 0xDC2446) is known color: Amaranth. HEX triplet: DC, 24 and 46. RGB value is (220,36,70). Sum of RGB (Red+Green+Blue) = 220+36+70=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2446 is #23DBB9. Grayscale: #5E5E5E. Windows color (decimal): -2350010 or 4596956. OLE color: 4596956.
HSL color Cylindrical-coordinate representation of color #DC2446: hue angle of 348.91º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2446 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 70 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.14 |
| HSL | 348.91º | 0.72% | 0.5% | - |
| HSV(B) | 348.91º | 0.84% | 0.86% | - |
| XYZ | 31.25 | 16.92 | 7.41 | - |
| YUV | 94.89 | 113.96 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 70 | 0 | 0.84 | 0.68 | 0.14 | 348.91 | 0.72 | 0.5 |
| Hex | DC | 24 | 46 | 0 | 54 | 44 | E | 15D | 48 | 32 |
| Octal | 334 | 44 | 106 | 0 | 124 | 104 | 16 | 535 | 110 | 62 |
| Binary | 11011100 | 100100 | 1000110 | 0 | 1010100 | 1000100 | 1110 | 101011101 | 1001000 | 110010 |
Color Harmonies of #DC2446
Complementary color
Monochromatic Colors of #DC2446
Black with #DC2446
Text Example
Text Example
White with #DC2446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2446; }
p { color: rgb(220,36,70); }
H1.HeaderClassName
{
color: #DC2446;
}
.AnyTagClassName
{
color: #DC2446;
}
</style>
background-color css
<style>
a { background-color: #DC2446; }
a { background-color: rgb(220,36,70); }
div.DivClassName
{
background-color: #DC2446;
}
.BgClassName
{
background-color: #DC2446;
}
</style>
border-color css
<style>
span { border-color: #DC2446; }
span { border-color: rgb(220,36,70); }
td.TdClassName
{
border-color: #DC2446;
}
.TagClassName
{
border-color: #DC2446;
}
</style>