Shades of Amaranth #DC3444
Tints of Amaranth #DC3444
RGB
CMYK
RGB Variations
Color information
#DC3444 (or 0xDC3444) is known color: Amaranth. HEX triplet: DC, 34 and 44. RGB value is (220,52,68). Sum of RGB (Red+Green+Blue) = 220+52+68=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3444 is #23CBBB. Grayscale: #686868. Windows color (decimal): -2345916 or 4469980. OLE color: 4469980.
HSL color Cylindrical-coordinate representation of color #DC3444: hue angle of 354.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3444 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 68 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.14 |
| HSL | 354.29º | 0.71% | 0.53% | - |
| HSV(B) | 354.29º | 0.76% | 0.86% | - |
| XYZ | 31.79 | 18.09 | 7.29 | - |
| YUV | 104.06 | 107.66 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 68 | 0 | 0.76 | 0.69 | 0.14 | 354.29 | 0.71 | 0.53 |
| Hex | DC | 34 | 44 | 0 | 4C | 45 | E | 162 | 47 | 35 |
| Octal | 334 | 64 | 104 | 0 | 114 | 105 | 16 | 542 | 107 | 65 |
| Binary | 11011100 | 110100 | 1000100 | 0 | 1001100 | 1000101 | 1110 | 101100010 | 1000111 | 110101 |
Color Harmonies of #DC3444
Complementary color
Monochromatic Colors of #DC3444
Black with #DC3444
Text Example
Text Example
White with #DC3444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3444; }
p { color: rgb(220,52,68); }
H1.HeaderClassName
{
color: #DC3444;
}
.AnyTagClassName
{
color: #DC3444;
}
</style>
background-color css
<style>
a { background-color: #DC3444; }
a { background-color: rgb(220,52,68); }
div.DivClassName
{
background-color: #DC3444;
}
.BgClassName
{
background-color: #DC3444;
}
</style>
border-color css
<style>
span { border-color: #DC3444; }
span { border-color: rgb(220,52,68); }
td.TdClassName
{
border-color: #DC3444;
}
.TagClassName
{
border-color: #DC3444;
}
</style>