Shades of Amaranth #DC3447
Tints of Amaranth #DC3447
RGB
CMYK
RGB Variations
Color information
#DC3447 (or 0xDC3447) is known color: Amaranth. HEX triplet: DC, 34 and 47. RGB value is (220,52,71). Sum of RGB (Red+Green+Blue) = 220+52+71=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3447 is #23CBB8. Grayscale: #686868. Windows color (decimal): -2345913 or 4666588. OLE color: 4666588.
HSL color Cylindrical-coordinate representation of color #DC3447: hue angle of 353.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3447 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 71 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.14 |
| HSL | 353.21º | 0.71% | 0.53% | - |
| HSV(B) | 353.21º | 0.76% | 0.86% | - |
| XYZ | 31.88 | 18.13 | 7.78 | - |
| YUV | 104.4 | 109.16 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 71 | 0 | 0.76 | 0.68 | 0.14 | 353.21 | 0.71 | 0.53 |
| Hex | DC | 34 | 47 | 0 | 4C | 44 | E | 161 | 47 | 35 |
| Octal | 334 | 64 | 107 | 0 | 114 | 104 | 16 | 541 | 107 | 65 |
| Binary | 11011100 | 110100 | 1000111 | 0 | 1001100 | 1000100 | 1110 | 101100001 | 1000111 | 110101 |
Color Harmonies of #DC3447
Complementary color
Monochromatic Colors of #DC3447
Black with #DC3447
Text Example
Text Example
White with #DC3447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3447; }
p { color: rgb(220,52,71); }
H1.HeaderClassName
{
color: #DC3447;
}
.AnyTagClassName
{
color: #DC3447;
}
</style>
background-color css
<style>
a { background-color: #DC3447; }
a { background-color: rgb(220,52,71); }
div.DivClassName
{
background-color: #DC3447;
}
.BgClassName
{
background-color: #DC3447;
}
</style>
border-color css
<style>
span { border-color: #DC3447; }
span { border-color: rgb(220,52,71); }
td.TdClassName
{
border-color: #DC3447;
}
.TagClassName
{
border-color: #DC3447;
}
</style>