Shades of Amaranth #DC3446
Tints of Amaranth #DC3446
RGB
CMYK
RGB Variations
Color information
#DC3446 (or 0xDC3446) is known color: Amaranth. HEX triplet: DC, 34 and 46. RGB value is (220,52,70). Sum of RGB (Red+Green+Blue) = 220+52+70=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3446 is #23CBB9. Grayscale: #686868. Windows color (decimal): -2345914 or 4601052. OLE color: 4601052.
HSL color Cylindrical-coordinate representation of color #DC3446: hue angle of 353.57º 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 #DC3446 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 70 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.14 |
| HSL | 353.57º | 0.71% | 0.53% | - |
| HSV(B) | 353.57º | 0.76% | 0.86% | - |
| XYZ | 31.85 | 18.11 | 7.61 | - |
| YUV | 104.28 | 108.66 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 70 | 0 | 0.76 | 0.68 | 0.14 | 353.57 | 0.71 | 0.53 |
| Hex | DC | 34 | 46 | 0 | 4C | 44 | E | 162 | 47 | 35 |
| Octal | 334 | 64 | 106 | 0 | 114 | 104 | 16 | 542 | 107 | 65 |
| Binary | 11011100 | 110100 | 1000110 | 0 | 1001100 | 1000100 | 1110 | 101100010 | 1000111 | 110101 |
Color Harmonies of #DC3446
Complementary color
Monochromatic Colors of #DC3446
Black with #DC3446
Text Example
Text Example
White with #DC3446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3446; }
p { color: rgb(220,52,70); }
H1.HeaderClassName
{
color: #DC3446;
}
.AnyTagClassName
{
color: #DC3446;
}
</style>
background-color css
<style>
a { background-color: #DC3446; }
a { background-color: rgb(220,52,70); }
div.DivClassName
{
background-color: #DC3446;
}
.BgClassName
{
background-color: #DC3446;
}
</style>
border-color css
<style>
span { border-color: #DC3446; }
span { border-color: rgb(220,52,70); }
td.TdClassName
{
border-color: #DC3446;
}
.TagClassName
{
border-color: #DC3446;
}
</style>