Shades of Amaranth #DC3744
Tints of Amaranth #DC3744
RGB
CMYK
RGB Variations
Color information
#DC3744 (or 0xDC3744) is known color: Amaranth. HEX triplet: DC, 37 and 44. RGB value is (220,55,68). Sum of RGB (Red+Green+Blue) = 220+55+68=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3744 is #23C8BB. Grayscale: #696969. Windows color (decimal): -2345148 or 4470748. OLE color: 4470748.
HSL color Cylindrical-coordinate representation of color #DC3744: hue angle of 355.27º 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 #DC3744 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 68 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.14 |
| HSL | 355.27º | 0.7% | 0.54% | - |
| HSV(B) | 355.27º | 0.75% | 0.86% | - |
| XYZ | 31.92 | 18.37 | 7.33 | - |
| YUV | 105.82 | 106.66 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 68 | 0 | 0.75 | 0.69 | 0.14 | 355.27 | 0.7 | 0.54 |
| Hex | DC | 37 | 44 | 0 | 4B | 45 | E | 163 | 46 | 36 |
| Octal | 334 | 67 | 104 | 0 | 113 | 105 | 16 | 543 | 106 | 66 |
| Binary | 11011100 | 110111 | 1000100 | 0 | 1001011 | 1000101 | 1110 | 101100011 | 1000110 | 110110 |
Color Harmonies of #DC3744
Complementary color
Monochromatic Colors of #DC3744
Black with #DC3744
Text Example
Text Example
White with #DC3744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3744; }
p { color: rgb(220,55,68); }
H1.HeaderClassName
{
color: #DC3744;
}
.AnyTagClassName
{
color: #DC3744;
}
</style>
background-color css
<style>
a { background-color: #DC3744; }
a { background-color: rgb(220,55,68); }
div.DivClassName
{
background-color: #DC3744;
}
.BgClassName
{
background-color: #DC3744;
}
</style>
border-color css
<style>
span { border-color: #DC3744; }
span { border-color: rgb(220,55,68); }
td.TdClassName
{
border-color: #DC3744;
}
.TagClassName
{
border-color: #DC3744;
}
</style>