Shades of Alizarin #DA2332
Tints of Alizarin #DA2332
RGB
CMYK
RGB Variations
Color information
#DA2332 (or 0xDA2332) is known color: Alizarin. HEX triplet: DA, 23 and 32. RGB value is (218,35,50). Sum of RGB (Red+Green+Blue) = 218+35+50=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2332 is #25DCCD. Grayscale: #5B5B5B. Windows color (decimal): -2481358 or 3285978. OLE color: 3285978.
HSL color Cylindrical-coordinate representation of color #DA2332: hue angle of 355.08º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2332 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 50 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.15 |
| HSL | 355.08º | 0.72% | 0.5% | - |
| HSV(B) | 355.08º | 0.84% | 0.85% | - |
| XYZ | 30.09 | 16.34 | 4.59 | - |
| YUV | 91.43 | 104.63 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 50 | 0 | 0.84 | 0.77 | 0.15 | 355.08 | 0.72 | 0.5 |
| Hex | DA | 23 | 32 | 0 | 54 | 4D | F | 163 | 48 | 32 |
| Octal | 332 | 43 | 62 | 0 | 124 | 115 | 17 | 543 | 110 | 62 |
| Binary | 11011010 | 100011 | 110010 | 0 | 1010100 | 1001101 | 1111 | 101100011 | 1001000 | 110010 |
Color Harmonies of #DA2332
Complementary color
Monochromatic Colors of #DA2332
Black with #DA2332
Text Example
Text Example
White with #DA2332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2332; }
p { color: rgb(218,35,50); }
H1.HeaderClassName
{
color: #DA2332;
}
.AnyTagClassName
{
color: #DA2332;
}
</style>
background-color css
<style>
a { background-color: #DA2332; }
a { background-color: rgb(218,35,50); }
div.DivClassName
{
background-color: #DA2332;
}
.BgClassName
{
background-color: #DA2332;
}
</style>
border-color css
<style>
span { border-color: #DA2332; }
span { border-color: rgb(218,35,50); }
td.TdClassName
{
border-color: #DA2332;
}
.TagClassName
{
border-color: #DA2332;
}
</style>