Shades of Alizarin #DA2831
Tints of Alizarin #DA2831
RGB
CMYK
RGB Variations
Color information
#DA2831 (or 0xDA2831) is known color: Alizarin. HEX triplet: DA, 28 and 31. RGB value is (218,40,49). Sum of RGB (Red+Green+Blue) = 218+40+49=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2831 is #25D7CE. Grayscale: #5E5E5E. Windows color (decimal): -2480079 or 3221722. OLE color: 3221722.
HSL color Cylindrical-coordinate representation of color #DA2831: hue angle of 356.97º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2831 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 49 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.15 |
| HSL | 356.97º | 0.71% | 0.51% | - |
| HSV(B) | 356.97º | 0.82% | 0.85% | - |
| XYZ | 30.23 | 16.64 | 4.53 | - |
| YUV | 94.25 | 102.47 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 49 | 0 | 0.82 | 0.78 | 0.15 | 356.97 | 0.71 | 0.51 |
| Hex | DA | 28 | 31 | 0 | 52 | 4E | F | 165 | 47 | 33 |
| Octal | 332 | 50 | 61 | 0 | 122 | 116 | 17 | 545 | 107 | 63 |
| Binary | 11011010 | 101000 | 110001 | 0 | 1010010 | 1001110 | 1111 | 101100101 | 1000111 | 110011 |
Color Harmonies of #DA2831
Complementary color
Monochromatic Colors of #DA2831
Black with #DA2831
Text Example
Text Example
White with #DA2831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2831; }
p { color: rgb(218,40,49); }
H1.HeaderClassName
{
color: #DA2831;
}
.AnyTagClassName
{
color: #DA2831;
}
</style>
background-color css
<style>
a { background-color: #DA2831; }
a { background-color: rgb(218,40,49); }
div.DivClassName
{
background-color: #DA2831;
}
.BgClassName
{
background-color: #DA2831;
}
</style>
border-color css
<style>
span { border-color: #DA2831; }
span { border-color: rgb(218,40,49); }
td.TdClassName
{
border-color: #DA2831;
}
.TagClassName
{
border-color: #DA2831;
}
</style>