Shades of Amaranth #DC294B
Tints of Amaranth #DC294B
RGB
CMYK
RGB Variations
Color information
#DC294B (or 0xDC294B) is known color: Amaranth. HEX triplet: DC, 29 and 4B. RGB value is (220,41,75). Sum of RGB (Red+Green+Blue) = 220+41+75=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC294B is #23D6B4. Grayscale: #626262. Windows color (decimal): -2348725 or 4925916. OLE color: 4925916.
HSL color Cylindrical-coordinate representation of color #DC294B: hue angle of 348.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 #DC294B is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 75 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.14 |
| HSL | 348.6º | 0.72% | 0.51% | - |
| HSV(B) | 348.6º | 0.81% | 0.86% | - |
| XYZ | 31.58 | 17.31 | 8.33 | - |
| YUV | 98.4 | 114.8 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 75 | 0 | 0.81 | 0.66 | 0.14 | 348.6 | 0.72 | 0.51 |
| Hex | DC | 29 | 4B | 0 | 51 | 42 | E | 15D | 48 | 33 |
| Octal | 334 | 51 | 113 | 0 | 121 | 102 | 16 | 535 | 110 | 63 |
| Binary | 11011100 | 101001 | 1001011 | 0 | 1010001 | 1000010 | 1110 | 101011101 | 1001000 | 110011 |
Color Harmonies of #DC294B
Complementary color
Monochromatic Colors of #DC294B
Black with #DC294B
Text Example
Text Example
White with #DC294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC294B; }
p { color: rgb(220,41,75); }
H1.HeaderClassName
{
color: #DC294B;
}
.AnyTagClassName
{
color: #DC294B;
}
</style>
background-color css
<style>
a { background-color: #DC294B; }
a { background-color: rgb(220,41,75); }
div.DivClassName
{
background-color: #DC294B;
}
.BgClassName
{
background-color: #DC294B;
}
</style>
border-color css
<style>
span { border-color: #DC294B; }
span { border-color: rgb(220,41,75); }
td.TdClassName
{
border-color: #DC294B;
}
.TagClassName
{
border-color: #DC294B;
}
</style>