Shades of Alizarin #DA2531
Tints of Alizarin #DA2531
RGB
CMYK
RGB Variations
Color information
#DA2531 (or 0xDA2531) is known color: Alizarin. HEX triplet: DA, 25 and 31. RGB value is (218,37,49). Sum of RGB (Red+Green+Blue) = 218+37+49=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2531 is #25DACE. Grayscale: #5C5C5C. Windows color (decimal): -2480847 or 3220954. OLE color: 3220954.
HSL color Cylindrical-coordinate representation of color #DA2531: hue angle of 356.02º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2531 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 49 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.15 |
| HSL | 356.02º | 0.71% | 0.5% | - |
| HSV(B) | 356.02º | 0.83% | 0.85% | - |
| XYZ | 30.13 | 16.45 | 4.49 | - |
| YUV | 92.49 | 103.47 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 49 | 0 | 0.83 | 0.78 | 0.15 | 356.02 | 0.71 | 0.5 |
| Hex | DA | 25 | 31 | 0 | 53 | 4E | F | 164 | 47 | 32 |
| Octal | 332 | 45 | 61 | 0 | 123 | 116 | 17 | 544 | 107 | 62 |
| Binary | 11011010 | 100101 | 110001 | 0 | 1010011 | 1001110 | 1111 | 101100100 | 1000111 | 110010 |
Color Harmonies of #DA2531
Complementary color
Monochromatic Colors of #DA2531
Black with #DA2531
Text Example
Text Example
White with #DA2531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2531; }
p { color: rgb(218,37,49); }
H1.HeaderClassName
{
color: #DA2531;
}
.AnyTagClassName
{
color: #DA2531;
}
</style>
background-color css
<style>
a { background-color: #DA2531; }
a { background-color: rgb(218,37,49); }
div.DivClassName
{
background-color: #DA2531;
}
.BgClassName
{
background-color: #DA2531;
}
</style>
border-color css
<style>
span { border-color: #DA2531; }
span { border-color: rgb(218,37,49); }
td.TdClassName
{
border-color: #DA2531;
}
.TagClassName
{
border-color: #DA2531;
}
</style>