Shades of Alizarin #DA2033
Tints of Alizarin #DA2033
RGB
CMYK
RGB Variations
Color information
#DA2033 (or 0xDA2033) is known color: Alizarin. HEX triplet: DA, 20 and 33. RGB value is (218,32,51). Sum of RGB (Red+Green+Blue) = 218+32+51=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2033 is #25DFCC. Grayscale: #595959. Windows color (decimal): -2482125 or 3350746. OLE color: 3350746.
HSL color Cylindrical-coordinate representation of color #DA2033: hue angle of 353.87º 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 #DA2033 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 51 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.15 |
| HSL | 353.87º | 0.74% | 0.49% | - |
| HSV(B) | 353.87º | 0.85% | 0.85% | - |
| XYZ | 30.03 | 16.18 | 4.67 | - |
| YUV | 89.78 | 106.12 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 51 | 0 | 0.85 | 0.77 | 0.15 | 353.87 | 0.74 | 0.49 |
| Hex | DA | 20 | 33 | 0 | 55 | 4D | F | 162 | 4A | 31 |
| Octal | 332 | 40 | 63 | 0 | 125 | 115 | 17 | 542 | 112 | 61 |
| Binary | 11011010 | 100000 | 110011 | 0 | 1010101 | 1001101 | 1111 | 101100010 | 1001010 | 110001 |
Color Harmonies of #DA2033
Complementary color
Monochromatic Colors of #DA2033
Black with #DA2033
Text Example
Text Example
White with #DA2033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2033; }
p { color: rgb(218,32,51); }
H1.HeaderClassName
{
color: #DA2033;
}
.AnyTagClassName
{
color: #DA2033;
}
</style>
background-color css
<style>
a { background-color: #DA2033; }
a { background-color: rgb(218,32,51); }
div.DivClassName
{
background-color: #DA2033;
}
.BgClassName
{
background-color: #DA2033;
}
</style>
border-color css
<style>
span { border-color: #DA2033; }
span { border-color: rgb(218,32,51); }
td.TdClassName
{
border-color: #DA2033;
}
.TagClassName
{
border-color: #DA2033;
}
</style>