Shades of Alizarin #DA2131
Tints of Alizarin #DA2131
RGB
CMYK
RGB Variations
Color information
#DA2131 (or 0xDA2131) is known color: Alizarin. HEX triplet: DA, 21 and 31. RGB value is (218,33,49). Sum of RGB (Red+Green+Blue) = 218+33+49=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2131 is #25DECE. Grayscale: #5A5A5A. Windows color (decimal): -2481871 or 3219930. OLE color: 3219930.
HSL color Cylindrical-coordinate representation of color #DA2131: hue angle of 354.81º 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 #DA2131 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 49 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.15 |
| HSL | 354.81º | 0.74% | 0.49% | - |
| HSV(B) | 354.81º | 0.85% | 0.85% | - |
| XYZ | 30.01 | 16.21 | 4.45 | - |
| YUV | 90.14 | 104.79 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 49 | 0 | 0.85 | 0.78 | 0.15 | 354.81 | 0.74 | 0.49 |
| Hex | DA | 21 | 31 | 0 | 55 | 4E | F | 163 | 4A | 31 |
| Octal | 332 | 41 | 61 | 0 | 125 | 116 | 17 | 543 | 112 | 61 |
| Binary | 11011010 | 100001 | 110001 | 0 | 1010101 | 1001110 | 1111 | 101100011 | 1001010 | 110001 |
Color Harmonies of #DA2131
Complementary color
Monochromatic Colors of #DA2131
Black with #DA2131
Text Example
Text Example
White with #DA2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2131; }
p { color: rgb(218,33,49); }
H1.HeaderClassName
{
color: #DA2131;
}
.AnyTagClassName
{
color: #DA2131;
}
</style>
background-color css
<style>
a { background-color: #DA2131; }
a { background-color: rgb(218,33,49); }
div.DivClassName
{
background-color: #DA2131;
}
.BgClassName
{
background-color: #DA2131;
}
</style>
border-color css
<style>
span { border-color: #DA2131; }
span { border-color: rgb(218,33,49); }
td.TdClassName
{
border-color: #DA2131;
}
.TagClassName
{
border-color: #DA2131;
}
</style>