Shades of Amaranth #DC3B47
Tints of Amaranth #DC3B47
RGB
CMYK
RGB Variations
Color information
#DC3B47 (or 0xDC3B47) is known color: Amaranth. HEX triplet: DC, 3B and 47. RGB value is (220,59,71). Sum of RGB (Red+Green+Blue) = 220+59+71=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3B47 is #23C4B8. Grayscale: #6C6C6C. Windows color (decimal): -2344121 or 4668380. OLE color: 4668380.
HSL color Cylindrical-coordinate representation of color #DC3B47: hue angle of 355.53º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3B47 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 71 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.14 |
| HSL | 355.53º | 0.7% | 0.55% | - |
| HSV(B) | 355.53º | 0.73% | 0.86% | - |
| XYZ | 32.22 | 18.8 | 7.89 | - |
| YUV | 108.51 | 106.84 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 71 | 0 | 0.73 | 0.68 | 0.14 | 355.53 | 0.7 | 0.55 |
| Hex | DC | 3B | 47 | 0 | 49 | 44 | E | 164 | 46 | 37 |
| Octal | 334 | 73 | 107 | 0 | 111 | 104 | 16 | 544 | 106 | 67 |
| Binary | 11011100 | 111011 | 1000111 | 0 | 1001001 | 1000100 | 1110 | 101100100 | 1000110 | 110111 |
Color Harmonies of #DC3B47
Complementary color
Monochromatic Colors of #DC3B47
Black with #DC3B47
Text Example
Text Example
White with #DC3B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3B47; }
p { color: rgb(220,59,71); }
H1.HeaderClassName
{
color: #DC3B47;
}
.AnyTagClassName
{
color: #DC3B47;
}
</style>
background-color css
<style>
a { background-color: #DC3B47; }
a { background-color: rgb(220,59,71); }
div.DivClassName
{
background-color: #DC3B47;
}
.BgClassName
{
background-color: #DC3B47;
}
</style>
border-color css
<style>
span { border-color: #DC3B47; }
span { border-color: rgb(220,59,71); }
td.TdClassName
{
border-color: #DC3B47;
}
.TagClassName
{
border-color: #DC3B47;
}
</style>