Shades of Amaranth #DC2456
Tints of Amaranth #DC2456
RGB
CMYK
RGB Variations
Color information
#DC2456 (or 0xDC2456) is known color: Amaranth. HEX triplet: DC, 24 and 56. RGB value is (220,36,86). Sum of RGB (Red+Green+Blue) = 220+36+86=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2456 is #23DBA9. Grayscale: #606060. Windows color (decimal): -2349994 or 5645532. OLE color: 5645532.
HSL color Cylindrical-coordinate representation of color #DC2456: hue angle of 343.7º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2456 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 86 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.14 |
| HSL | 343.7º | 0.72% | 0.5% | - |
| HSV(B) | 343.7º | 0.84% | 0.86% | - |
| XYZ | 31.83 | 17.15 | 10.44 | - |
| YUV | 96.72 | 121.96 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 86 | 0 | 0.84 | 0.61 | 0.14 | 343.7 | 0.72 | 0.5 |
| Hex | DC | 24 | 56 | 0 | 54 | 3D | E | 158 | 48 | 32 |
| Octal | 334 | 44 | 126 | 0 | 124 | 75 | 16 | 530 | 110 | 62 |
| Binary | 11011100 | 100100 | 1010110 | 0 | 1010100 | 111101 | 1110 | 101011000 | 1001000 | 110010 |
Color Harmonies of #DC2456
Complementary color
Monochromatic Colors of #DC2456
Black with #DC2456
Text Example
Text Example
White with #DC2456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2456; }
p { color: rgb(220,36,86); }
H1.HeaderClassName
{
color: #DC2456;
}
.AnyTagClassName
{
color: #DC2456;
}
</style>
background-color css
<style>
a { background-color: #DC2456; }
a { background-color: rgb(220,36,86); }
div.DivClassName
{
background-color: #DC2456;
}
.BgClassName
{
background-color: #DC2456;
}
</style>
border-color css
<style>
span { border-color: #DC2456; }
span { border-color: rgb(220,36,86); }
td.TdClassName
{
border-color: #DC2456;
}
.TagClassName
{
border-color: #DC2456;
}
</style>