Shades of Amaranth #DC294E
Tints of Amaranth #DC294E
RGB
CMYK
RGB Variations
Color information
#DC294E (or 0xDC294E) is known color: Amaranth. HEX triplet: DC, 29 and 4E. RGB value is (220,41,78). Sum of RGB (Red+Green+Blue) = 220+41+78=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC294E is #23D6B1. Grayscale: #626262. Windows color (decimal): -2348722 or 5122524. OLE color: 5122524.
HSL color Cylindrical-coordinate representation of color #DC294E: hue angle of 347.6º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC294E is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 78 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.14 |
| HSL | 347.6º | 0.72% | 0.51% | - |
| HSV(B) | 347.6º | 0.81% | 0.86% | - |
| XYZ | 31.68 | 17.35 | 8.89 | - |
| YUV | 98.74 | 116.3 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 78 | 0 | 0.81 | 0.65 | 0.14 | 347.6 | 0.72 | 0.51 |
| Hex | DC | 29 | 4E | 0 | 51 | 41 | E | 15C | 48 | 33 |
| Octal | 334 | 51 | 116 | 0 | 121 | 101 | 16 | 534 | 110 | 63 |
| Binary | 11011100 | 101001 | 1001110 | 0 | 1010001 | 1000001 | 1110 | 101011100 | 1001000 | 110011 |
Color Harmonies of #DC294E
Complementary color
Monochromatic Colors of #DC294E
Black with #DC294E
Text Example
Text Example
White with #DC294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC294E; }
p { color: rgb(220,41,78); }
H1.HeaderClassName
{
color: #DC294E;
}
.AnyTagClassName
{
color: #DC294E;
}
</style>
background-color css
<style>
a { background-color: #DC294E; }
a { background-color: rgb(220,41,78); }
div.DivClassName
{
background-color: #DC294E;
}
.BgClassName
{
background-color: #DC294E;
}
</style>
border-color css
<style>
span { border-color: #DC294E; }
span { border-color: rgb(220,41,78); }
td.TdClassName
{
border-color: #DC294E;
}
.TagClassName
{
border-color: #DC294E;
}
</style>