Shades of Amaranth #DC324D
Tints of Amaranth #DC324D
RGB
CMYK
RGB Variations
Color information
#DC324D (or 0xDC324D) is known color: Amaranth. HEX triplet: DC, 32 and 4D. RGB value is (220,50,77). Sum of RGB (Red+Green+Blue) = 220+50+77=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC324D is #23CDB2. Grayscale: #676767. Windows color (decimal): -2346419 or 5059292. OLE color: 5059292.
HSL color Cylindrical-coordinate representation of color #DC324D: hue angle of 350.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC324D is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 77 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.14 |
| HSL | 350.47º | 0.71% | 0.53% | - |
| HSV(B) | 350.47º | 0.77% | 0.86% | - |
| XYZ | 32 | 18.03 | 8.82 | - |
| YUV | 103.91 | 112.82 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 77 | 0 | 0.77 | 0.65 | 0.14 | 350.47 | 0.71 | 0.53 |
| Hex | DC | 32 | 4D | 0 | 4D | 41 | E | 15E | 47 | 35 |
| Octal | 334 | 62 | 115 | 0 | 115 | 101 | 16 | 536 | 107 | 65 |
| Binary | 11011100 | 110010 | 1001101 | 0 | 1001101 | 1000001 | 1110 | 101011110 | 1000111 | 110101 |
Color Harmonies of #DC324D
Complementary color
Monochromatic Colors of #DC324D
Black with #DC324D
Text Example
Text Example
White with #DC324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC324D; }
p { color: rgb(220,50,77); }
H1.HeaderClassName
{
color: #DC324D;
}
.AnyTagClassName
{
color: #DC324D;
}
</style>
background-color css
<style>
a { background-color: #DC324D; }
a { background-color: rgb(220,50,77); }
div.DivClassName
{
background-color: #DC324D;
}
.BgClassName
{
background-color: #DC324D;
}
</style>
border-color css
<style>
span { border-color: #DC324D; }
span { border-color: rgb(220,50,77); }
td.TdClassName
{
border-color: #DC324D;
}
.TagClassName
{
border-color: #DC324D;
}
</style>