Shades of Amaranth #DC3747
Tints of Amaranth #DC3747
RGB
CMYK
RGB Variations
Color information
#DC3747 (or 0xDC3747) is known color: Amaranth. HEX triplet: DC, 37 and 47. RGB value is (220,55,71). Sum of RGB (Red+Green+Blue) = 220+55+71=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3747 is #23C8B8. Grayscale: #6A6A6A. Windows color (decimal): -2345145 or 4667356. OLE color: 4667356.
HSL color Cylindrical-coordinate representation of color #DC3747: hue angle of 354.18º 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 #DC3747 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 71 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.14 |
| HSL | 354.18º | 0.7% | 0.54% | - |
| HSV(B) | 354.18º | 0.75% | 0.86% | - |
| XYZ | 32.02 | 18.4 | 7.83 | - |
| YUV | 106.16 | 108.16 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 71 | 0 | 0.75 | 0.68 | 0.14 | 354.18 | 0.7 | 0.54 |
| Hex | DC | 37 | 47 | 0 | 4B | 44 | E | 162 | 46 | 36 |
| Octal | 334 | 67 | 107 | 0 | 113 | 104 | 16 | 542 | 106 | 66 |
| Binary | 11011100 | 110111 | 1000111 | 0 | 1001011 | 1000100 | 1110 | 101100010 | 1000110 | 110110 |
Color Harmonies of #DC3747
Complementary color
Monochromatic Colors of #DC3747
Black with #DC3747
Text Example
Text Example
White with #DC3747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3747; }
p { color: rgb(220,55,71); }
H1.HeaderClassName
{
color: #DC3747;
}
.AnyTagClassName
{
color: #DC3747;
}
</style>
background-color css
<style>
a { background-color: #DC3747; }
a { background-color: rgb(220,55,71); }
div.DivClassName
{
background-color: #DC3747;
}
.BgClassName
{
background-color: #DC3747;
}
</style>
border-color css
<style>
span { border-color: #DC3747; }
span { border-color: rgb(220,55,71); }
td.TdClassName
{
border-color: #DC3747;
}
.TagClassName
{
border-color: #DC3747;
}
</style>