Shades of Amaranth #DC3844
Tints of Amaranth #DC3844
RGB
CMYK
RGB Variations
Color information
#DC3844 (or 0xDC3844) is known color: Amaranth. HEX triplet: DC, 38 and 44. RGB value is (220,56,68). Sum of RGB (Red+Green+Blue) = 220+56+68=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3844 is #23C7BB. Grayscale: #6A6A6A. Windows color (decimal): -2344892 or 4471004. OLE color: 4471004.
HSL color Cylindrical-coordinate representation of color #DC3844: hue angle of 355.61º 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 #DC3844 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 68 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.14 |
| HSL | 355.61º | 0.7% | 0.54% | - |
| HSV(B) | 355.61º | 0.75% | 0.86% | - |
| XYZ | 31.97 | 18.46 | 7.35 | - |
| YUV | 106.4 | 106.33 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 68 | 0 | 0.75 | 0.69 | 0.14 | 355.61 | 0.7 | 0.54 |
| Hex | DC | 38 | 44 | 0 | 4B | 45 | E | 164 | 46 | 36 |
| Octal | 334 | 70 | 104 | 0 | 113 | 105 | 16 | 544 | 106 | 66 |
| Binary | 11011100 | 111000 | 1000100 | 0 | 1001011 | 1000101 | 1110 | 101100100 | 1000110 | 110110 |
Color Harmonies of #DC3844
Complementary color
Monochromatic Colors of #DC3844
Black with #DC3844
Text Example
Text Example
White with #DC3844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3844; }
p { color: rgb(220,56,68); }
H1.HeaderClassName
{
color: #DC3844;
}
.AnyTagClassName
{
color: #DC3844;
}
</style>
background-color css
<style>
a { background-color: #DC3844; }
a { background-color: rgb(220,56,68); }
div.DivClassName
{
background-color: #DC3844;
}
.BgClassName
{
background-color: #DC3844;
}
</style>
border-color css
<style>
span { border-color: #DC3844; }
span { border-color: rgb(220,56,68); }
td.TdClassName
{
border-color: #DC3844;
}
.TagClassName
{
border-color: #DC3844;
}
</style>