Shades of Amaranth #DC3756
Tints of Amaranth #DC3756
RGB
CMYK
RGB Variations
Color information
#DC3756 (or 0xDC3756) is known color: Amaranth. HEX triplet: DC, 37 and 56. RGB value is (220,55,86). Sum of RGB (Red+Green+Blue) = 220+55+86=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3756 is #23C8A9. Grayscale: #6B6B6B. Windows color (decimal): -2345130 or 5650396. OLE color: 5650396.
HSL color Cylindrical-coordinate representation of color #DC3756: hue angle of 348.73º 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 #DC3756 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 86 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.14 |
| HSL | 348.73º | 0.7% | 0.54% | - |
| HSV(B) | 348.73º | 0.75% | 0.86% | - |
| XYZ | 32.56 | 18.62 | 10.68 | - |
| YUV | 107.87 | 115.66 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 86 | 0 | 0.75 | 0.61 | 0.14 | 348.73 | 0.7 | 0.54 |
| Hex | DC | 37 | 56 | 0 | 4B | 3D | E | 15D | 46 | 36 |
| Octal | 334 | 67 | 126 | 0 | 113 | 75 | 16 | 535 | 106 | 66 |
| Binary | 11011100 | 110111 | 1010110 | 0 | 1001011 | 111101 | 1110 | 101011101 | 1000110 | 110110 |
Color Harmonies of #DC3756
Complementary color
Monochromatic Colors of #DC3756
Black with #DC3756
Text Example
Text Example
White with #DC3756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3756; }
p { color: rgb(220,55,86); }
H1.HeaderClassName
{
color: #DC3756;
}
.AnyTagClassName
{
color: #DC3756;
}
</style>
background-color css
<style>
a { background-color: #DC3756; }
a { background-color: rgb(220,55,86); }
div.DivClassName
{
background-color: #DC3756;
}
.BgClassName
{
background-color: #DC3756;
}
</style>
border-color css
<style>
span { border-color: #DC3756; }
span { border-color: rgb(220,55,86); }
td.TdClassName
{
border-color: #DC3756;
}
.TagClassName
{
border-color: #DC3756;
}
</style>