Shades of Amaranth #DA294C
Tints of Amaranth #DA294C
RGB
CMYK
RGB Variations
Color information
#DA294C (or 0xDA294C) is known color: Amaranth. HEX triplet: DA, 29 and 4C. RGB value is (218,41,76). Sum of RGB (Red+Green+Blue) = 218+41+76=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA294C is #25D6B3. Grayscale: #616161. Windows color (decimal): -2479796 or 4991450. OLE color: 4991450.
HSL color Cylindrical-coordinate representation of color #DA294C: hue angle of 348.14º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA294C is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 76 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.15 |
| HSL | 348.14º | 0.71% | 0.51% | - |
| HSV(B) | 348.14º | 0.81% | 0.85% | - |
| XYZ | 31.01 | 17.01 | 8.49 | - |
| YUV | 97.91 | 115.64 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 76 | 0 | 0.81 | 0.65 | 0.15 | 348.14 | 0.71 | 0.51 |
| Hex | DA | 29 | 4C | 0 | 51 | 41 | F | 15C | 47 | 33 |
| Octal | 332 | 51 | 114 | 0 | 121 | 101 | 17 | 534 | 107 | 63 |
| Binary | 11011010 | 101001 | 1001100 | 0 | 1010001 | 1000001 | 1111 | 101011100 | 1000111 | 110011 |
Color Harmonies of #DA294C
Complementary color
Monochromatic Colors of #DA294C
Black with #DA294C
Text Example
Text Example
White with #DA294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA294C; }
p { color: rgb(218,41,76); }
H1.HeaderClassName
{
color: #DA294C;
}
.AnyTagClassName
{
color: #DA294C;
}
</style>
background-color css
<style>
a { background-color: #DA294C; }
a { background-color: rgb(218,41,76); }
div.DivClassName
{
background-color: #DA294C;
}
.BgClassName
{
background-color: #DA294C;
}
</style>
border-color css
<style>
span { border-color: #DA294C; }
span { border-color: rgb(218,41,76); }
td.TdClassName
{
border-color: #DA294C;
}
.TagClassName
{
border-color: #DA294C;
}
</style>