Shades of Amaranth #DC3049
Tints of Amaranth #DC3049
RGB
CMYK
RGB Variations
Color information
#DC3049 (or 0xDC3049) is known color: Amaranth. HEX triplet: DC, 30 and 49. RGB value is (220,48,73). Sum of RGB (Red+Green+Blue) = 220+48+73=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3049 is #23CFB6. Grayscale: #666666. Windows color (decimal): -2346935 or 4796636. OLE color: 4796636.
HSL color Cylindrical-coordinate representation of color #DC3049: hue angle of 351.28º 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 #DC3049 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 73 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.14 |
| HSL | 351.28º | 0.71% | 0.53% | - |
| HSV(B) | 351.28º | 0.78% | 0.86% | - |
| XYZ | 31.77 | 17.81 | 8.07 | - |
| YUV | 102.28 | 111.48 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 73 | 0 | 0.78 | 0.67 | 0.14 | 351.28 | 0.71 | 0.53 |
| Hex | DC | 30 | 49 | 0 | 4E | 43 | E | 15F | 47 | 35 |
| Octal | 334 | 60 | 111 | 0 | 116 | 103 | 16 | 537 | 107 | 65 |
| Binary | 11011100 | 110000 | 1001001 | 0 | 1001110 | 1000011 | 1110 | 101011111 | 1000111 | 110101 |
Color Harmonies of #DC3049
Complementary color
Monochromatic Colors of #DC3049
Black with #DC3049
Text Example
Text Example
White with #DC3049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3049; }
p { color: rgb(220,48,73); }
H1.HeaderClassName
{
color: #DC3049;
}
.AnyTagClassName
{
color: #DC3049;
}
</style>
background-color css
<style>
a { background-color: #DC3049; }
a { background-color: rgb(220,48,73); }
div.DivClassName
{
background-color: #DC3049;
}
.BgClassName
{
background-color: #DC3049;
}
</style>
border-color css
<style>
span { border-color: #DC3049; }
span { border-color: rgb(220,48,73); }
td.TdClassName
{
border-color: #DC3049;
}
.TagClassName
{
border-color: #DC3049;
}
</style>