Shades of Amaranth #DC3644
Tints of Amaranth #DC3644
RGB
CMYK
RGB Variations
Color information
#DC3644 (or 0xDC3644) is known color: Amaranth. HEX triplet: DC, 36 and 44. RGB value is (220,54,68). Sum of RGB (Red+Green+Blue) = 220+54+68=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3644 is #23C9BB. Grayscale: #696969. Windows color (decimal): -2345404 or 4470492. OLE color: 4470492.
HSL color Cylindrical-coordinate representation of color #DC3644: hue angle of 354.94º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3644 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 68 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.14 |
| HSL | 354.94º | 0.7% | 0.54% | - |
| HSV(B) | 354.94º | 0.75% | 0.86% | - |
| XYZ | 31.88 | 18.27 | 7.32 | - |
| YUV | 105.23 | 107 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 68 | 0 | 0.75 | 0.69 | 0.14 | 354.94 | 0.7 | 0.54 |
| Hex | DC | 36 | 44 | 0 | 4B | 45 | E | 163 | 46 | 36 |
| Octal | 334 | 66 | 104 | 0 | 113 | 105 | 16 | 543 | 106 | 66 |
| Binary | 11011100 | 110110 | 1000100 | 0 | 1001011 | 1000101 | 1110 | 101100011 | 1000110 | 110110 |
Color Harmonies of #DC3644
Complementary color
Monochromatic Colors of #DC3644
Black with #DC3644
Text Example
Text Example
White with #DC3644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3644; }
p { color: rgb(220,54,68); }
H1.HeaderClassName
{
color: #DC3644;
}
.AnyTagClassName
{
color: #DC3644;
}
</style>
background-color css
<style>
a { background-color: #DC3644; }
a { background-color: rgb(220,54,68); }
div.DivClassName
{
background-color: #DC3644;
}
.BgClassName
{
background-color: #DC3644;
}
</style>
border-color css
<style>
span { border-color: #DC3644; }
span { border-color: rgb(220,54,68); }
td.TdClassName
{
border-color: #DC3644;
}
.TagClassName
{
border-color: #DC3644;
}
</style>