Shades of Alizarin #DA2931
Tints of Alizarin #DA2931
RGB
CMYK
RGB Variations
Color information
#DA2931 (or 0xDA2931) is known color: Alizarin. HEX triplet: DA, 29 and 31. RGB value is (218,41,49). Sum of RGB (Red+Green+Blue) = 218+41+49=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2931 is #25D6CE. Grayscale: #5E5E5E. Windows color (decimal): -2479823 or 3221978. OLE color: 3221978.
HSL color Cylindrical-coordinate representation of color #DA2931: hue angle of 357.29º 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 #DA2931 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 49 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.15 |
| HSL | 357.29º | 0.71% | 0.51% | - |
| HSV(B) | 357.29º | 0.81% | 0.85% | - |
| XYZ | 30.26 | 16.71 | 4.54 | - |
| YUV | 94.84 | 102.14 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 49 | 0 | 0.81 | 0.78 | 0.15 | 357.29 | 0.71 | 0.51 |
| Hex | DA | 29 | 31 | 0 | 51 | 4E | F | 165 | 47 | 33 |
| Octal | 332 | 51 | 61 | 0 | 121 | 116 | 17 | 545 | 107 | 63 |
| Binary | 11011010 | 101001 | 110001 | 0 | 1010001 | 1001110 | 1111 | 101100101 | 1000111 | 110011 |
Color Harmonies of #DA2931
Complementary color
Monochromatic Colors of #DA2931
Black with #DA2931
Text Example
Text Example
White with #DA2931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2931; }
p { color: rgb(218,41,49); }
H1.HeaderClassName
{
color: #DA2931;
}
.AnyTagClassName
{
color: #DA2931;
}
</style>
background-color css
<style>
a { background-color: #DA2931; }
a { background-color: rgb(218,41,49); }
div.DivClassName
{
background-color: #DA2931;
}
.BgClassName
{
background-color: #DA2931;
}
</style>
border-color css
<style>
span { border-color: #DA2931; }
span { border-color: rgb(218,41,49); }
td.TdClassName
{
border-color: #DA2931;
}
.TagClassName
{
border-color: #DA2931;
}
</style>