Shades of Amaranth #DC294D
Tints of Amaranth #DC294D
RGB
CMYK
RGB Variations
Color information
#DC294D (or 0xDC294D) is known color: Amaranth. HEX triplet: DC, 29 and 4D. RGB value is (220,41,77). Sum of RGB (Red+Green+Blue) = 220+41+77=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC294D is #23D6B2. Grayscale: #626262. Windows color (decimal): -2348723 or 5056988. OLE color: 5056988.
HSL color Cylindrical-coordinate representation of color #DC294D: hue angle of 347.93º 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 #DC294D is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 77 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.14 |
| HSL | 347.93º | 0.72% | 0.51% | - |
| HSV(B) | 347.93º | 0.81% | 0.86% | - |
| XYZ | 31.65 | 17.34 | 8.7 | - |
| YUV | 98.63 | 115.8 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 77 | 0 | 0.81 | 0.65 | 0.14 | 347.93 | 0.72 | 0.51 |
| Hex | DC | 29 | 4D | 0 | 51 | 41 | E | 15C | 48 | 33 |
| Octal | 334 | 51 | 115 | 0 | 121 | 101 | 16 | 534 | 110 | 63 |
| Binary | 11011100 | 101001 | 1001101 | 0 | 1010001 | 1000001 | 1110 | 101011100 | 1001000 | 110011 |
Color Harmonies of #DC294D
Complementary color
Monochromatic Colors of #DC294D
Black with #DC294D
Text Example
Text Example
White with #DC294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC294D; }
p { color: rgb(220,41,77); }
H1.HeaderClassName
{
color: #DC294D;
}
.AnyTagClassName
{
color: #DC294D;
}
</style>
background-color css
<style>
a { background-color: #DC294D; }
a { background-color: rgb(220,41,77); }
div.DivClassName
{
background-color: #DC294D;
}
.BgClassName
{
background-color: #DC294D;
}
</style>
border-color css
<style>
span { border-color: #DC294D; }
span { border-color: rgb(220,41,77); }
td.TdClassName
{
border-color: #DC294D;
}
.TagClassName
{
border-color: #DC294D;
}
</style>