Shades of Amaranth #DC3146
Tints of Amaranth #DC3146
RGB
CMYK
RGB Variations
Color information
#DC3146 (or 0xDC3146) is known color: Amaranth. HEX triplet: DC, 31 and 46. RGB value is (220,49,70). Sum of RGB (Red+Green+Blue) = 220+49+70=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3146 is #23CEB9. Grayscale: #666666. Windows color (decimal): -2346682 or 4600284. OLE color: 4600284.
HSL color Cylindrical-coordinate representation of color #DC3146: hue angle of 352.63º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3146 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 70 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.14 |
| HSL | 352.63º | 0.71% | 0.53% | - |
| HSV(B) | 352.63º | 0.78% | 0.86% | - |
| XYZ | 31.72 | 17.85 | 7.57 | - |
| YUV | 102.52 | 109.65 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 70 | 0 | 0.78 | 0.68 | 0.14 | 352.63 | 0.71 | 0.53 |
| Hex | DC | 31 | 46 | 0 | 4E | 44 | E | 161 | 47 | 35 |
| Octal | 334 | 61 | 106 | 0 | 116 | 104 | 16 | 541 | 107 | 65 |
| Binary | 11011100 | 110001 | 1000110 | 0 | 1001110 | 1000100 | 1110 | 101100001 | 1000111 | 110101 |
Color Harmonies of #DC3146
Complementary color
Monochromatic Colors of #DC3146
Black with #DC3146
Text Example
Text Example
White with #DC3146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3146; }
p { color: rgb(220,49,70); }
H1.HeaderClassName
{
color: #DC3146;
}
.AnyTagClassName
{
color: #DC3146;
}
</style>
background-color css
<style>
a { background-color: #DC3146; }
a { background-color: rgb(220,49,70); }
div.DivClassName
{
background-color: #DC3146;
}
.BgClassName
{
background-color: #DC3146;
}
</style>
border-color css
<style>
span { border-color: #DC3146; }
span { border-color: rgb(220,49,70); }
td.TdClassName
{
border-color: #DC3146;
}
.TagClassName
{
border-color: #DC3146;
}
</style>