Shades of Amaranth #DA2945
Tints of Amaranth #DA2945
RGB
CMYK
RGB Variations
Color information
#DA2945 (or 0xDA2945) is known color: Amaranth. HEX triplet: DA, 29 and 45. RGB value is (218,41,69). Sum of RGB (Red+Green+Blue) = 218+41+69=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2945 is #25D6BA. Grayscale: #616161. Windows color (decimal): -2479803 or 4532698. OLE color: 4532698.
HSL color Cylindrical-coordinate representation of color #DA2945: hue angle of 350.51º 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 #DA2945 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 69 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.15 |
| HSL | 350.51º | 0.71% | 0.51% | - |
| HSV(B) | 350.51º | 0.81% | 0.85% | - |
| XYZ | 30.78 | 16.92 | 7.27 | - |
| YUV | 97.12 | 112.14 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 69 | 0 | 0.81 | 0.68 | 0.15 | 350.51 | 0.71 | 0.51 |
| Hex | DA | 29 | 45 | 0 | 51 | 44 | F | 15F | 47 | 33 |
| Octal | 332 | 51 | 105 | 0 | 121 | 104 | 17 | 537 | 107 | 63 |
| Binary | 11011010 | 101001 | 1000101 | 0 | 1010001 | 1000100 | 1111 | 101011111 | 1000111 | 110011 |
Color Harmonies of #DA2945
Complementary color
Monochromatic Colors of #DA2945
Black with #DA2945
Text Example
Text Example
White with #DA2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2945; }
p { color: rgb(218,41,69); }
H1.HeaderClassName
{
color: #DA2945;
}
.AnyTagClassName
{
color: #DA2945;
}
</style>
background-color css
<style>
a { background-color: #DA2945; }
a { background-color: rgb(218,41,69); }
div.DivClassName
{
background-color: #DA2945;
}
.BgClassName
{
background-color: #DA2945;
}
</style>
border-color css
<style>
span { border-color: #DA2945; }
span { border-color: rgb(218,41,69); }
td.TdClassName
{
border-color: #DA2945;
}
.TagClassName
{
border-color: #DA2945;
}
</style>