Shades of Alizarin #DA2C40
Tints of Alizarin #DA2C40
RGB
CMYK
RGB Variations
Color information
#DA2C40 (or 0xDA2C40) is known color: Alizarin. HEX triplet: DA, 2C and 40. RGB value is (218,44,64). Sum of RGB (Red+Green+Blue) = 218+44+64=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2C40 is #25D3BF. Grayscale: #626262. Windows color (decimal): -2479040 or 4205786. OLE color: 4205786.
HSL color Cylindrical-coordinate representation of color #DA2C40: hue angle of 353.1º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2C40 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 44 | 64 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.15 |
| HSL | 353.1º | 0.7% | 0.51% | - |
| HSV(B) | 353.1º | 0.8% | 0.85% | - |
| XYZ | 30.74 | 17.08 | 6.53 | - |
| YUV | 98.31 | 108.65 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 44 | 64 | 0 | 0.80 | 0.71 | 0.15 | 353.1 | 0.7 | 0.51 |
| Hex | DA | 2C | 40 | 0 | 50 | 47 | F | 161 | 46 | 33 |
| Octal | 332 | 54 | 100 | 0 | 120 | 107 | 17 | 541 | 106 | 63 |
| Binary | 11011010 | 101100 | 1000000 | 0 | 1010000 | 1000111 | 1111 | 101100001 | 1000110 | 110011 |
Color Harmonies of #DA2C40
Complementary color
Monochromatic Colors of #DA2C40
Black with #DA2C40
Text Example
Text Example
White with #DA2C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2C40; }
p { color: rgb(218,44,64); }
H1.HeaderClassName
{
color: #DA2C40;
}
.AnyTagClassName
{
color: #DA2C40;
}
</style>
background-color css
<style>
a { background-color: #DA2C40; }
a { background-color: rgb(218,44,64); }
div.DivClassName
{
background-color: #DA2C40;
}
.BgClassName
{
background-color: #DA2C40;
}
</style>
border-color css
<style>
span { border-color: #DA2C40; }
span { border-color: rgb(218,44,64); }
td.TdClassName
{
border-color: #DA2C40;
}
.TagClassName
{
border-color: #DA2C40;
}
</style>