Shades of Alizarin #DA2429
Tints of Alizarin #DA2429
RGB
CMYK
RGB Variations
Color information
#DA2429 (or 0xDA2429) is known color: Alizarin. HEX triplet: DA, 24 and 29. RGB value is (218,36,41). Sum of RGB (Red+Green+Blue) = 218+36+41=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2429 is #25DBD6. Grayscale: #5B5B5B. Windows color (decimal): -2481111 or 2696410. OLE color: 2696410.
HSL color Cylindrical-coordinate representation of color #DA2429: hue angle of 358.35º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2429 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 41 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.15 |
| HSL | 358.35º | 0.72% | 0.5% | - |
| HSV(B) | 358.35º | 0.83% | 0.85% | - |
| XYZ | 29.94 | 16.33 | 3.67 | - |
| YUV | 90.99 | 99.8 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 41 | 0 | 0.83 | 0.81 | 0.15 | 358.35 | 0.72 | 0.5 |
| Hex | DA | 24 | 29 | 0 | 53 | 51 | F | 166 | 48 | 32 |
| Octal | 332 | 44 | 51 | 0 | 123 | 121 | 17 | 546 | 110 | 62 |
| Binary | 11011010 | 100100 | 101001 | 0 | 1010011 | 1010001 | 1111 | 101100110 | 1001000 | 110010 |
Color Harmonies of #DA2429
Complementary color
Monochromatic Colors of #DA2429
Black with #DA2429
Text Example
Text Example
White with #DA2429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2429; }
p { color: rgb(218,36,41); }
H1.HeaderClassName
{
color: #DA2429;
}
.AnyTagClassName
{
color: #DA2429;
}
</style>
background-color css
<style>
a { background-color: #DA2429; }
a { background-color: rgb(218,36,41); }
div.DivClassName
{
background-color: #DA2429;
}
.BgClassName
{
background-color: #DA2429;
}
</style>
border-color css
<style>
span { border-color: #DA2429; }
span { border-color: rgb(218,36,41); }
td.TdClassName
{
border-color: #DA2429;
}
.TagClassName
{
border-color: #DA2429;
}
</style>