Shades of Amaranth #DC3149
Tints of Amaranth #DC3149
RGB
CMYK
RGB Variations
Color information
#DC3149 (or 0xDC3149) is known color: Amaranth. HEX triplet: DC, 31 and 49. RGB value is (220,49,73). Sum of RGB (Red+Green+Blue) = 220+49+73=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3149 is #23CEB6. Grayscale: #666666. Windows color (decimal): -2346679 or 4796892. OLE color: 4796892.
HSL color Cylindrical-coordinate representation of color #DC3149: hue angle of 351.58º 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 #DC3149 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 73 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.14 |
| HSL | 351.58º | 0.71% | 0.53% | - |
| HSV(B) | 351.58º | 0.78% | 0.86% | - |
| XYZ | 31.82 | 17.89 | 8.08 | - |
| YUV | 102.87 | 111.15 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 73 | 0 | 0.78 | 0.67 | 0.14 | 351.58 | 0.71 | 0.53 |
| Hex | DC | 31 | 49 | 0 | 4E | 43 | E | 160 | 47 | 35 |
| Octal | 334 | 61 | 111 | 0 | 116 | 103 | 16 | 540 | 107 | 65 |
| Binary | 11011100 | 110001 | 1001001 | 0 | 1001110 | 1000011 | 1110 | 101100000 | 1000111 | 110101 |
Color Harmonies of #DC3149
Complementary color
Monochromatic Colors of #DC3149
Black with #DC3149
Text Example
Text Example
White with #DC3149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3149; }
p { color: rgb(220,49,73); }
H1.HeaderClassName
{
color: #DC3149;
}
.AnyTagClassName
{
color: #DC3149;
}
</style>
background-color css
<style>
a { background-color: #DC3149; }
a { background-color: rgb(220,49,73); }
div.DivClassName
{
background-color: #DC3149;
}
.BgClassName
{
background-color: #DC3149;
}
</style>
border-color css
<style>
span { border-color: #DC3149; }
span { border-color: rgb(220,49,73); }
td.TdClassName
{
border-color: #DC3149;
}
.TagClassName
{
border-color: #DC3149;
}
</style>