Shades of Amaranth #DC3647
Tints of Amaranth #DC3647
RGB
CMYK
RGB Variations
Color information
#DC3647 (or 0xDC3647) is known color: Amaranth. HEX triplet: DC, 36 and 47. RGB value is (220,54,71). Sum of RGB (Red+Green+Blue) = 220+54+71=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3647 is #23C9B8. Grayscale: #696969. Windows color (decimal): -2345401 or 4667100. OLE color: 4667100.
HSL color Cylindrical-coordinate representation of color #DC3647: hue angle of 353.86º 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 #DC3647 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 71 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.14 |
| HSL | 353.86º | 0.7% | 0.54% | - |
| HSV(B) | 353.86º | 0.75% | 0.86% | - |
| XYZ | 31.97 | 18.31 | 7.81 | - |
| YUV | 105.57 | 108.5 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 71 | 0 | 0.75 | 0.68 | 0.14 | 353.86 | 0.7 | 0.54 |
| Hex | DC | 36 | 47 | 0 | 4B | 44 | E | 162 | 46 | 36 |
| Octal | 334 | 66 | 107 | 0 | 113 | 104 | 16 | 542 | 106 | 66 |
| Binary | 11011100 | 110110 | 1000111 | 0 | 1001011 | 1000100 | 1110 | 101100010 | 1000110 | 110110 |
Color Harmonies of #DC3647
Complementary color
Monochromatic Colors of #DC3647
Black with #DC3647
Text Example
Text Example
White with #DC3647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3647; }
p { color: rgb(220,54,71); }
H1.HeaderClassName
{
color: #DC3647;
}
.AnyTagClassName
{
color: #DC3647;
}
</style>
background-color css
<style>
a { background-color: #DC3647; }
a { background-color: rgb(220,54,71); }
div.DivClassName
{
background-color: #DC3647;
}
.BgClassName
{
background-color: #DC3647;
}
</style>
border-color css
<style>
span { border-color: #DC3647; }
span { border-color: rgb(220,54,71); }
td.TdClassName
{
border-color: #DC3647;
}
.TagClassName
{
border-color: #DC3647;
}
</style>