Shades of Alizarin #DA2132
Tints of Alizarin #DA2132
RGB
CMYK
RGB Variations
Color information
#DA2132 (or 0xDA2132) is known color: Alizarin. HEX triplet: DA, 21 and 32. RGB value is (218,33,50). Sum of RGB (Red+Green+Blue) = 218+33+50=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2132 is #25DECD. Grayscale: #5A5A5A. Windows color (decimal): -2481870 or 3285466. OLE color: 3285466.
HSL color Cylindrical-coordinate representation of color #DA2132: hue angle of 354.49º 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 #DA2132 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 50 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.15 |
| HSL | 354.49º | 0.74% | 0.49% | - |
| HSV(B) | 354.49º | 0.85% | 0.85% | - |
| XYZ | 30.03 | 16.22 | 4.57 | - |
| YUV | 90.25 | 105.29 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 50 | 0 | 0.85 | 0.77 | 0.15 | 354.49 | 0.74 | 0.49 |
| Hex | DA | 21 | 32 | 0 | 55 | 4D | F | 162 | 4A | 31 |
| Octal | 332 | 41 | 62 | 0 | 125 | 115 | 17 | 542 | 112 | 61 |
| Binary | 11011010 | 100001 | 110010 | 0 | 1010101 | 1001101 | 1111 | 101100010 | 1001010 | 110001 |
Color Harmonies of #DA2132
Complementary color
Monochromatic Colors of #DA2132
Black with #DA2132
Text Example
Text Example
White with #DA2132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2132; }
p { color: rgb(218,33,50); }
H1.HeaderClassName
{
color: #DA2132;
}
.AnyTagClassName
{
color: #DA2132;
}
</style>
background-color css
<style>
a { background-color: #DA2132; }
a { background-color: rgb(218,33,50); }
div.DivClassName
{
background-color: #DA2132;
}
.BgClassName
{
background-color: #DA2132;
}
</style>
border-color css
<style>
span { border-color: #DA2132; }
span { border-color: rgb(218,33,50); }
td.TdClassName
{
border-color: #DA2132;
}
.TagClassName
{
border-color: #DA2132;
}
</style>