Shades of Amaranth #DC2344
Tints of Amaranth #DC2344
RGB
CMYK
RGB Variations
Color information
#DC2344 (or 0xDC2344) is known color: Amaranth. HEX triplet: DC, 23 and 44. RGB value is (220,35,68). Sum of RGB (Red+Green+Blue) = 220+35+68=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2344 is #23DCBB. Grayscale: #5E5E5E. Windows color (decimal): -2350268 or 4465628. OLE color: 4465628.
HSL color Cylindrical-coordinate representation of color #DC2344: hue angle of 349.3º 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 #DC2344 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 68 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.14 |
| HSL | 349.3º | 0.73% | 0.5% | - |
| HSV(B) | 349.3º | 0.84% | 0.86% | - |
| XYZ | 31.16 | 16.84 | 7.08 | - |
| YUV | 94.08 | 113.29 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 68 | 0 | 0.84 | 0.69 | 0.14 | 349.3 | 0.73 | 0.5 |
| Hex | DC | 23 | 44 | 0 | 54 | 45 | E | 15D | 49 | 32 |
| Octal | 334 | 43 | 104 | 0 | 124 | 105 | 16 | 535 | 111 | 62 |
| Binary | 11011100 | 100011 | 1000100 | 0 | 1010100 | 1000101 | 1110 | 101011101 | 1001001 | 110010 |
Color Harmonies of #DC2344
Complementary color
Monochromatic Colors of #DC2344
Black with #DC2344
Text Example
Text Example
White with #DC2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2344; }
p { color: rgb(220,35,68); }
H1.HeaderClassName
{
color: #DC2344;
}
.AnyTagClassName
{
color: #DC2344;
}
</style>
background-color css
<style>
a { background-color: #DC2344; }
a { background-color: rgb(220,35,68); }
div.DivClassName
{
background-color: #DC2344;
}
.BgClassName
{
background-color: #DC2344;
}
</style>
border-color css
<style>
span { border-color: #DC2344; }
span { border-color: rgb(220,35,68); }
td.TdClassName
{
border-color: #DC2344;
}
.TagClassName
{
border-color: #DC2344;
}
</style>