Shades of Amaranth #DC3144
Tints of Amaranth #DC3144
RGB
CMYK
RGB Variations
Color information
#DC3144 (or 0xDC3144) is known color: Amaranth. HEX triplet: DC, 31 and 44. RGB value is (220,49,68). Sum of RGB (Red+Green+Blue) = 220+49+68=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3144 is #23CEBB. Grayscale: #666666. Windows color (decimal): -2346684 or 4469212. OLE color: 4469212.
HSL color Cylindrical-coordinate representation of color #DC3144: hue angle of 353.33º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3144 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 68 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.14 |
| HSL | 353.33º | 0.71% | 0.53% | - |
| HSV(B) | 353.33º | 0.78% | 0.86% | - |
| XYZ | 31.66 | 17.83 | 7.24 | - |
| YUV | 102.3 | 108.65 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 68 | 0 | 0.78 | 0.69 | 0.14 | 353.33 | 0.71 | 0.53 |
| Hex | DC | 31 | 44 | 0 | 4E | 45 | E | 161 | 47 | 35 |
| Octal | 334 | 61 | 104 | 0 | 116 | 105 | 16 | 541 | 107 | 65 |
| Binary | 11011100 | 110001 | 1000100 | 0 | 1001110 | 1000101 | 1110 | 101100001 | 1000111 | 110101 |
Color Harmonies of #DC3144
Complementary color
Monochromatic Colors of #DC3144
Black with #DC3144
Text Example
Text Example
White with #DC3144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3144; }
p { color: rgb(220,49,68); }
H1.HeaderClassName
{
color: #DC3144;
}
.AnyTagClassName
{
color: #DC3144;
}
</style>
background-color css
<style>
a { background-color: #DC3144; }
a { background-color: rgb(220,49,68); }
div.DivClassName
{
background-color: #DC3144;
}
.BgClassName
{
background-color: #DC3144;
}
</style>
border-color css
<style>
span { border-color: #DC3144; }
span { border-color: rgb(220,49,68); }
td.TdClassName
{
border-color: #DC3144;
}
.TagClassName
{
border-color: #DC3144;
}
</style>