Shades of Alizarin #DA2941
Tints of Alizarin #DA2941
RGB
CMYK
RGB Variations
Color information
#DA2941 (or 0xDA2941) is known color: Alizarin. HEX triplet: DA, 29 and 41. RGB value is (218,41,65). Sum of RGB (Red+Green+Blue) = 218+41+65=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2941 is #25D6BE. Grayscale: #606060. Windows color (decimal): -2479807 or 4270554. OLE color: 4270554.
HSL color Cylindrical-coordinate representation of color #DA2941: hue angle of 351.86º 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 #DA2941 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 65 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.15 |
| HSL | 351.86º | 0.71% | 0.51% | - |
| HSV(B) | 351.86º | 0.81% | 0.85% | - |
| XYZ | 30.66 | 16.87 | 6.64 | - |
| YUV | 96.66 | 110.14 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 65 | 0 | 0.81 | 0.70 | 0.15 | 351.86 | 0.71 | 0.51 |
| Hex | DA | 29 | 41 | 0 | 51 | 46 | F | 160 | 47 | 33 |
| Octal | 332 | 51 | 101 | 0 | 121 | 106 | 17 | 540 | 107 | 63 |
| Binary | 11011010 | 101001 | 1000001 | 0 | 1010001 | 1000110 | 1111 | 101100000 | 1000111 | 110011 |
Color Harmonies of #DA2941
Complementary color
Monochromatic Colors of #DA2941
Black with #DA2941
Text Example
Text Example
White with #DA2941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2941; }
p { color: rgb(218,41,65); }
H1.HeaderClassName
{
color: #DA2941;
}
.AnyTagClassName
{
color: #DA2941;
}
</style>
background-color css
<style>
a { background-color: #DA2941; }
a { background-color: rgb(218,41,65); }
div.DivClassName
{
background-color: #DA2941;
}
.BgClassName
{
background-color: #DA2941;
}
</style>
border-color css
<style>
span { border-color: #DA2941; }
span { border-color: rgb(218,41,65); }
td.TdClassName
{
border-color: #DA2941;
}
.TagClassName
{
border-color: #DA2941;
}
</style>