Shades of Amaranth #DC3551
Tints of Amaranth #DC3551
RGB
CMYK
RGB Variations
Color information
#DC3551 (or 0xDC3551) is known color: Amaranth. HEX triplet: DC, 35 and 51. RGB value is (220,53,81). Sum of RGB (Red+Green+Blue) = 220+53+81=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3551 is #23CAAE. Grayscale: #6A6A6A. Windows color (decimal): -2345647 or 5322204. OLE color: 5322204.
HSL color Cylindrical-coordinate representation of color #DC3551: hue angle of 349.94º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3551 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 81 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.14 |
| HSL | 349.94º | 0.7% | 0.54% | - |
| HSV(B) | 349.94º | 0.76% | 0.86% | - |
| XYZ | 32.27 | 18.36 | 9.63 | - |
| YUV | 106.13 | 113.83 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 81 | 0 | 0.76 | 0.63 | 0.14 | 349.94 | 0.7 | 0.54 |
| Hex | DC | 35 | 51 | 0 | 4C | 3F | E | 15E | 46 | 36 |
| Octal | 334 | 65 | 121 | 0 | 114 | 77 | 16 | 536 | 106 | 66 |
| Binary | 11011100 | 110101 | 1010001 | 0 | 1001100 | 111111 | 1110 | 101011110 | 1000110 | 110110 |
Color Harmonies of #DC3551
Complementary color
Monochromatic Colors of #DC3551
Black with #DC3551
Text Example
Text Example
White with #DC3551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3551; }
p { color: rgb(220,53,81); }
H1.HeaderClassName
{
color: #DC3551;
}
.AnyTagClassName
{
color: #DC3551;
}
</style>
background-color css
<style>
a { background-color: #DC3551; }
a { background-color: rgb(220,53,81); }
div.DivClassName
{
background-color: #DC3551;
}
.BgClassName
{
background-color: #DC3551;
}
</style>
border-color css
<style>
span { border-color: #DC3551; }
span { border-color: rgb(220,53,81); }
td.TdClassName
{
border-color: #DC3551;
}
.TagClassName
{
border-color: #DC3551;
}
</style>