Shades of Amaranth #DC294A
Tints of Amaranth #DC294A
RGB
CMYK
RGB Variations
Color information
#DC294A (or 0xDC294A) is known color: Amaranth. HEX triplet: DC, 29 and 4A. RGB value is (220,41,74). Sum of RGB (Red+Green+Blue) = 220+41+74=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC294A is #23D6B5. Grayscale: #626262. Windows color (decimal): -2348726 or 4860380. OLE color: 4860380.
HSL color Cylindrical-coordinate representation of color #DC294A: hue angle of 348.94º 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 #DC294A is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 74 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.14 |
| HSL | 348.94º | 0.72% | 0.51% | - |
| HSV(B) | 348.94º | 0.81% | 0.86% | - |
| XYZ | 31.54 | 17.3 | 8.15 | - |
| YUV | 98.28 | 114.3 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 74 | 0 | 0.81 | 0.66 | 0.14 | 348.94 | 0.72 | 0.51 |
| Hex | DC | 29 | 4A | 0 | 51 | 42 | E | 15D | 48 | 33 |
| Octal | 334 | 51 | 112 | 0 | 121 | 102 | 16 | 535 | 110 | 63 |
| Binary | 11011100 | 101001 | 1001010 | 0 | 1010001 | 1000010 | 1110 | 101011101 | 1001000 | 110011 |
Color Harmonies of #DC294A
Complementary color
Monochromatic Colors of #DC294A
Black with #DC294A
Text Example
Text Example
White with #DC294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC294A; }
p { color: rgb(220,41,74); }
H1.HeaderClassName
{
color: #DC294A;
}
.AnyTagClassName
{
color: #DC294A;
}
</style>
background-color css
<style>
a { background-color: #DC294A; }
a { background-color: rgb(220,41,74); }
div.DivClassName
{
background-color: #DC294A;
}
.BgClassName
{
background-color: #DC294A;
}
</style>
border-color css
<style>
span { border-color: #DC294A; }
span { border-color: rgb(220,41,74); }
td.TdClassName
{
border-color: #DC294A;
}
.TagClassName
{
border-color: #DC294A;
}
</style>