Shades of Amaranth #DC3856
Tints of Amaranth #DC3856
RGB
CMYK
RGB Variations
Color information
#DC3856 (or 0xDC3856) is known color: Amaranth. HEX triplet: DC, 38 and 56. RGB value is (220,56,86). Sum of RGB (Red+Green+Blue) = 220+56+86=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3856 is #23C7A9. Grayscale: #6C6C6C. Windows color (decimal): -2344874 or 5650652. OLE color: 5650652.
HSL color Cylindrical-coordinate representation of color #DC3856: hue angle of 349.02º 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 #DC3856 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 86 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.14 |
| HSL | 349.02º | 0.7% | 0.54% | - |
| HSV(B) | 349.02º | 0.75% | 0.86% | - |
| XYZ | 32.61 | 18.72 | 10.7 | - |
| YUV | 108.46 | 115.33 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 86 | 0 | 0.75 | 0.61 | 0.14 | 349.02 | 0.7 | 0.54 |
| Hex | DC | 38 | 56 | 0 | 4B | 3D | E | 15D | 46 | 36 |
| Octal | 334 | 70 | 126 | 0 | 113 | 75 | 16 | 535 | 106 | 66 |
| Binary | 11011100 | 111000 | 1010110 | 0 | 1001011 | 111101 | 1110 | 101011101 | 1000110 | 110110 |
Color Harmonies of #DC3856
Complementary color
Monochromatic Colors of #DC3856
Black with #DC3856
Text Example
Text Example
White with #DC3856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3856; }
p { color: rgb(220,56,86); }
H1.HeaderClassName
{
color: #DC3856;
}
.AnyTagClassName
{
color: #DC3856;
}
</style>
background-color css
<style>
a { background-color: #DC3856; }
a { background-color: rgb(220,56,86); }
div.DivClassName
{
background-color: #DC3856;
}
.BgClassName
{
background-color: #DC3856;
}
</style>
border-color css
<style>
span { border-color: #DC3856; }
span { border-color: rgb(220,56,86); }
td.TdClassName
{
border-color: #DC3856;
}
.TagClassName
{
border-color: #DC3856;
}
</style>