Shades of Amaranth #DC2356
Tints of Amaranth #DC2356
RGB
CMYK
RGB Variations
Color information
#DC2356 (or 0xDC2356) is known color: Amaranth. HEX triplet: DC, 23 and 56. RGB value is (220,35,86). Sum of RGB (Red+Green+Blue) = 220+35+86=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2356 is #23DCA9. Grayscale: #606060. Windows color (decimal): -2350250 or 5645276. OLE color: 5645276.
HSL color Cylindrical-coordinate representation of color #DC2356: hue angle of 343.46º degrees, saturation: 0.73, 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 #DC2356 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 86 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.14 |
| HSL | 343.46º | 0.73% | 0.5% | - |
| HSV(B) | 343.46º | 0.84% | 0.86% | - |
| XYZ | 31.8 | 17.09 | 10.43 | - |
| YUV | 96.13 | 122.29 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 86 | 0 | 0.84 | 0.61 | 0.14 | 343.46 | 0.73 | 0.5 |
| Hex | DC | 23 | 56 | 0 | 54 | 3D | E | 157 | 49 | 32 |
| Octal | 334 | 43 | 126 | 0 | 124 | 75 | 16 | 527 | 111 | 62 |
| Binary | 11011100 | 100011 | 1010110 | 0 | 1010100 | 111101 | 1110 | 101010111 | 1001001 | 110010 |
Color Harmonies of #DC2356
Complementary color
Monochromatic Colors of #DC2356
Black with #DC2356
Text Example
Text Example
White with #DC2356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2356; }
p { color: rgb(220,35,86); }
H1.HeaderClassName
{
color: #DC2356;
}
.AnyTagClassName
{
color: #DC2356;
}
</style>
background-color css
<style>
a { background-color: #DC2356; }
a { background-color: rgb(220,35,86); }
div.DivClassName
{
background-color: #DC2356;
}
.BgClassName
{
background-color: #DC2356;
}
</style>
border-color css
<style>
span { border-color: #DC2356; }
span { border-color: rgb(220,35,86); }
td.TdClassName
{
border-color: #DC2356;
}
.TagClassName
{
border-color: #DC2356;
}
</style>