Shades of Amaranth #DC3656
Tints of Amaranth #DC3656
RGB
CMYK
RGB Variations
Color information
#DC3656 (or 0xDC3656) is known color: Amaranth. HEX triplet: DC, 36 and 56. RGB value is (220,54,86). Sum of RGB (Red+Green+Blue) = 220+54+86=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3656 is #23C9A9. Grayscale: #6B6B6B. Windows color (decimal): -2345386 or 5650140. OLE color: 5650140.
HSL color Cylindrical-coordinate representation of color #DC3656: hue angle of 348.43º 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 #DC3656 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 86 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.14 |
| HSL | 348.43º | 0.7% | 0.54% | - |
| HSV(B) | 348.43º | 0.75% | 0.86% | - |
| XYZ | 32.51 | 18.53 | 10.67 | - |
| YUV | 107.28 | 116 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 86 | 0 | 0.75 | 0.61 | 0.14 | 348.43 | 0.7 | 0.54 |
| Hex | DC | 36 | 56 | 0 | 4B | 3D | E | 15C | 46 | 36 |
| Octal | 334 | 66 | 126 | 0 | 113 | 75 | 16 | 534 | 106 | 66 |
| Binary | 11011100 | 110110 | 1010110 | 0 | 1001011 | 111101 | 1110 | 101011100 | 1000110 | 110110 |
Color Harmonies of #DC3656
Complementary color
Monochromatic Colors of #DC3656
Black with #DC3656
Text Example
Text Example
White with #DC3656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3656; }
p { color: rgb(220,54,86); }
H1.HeaderClassName
{
color: #DC3656;
}
.AnyTagClassName
{
color: #DC3656;
}
</style>
background-color css
<style>
a { background-color: #DC3656; }
a { background-color: rgb(220,54,86); }
div.DivClassName
{
background-color: #DC3656;
}
.BgClassName
{
background-color: #DC3656;
}
</style>
border-color css
<style>
span { border-color: #DC3656; }
span { border-color: rgb(220,54,86); }
td.TdClassName
{
border-color: #DC3656;
}
.TagClassName
{
border-color: #DC3656;
}
</style>