Shades of Alizarin #DA212C
Tints of Alizarin #DA212C
RGB
CMYK
RGB Variations
Color information
#DA212C (or 0xDA212C) is known color: Alizarin. HEX triplet: DA, 21 and 2C. RGB value is (218,33,44). Sum of RGB (Red+Green+Blue) = 218+33+44=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA212C is #25DED3. Grayscale: #595959. Windows color (decimal): -2481876 or 2892250. OLE color: 2892250.
HSL color Cylindrical-coordinate representation of color #DA212C: hue angle of 356.43º 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 #DA212C is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 44 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.15 |
| HSL | 356.43º | 0.74% | 0.49% | - |
| HSV(B) | 356.43º | 0.85% | 0.85% | - |
| XYZ | 29.91 | 16.17 | 3.93 | - |
| YUV | 89.57 | 102.29 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 44 | 0 | 0.85 | 0.80 | 0.15 | 356.43 | 0.74 | 0.49 |
| Hex | DA | 21 | 2C | 0 | 55 | 50 | F | 164 | 4A | 31 |
| Octal | 332 | 41 | 54 | 0 | 125 | 120 | 17 | 544 | 112 | 61 |
| Binary | 11011010 | 100001 | 101100 | 0 | 1010101 | 1010000 | 1111 | 101100100 | 1001010 | 110001 |
Color Harmonies of #DA212C
Complementary color
Monochromatic Colors of #DA212C
Black with #DA212C
Text Example
Text Example
White with #DA212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA212C; }
p { color: rgb(218,33,44); }
H1.HeaderClassName
{
color: #DA212C;
}
.AnyTagClassName
{
color: #DA212C;
}
</style>
background-color css
<style>
a { background-color: #DA212C; }
a { background-color: rgb(218,33,44); }
div.DivClassName
{
background-color: #DA212C;
}
.BgClassName
{
background-color: #DA212C;
}
</style>
border-color css
<style>
span { border-color: #DA212C; }
span { border-color: rgb(218,33,44); }
td.TdClassName
{
border-color: #DA212C;
}
.TagClassName
{
border-color: #DA212C;
}
</style>