Shades of Amaranth #DC3550
Tints of Amaranth #DC3550
RGB
CMYK
RGB Variations
Color information
#DC3550 (or 0xDC3550) is known color: Amaranth. HEX triplet: DC, 35 and 50. RGB value is (220,53,80). Sum of RGB (Red+Green+Blue) = 220+53+80=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3550 is #23CAAF. Grayscale: #6A6A6A. Windows color (decimal): -2345648 or 5256668. OLE color: 5256668.
HSL color Cylindrical-coordinate representation of color #DC3550: hue angle of 350.3º 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 #DC3550 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 80 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.14 |
| HSL | 350.3º | 0.7% | 0.54% | - |
| HSV(B) | 350.3º | 0.76% | 0.86% | - |
| XYZ | 32.24 | 18.34 | 9.43 | - |
| YUV | 106.01 | 113.33 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 80 | 0 | 0.76 | 0.64 | 0.14 | 350.3 | 0.7 | 0.54 |
| Hex | DC | 35 | 50 | 0 | 4C | 40 | E | 15E | 46 | 36 |
| Octal | 334 | 65 | 120 | 0 | 114 | 100 | 16 | 536 | 106 | 66 |
| Binary | 11011100 | 110101 | 1010000 | 0 | 1001100 | 1000000 | 1110 | 101011110 | 1000110 | 110110 |
Color Harmonies of #DC3550
Complementary color
Monochromatic Colors of #DC3550
Black with #DC3550
Text Example
Text Example
White with #DC3550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3550; }
p { color: rgb(220,53,80); }
H1.HeaderClassName
{
color: #DC3550;
}
.AnyTagClassName
{
color: #DC3550;
}
</style>
background-color css
<style>
a { background-color: #DC3550; }
a { background-color: rgb(220,53,80); }
div.DivClassName
{
background-color: #DC3550;
}
.BgClassName
{
background-color: #DC3550;
}
</style>
border-color css
<style>
span { border-color: #DC3550; }
span { border-color: rgb(220,53,80); }
td.TdClassName
{
border-color: #DC3550;
}
.TagClassName
{
border-color: #DC3550;
}
</style>