Shades of Alizarin #DA2829
Tints of Alizarin #DA2829
RGB
CMYK
RGB Variations
Color information
#DA2829 (or 0xDA2829) is known color: Alizarin. HEX triplet: DA, 28 and 29. RGB value is (218,40,41). Sum of RGB (Red+Green+Blue) = 218+40+41=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2829 is #25D7D6. Grayscale: #5D5D5D. Windows color (decimal): -2480087 or 2697434. OLE color: 2697434.
HSL color Cylindrical-coordinate representation of color #DA2829: hue angle of 359.66º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2829 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 41 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.15 |
| HSL | 359.66º | 0.71% | 0.51% | - |
| HSV(B) | 359.66º | 0.82% | 0.85% | - |
| XYZ | 30.07 | 16.58 | 3.71 | - |
| YUV | 93.34 | 98.47 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 41 | 0 | 0.82 | 0.81 | 0.15 | 359.66 | 0.71 | 0.51 |
| Hex | DA | 28 | 29 | 0 | 52 | 51 | F | 168 | 47 | 33 |
| Octal | 332 | 50 | 51 | 0 | 122 | 121 | 17 | 550 | 107 | 63 |
| Binary | 11011010 | 101000 | 101001 | 0 | 1010010 | 1010001 | 1111 | 101101000 | 1000111 | 110011 |
Color Harmonies of #DA2829
Complementary color
Monochromatic Colors of #DA2829
Black with #DA2829
Text Example
Text Example
White with #DA2829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2829; }
p { color: rgb(218,40,41); }
H1.HeaderClassName
{
color: #DA2829;
}
.AnyTagClassName
{
color: #DA2829;
}
</style>
background-color css
<style>
a { background-color: #DA2829; }
a { background-color: rgb(218,40,41); }
div.DivClassName
{
background-color: #DA2829;
}
.BgClassName
{
background-color: #DA2829;
}
</style>
border-color css
<style>
span { border-color: #DA2829; }
span { border-color: rgb(218,40,41); }
td.TdClassName
{
border-color: #DA2829;
}
.TagClassName
{
border-color: #DA2829;
}
</style>