Shades of Amaranth #DC3650
Tints of Amaranth #DC3650
RGB
CMYK
RGB Variations
Color information
#DC3650 (or 0xDC3650) is known color: Amaranth. HEX triplet: DC, 36 and 50. RGB value is (220,54,80). Sum of RGB (Red+Green+Blue) = 220+54+80=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3650 is #23C9AF. Grayscale: #6A6A6A. Windows color (decimal): -2345392 or 5256924. OLE color: 5256924.
HSL color Cylindrical-coordinate representation of color #DC3650: hue angle of 350.6º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3650 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 80 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.14 |
| HSL | 350.6º | 0.7% | 0.54% | - |
| HSV(B) | 350.6º | 0.75% | 0.86% | - |
| XYZ | 32.28 | 18.43 | 9.45 | - |
| YUV | 106.6 | 113 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 80 | 0 | 0.75 | 0.64 | 0.14 | 350.6 | 0.7 | 0.54 |
| Hex | DC | 36 | 50 | 0 | 4B | 40 | E | 15F | 46 | 36 |
| Octal | 334 | 66 | 120 | 0 | 113 | 100 | 16 | 537 | 106 | 66 |
| Binary | 11011100 | 110110 | 1010000 | 0 | 1001011 | 1000000 | 1110 | 101011111 | 1000110 | 110110 |
Color Harmonies of #DC3650
Complementary color
Monochromatic Colors of #DC3650
Black with #DC3650
Text Example
Text Example
White with #DC3650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3650; }
p { color: rgb(220,54,80); }
H1.HeaderClassName
{
color: #DC3650;
}
.AnyTagClassName
{
color: #DC3650;
}
</style>
background-color css
<style>
a { background-color: #DC3650; }
a { background-color: rgb(220,54,80); }
div.DivClassName
{
background-color: #DC3650;
}
.BgClassName
{
background-color: #DC3650;
}
</style>
border-color css
<style>
span { border-color: #DC3650; }
span { border-color: rgb(220,54,80); }
td.TdClassName
{
border-color: #DC3650;
}
.TagClassName
{
border-color: #DC3650;
}
</style>