Shades of Alizarin #DA2934
Tints of Alizarin #DA2934
RGB
CMYK
RGB Variations
Color information
#DA2934 (or 0xDA2934) is known color: Alizarin. HEX triplet: DA, 29 and 34. RGB value is (218,41,52). Sum of RGB (Red+Green+Blue) = 218+41+52=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2934 is #25D6CB. Grayscale: #5F5F5F. Windows color (decimal): -2479820 or 3418586. OLE color: 3418586.
HSL color Cylindrical-coordinate representation of color #DA2934: hue angle of 356.27º 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 #DA2934 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 52 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.15 |
| HSL | 356.27º | 0.71% | 0.51% | - |
| HSV(B) | 356.27º | 0.81% | 0.85% | - |
| XYZ | 30.33 | 16.74 | 4.88 | - |
| YUV | 95.18 | 103.64 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 52 | 0 | 0.81 | 0.76 | 0.15 | 356.27 | 0.71 | 0.51 |
| Hex | DA | 29 | 34 | 0 | 51 | 4C | F | 164 | 47 | 33 |
| Octal | 332 | 51 | 64 | 0 | 121 | 114 | 17 | 544 | 107 | 63 |
| Binary | 11011010 | 101001 | 110100 | 0 | 1010001 | 1001100 | 1111 | 101100100 | 1000111 | 110011 |
Color Harmonies of #DA2934
Complementary color
Monochromatic Colors of #DA2934
Black with #DA2934
Text Example
Text Example
White with #DA2934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2934; }
p { color: rgb(218,41,52); }
H1.HeaderClassName
{
color: #DA2934;
}
.AnyTagClassName
{
color: #DA2934;
}
</style>
background-color css
<style>
a { background-color: #DA2934; }
a { background-color: rgb(218,41,52); }
div.DivClassName
{
background-color: #DA2934;
}
.BgClassName
{
background-color: #DA2934;
}
</style>
border-color css
<style>
span { border-color: #DA2934; }
span { border-color: rgb(218,41,52); }
td.TdClassName
{
border-color: #DA2934;
}
.TagClassName
{
border-color: #DA2934;
}
</style>