Shades of Alizarin #DA2032
Tints of Alizarin #DA2032
RGB
CMYK
RGB Variations
Color information
#DA2032 (or 0xDA2032) is known color: Alizarin. HEX triplet: DA, 20 and 32. RGB value is (218,32,50). Sum of RGB (Red+Green+Blue) = 218+32+50=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2032 is #25DFCD. Grayscale: #595959. Windows color (decimal): -2482126 or 3285210. OLE color: 3285210.
HSL color Cylindrical-coordinate representation of color #DA2032: hue angle of 354.19º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2032 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 50 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.15 |
| HSL | 354.19º | 0.74% | 0.49% | - |
| HSV(B) | 354.19º | 0.85% | 0.85% | - |
| XYZ | 30.01 | 16.17 | 4.56 | - |
| YUV | 89.67 | 105.62 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 50 | 0 | 0.85 | 0.77 | 0.15 | 354.19 | 0.74 | 0.49 |
| Hex | DA | 20 | 32 | 0 | 55 | 4D | F | 162 | 4A | 31 |
| Octal | 332 | 40 | 62 | 0 | 125 | 115 | 17 | 542 | 112 | 61 |
| Binary | 11011010 | 100000 | 110010 | 0 | 1010101 | 1001101 | 1111 | 101100010 | 1001010 | 110001 |
Color Harmonies of #DA2032
Complementary color
Monochromatic Colors of #DA2032
Black with #DA2032
Text Example
Text Example
White with #DA2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2032; }
p { color: rgb(218,32,50); }
H1.HeaderClassName
{
color: #DA2032;
}
.AnyTagClassName
{
color: #DA2032;
}
</style>
background-color css
<style>
a { background-color: #DA2032; }
a { background-color: rgb(218,32,50); }
div.DivClassName
{
background-color: #DA2032;
}
.BgClassName
{
background-color: #DA2032;
}
</style>
border-color css
<style>
span { border-color: #DA2032; }
span { border-color: rgb(218,32,50); }
td.TdClassName
{
border-color: #DA2032;
}
.TagClassName
{
border-color: #DA2032;
}
</style>