Shades of Alizarin #DA2936
Tints of Alizarin #DA2936
RGB
CMYK
RGB Variations
Color information
#DA2936 (or 0xDA2936) is known color: Alizarin. HEX triplet: DA, 29 and 36. RGB value is (218,41,54). Sum of RGB (Red+Green+Blue) = 218+41+54=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2936 is #25D6C9. Grayscale: #5F5F5F. Windows color (decimal): -2479818 or 3549658. OLE color: 3549658.
HSL color Cylindrical-coordinate representation of color #DA2936: hue angle of 355.59º 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 #DA2936 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 54 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.15 |
| HSL | 355.59º | 0.71% | 0.51% | - |
| HSV(B) | 355.59º | 0.81% | 0.85% | - |
| XYZ | 30.37 | 16.76 | 5.12 | - |
| YUV | 95.41 | 104.64 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 54 | 0 | 0.81 | 0.75 | 0.15 | 355.59 | 0.71 | 0.51 |
| Hex | DA | 29 | 36 | 0 | 51 | 4B | F | 164 | 47 | 33 |
| Octal | 332 | 51 | 66 | 0 | 121 | 113 | 17 | 544 | 107 | 63 |
| Binary | 11011010 | 101001 | 110110 | 0 | 1010001 | 1001011 | 1111 | 101100100 | 1000111 | 110011 |
Color Harmonies of #DA2936
Complementary color
Monochromatic Colors of #DA2936
Black with #DA2936
Text Example
Text Example
White with #DA2936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2936; }
p { color: rgb(218,41,54); }
H1.HeaderClassName
{
color: #DA2936;
}
.AnyTagClassName
{
color: #DA2936;
}
</style>
background-color css
<style>
a { background-color: #DA2936; }
a { background-color: rgb(218,41,54); }
div.DivClassName
{
background-color: #DA2936;
}
.BgClassName
{
background-color: #DA2936;
}
</style>
border-color css
<style>
span { border-color: #DA2936; }
span { border-color: rgb(218,41,54); }
td.TdClassName
{
border-color: #DA2936;
}
.TagClassName
{
border-color: #DA2936;
}
</style>