Shades of Amaranth #DC3047
Tints of Amaranth #DC3047
RGB
CMYK
RGB Variations
Color information
#DC3047 (or 0xDC3047) is known color: Amaranth. HEX triplet: DC, 30 and 47. RGB value is (220,48,71). Sum of RGB (Red+Green+Blue) = 220+48+71=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3047 is #23CFB8. Grayscale: #666666. Windows color (decimal): -2346937 or 4665564. OLE color: 4665564.
HSL color Cylindrical-coordinate representation of color #DC3047: hue angle of 351.98º 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 #DC3047 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 71 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.14 |
| HSL | 351.98º | 0.71% | 0.53% | - |
| HSV(B) | 351.98º | 0.78% | 0.86% | - |
| XYZ | 31.71 | 17.78 | 7.72 | - |
| YUV | 102.05 | 110.48 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 71 | 0 | 0.78 | 0.68 | 0.14 | 351.98 | 0.71 | 0.53 |
| Hex | DC | 30 | 47 | 0 | 4E | 44 | E | 160 | 47 | 35 |
| Octal | 334 | 60 | 107 | 0 | 116 | 104 | 16 | 540 | 107 | 65 |
| Binary | 11011100 | 110000 | 1000111 | 0 | 1001110 | 1000100 | 1110 | 101100000 | 1000111 | 110101 |
Color Harmonies of #DC3047
Complementary color
Monochromatic Colors of #DC3047
Black with #DC3047
Text Example
Text Example
White with #DC3047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3047; }
p { color: rgb(220,48,71); }
H1.HeaderClassName
{
color: #DC3047;
}
.AnyTagClassName
{
color: #DC3047;
}
</style>
background-color css
<style>
a { background-color: #DC3047; }
a { background-color: rgb(220,48,71); }
div.DivClassName
{
background-color: #DC3047;
}
.BgClassName
{
background-color: #DC3047;
}
</style>
border-color css
<style>
span { border-color: #DC3047; }
span { border-color: rgb(220,48,71); }
td.TdClassName
{
border-color: #DC3047;
}
.TagClassName
{
border-color: #DC3047;
}
</style>