Shades of Amaranth #DA2949
Tints of Amaranth #DA2949
RGB
CMYK
RGB Variations
Color information
#DA2949 (or 0xDA2949) is known color: Amaranth. HEX triplet: DA, 29 and 49. RGB value is (218,41,73). Sum of RGB (Red+Green+Blue) = 218+41+73=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2949 is #25D6B6. Grayscale: #616161. Windows color (decimal): -2479799 or 4794842. OLE color: 4794842.
HSL color Cylindrical-coordinate representation of color #DA2949: hue angle of 349.15º 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 #DA2949 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 73 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.15 |
| HSL | 349.15º | 0.71% | 0.51% | - |
| HSV(B) | 349.15º | 0.81% | 0.85% | - |
| XYZ | 30.91 | 16.97 | 7.95 | - |
| YUV | 97.57 | 114.14 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 73 | 0 | 0.81 | 0.67 | 0.15 | 349.15 | 0.71 | 0.51 |
| Hex | DA | 29 | 49 | 0 | 51 | 43 | F | 15D | 47 | 33 |
| Octal | 332 | 51 | 111 | 0 | 121 | 103 | 17 | 535 | 107 | 63 |
| Binary | 11011010 | 101001 | 1001001 | 0 | 1010001 | 1000011 | 1111 | 101011101 | 1000111 | 110011 |
Color Harmonies of #DA2949
Complementary color
Monochromatic Colors of #DA2949
Black with #DA2949
Text Example
Text Example
White with #DA2949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2949; }
p { color: rgb(218,41,73); }
H1.HeaderClassName
{
color: #DA2949;
}
.AnyTagClassName
{
color: #DA2949;
}
</style>
background-color css
<style>
a { background-color: #DA2949; }
a { background-color: rgb(218,41,73); }
div.DivClassName
{
background-color: #DA2949;
}
.BgClassName
{
background-color: #DA2949;
}
</style>
border-color css
<style>
span { border-color: #DA2949; }
span { border-color: rgb(218,41,73); }
td.TdClassName
{
border-color: #DA2949;
}
.TagClassName
{
border-color: #DA2949;
}
</style>