Shades of Alizarin #DA2139
Tints of Alizarin #DA2139
RGB
CMYK
RGB Variations
Color information
#DA2139 (or 0xDA2139) is known color: Alizarin. HEX triplet: DA, 21 and 39. RGB value is (218,33,57). Sum of RGB (Red+Green+Blue) = 218+33+57=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2139 is #25DEC6. Grayscale: #5B5B5B. Windows color (decimal): -2481863 or 3744218. OLE color: 3744218.
HSL color Cylindrical-coordinate representation of color #DA2139: hue angle of 352.22º 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 #DA2139 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 57 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.15 |
| HSL | 352.22º | 0.74% | 0.49% | - |
| HSV(B) | 352.22º | 0.85% | 0.85% | - |
| XYZ | 30.2 | 16.29 | 5.42 | - |
| YUV | 91.05 | 108.79 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 57 | 0 | 0.85 | 0.74 | 0.15 | 352.22 | 0.74 | 0.49 |
| Hex | DA | 21 | 39 | 0 | 55 | 4A | F | 160 | 4A | 31 |
| Octal | 332 | 41 | 71 | 0 | 125 | 112 | 17 | 540 | 112 | 61 |
| Binary | 11011010 | 100001 | 111001 | 0 | 1010101 | 1001010 | 1111 | 101100000 | 1001010 | 110001 |
Color Harmonies of #DA2139
Complementary color
Monochromatic Colors of #DA2139
Black with #DA2139
Text Example
Text Example
White with #DA2139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2139; }
p { color: rgb(218,33,57); }
H1.HeaderClassName
{
color: #DA2139;
}
.AnyTagClassName
{
color: #DA2139;
}
</style>
background-color css
<style>
a { background-color: #DA2139; }
a { background-color: rgb(218,33,57); }
div.DivClassName
{
background-color: #DA2139;
}
.BgClassName
{
background-color: #DA2139;
}
</style>
border-color css
<style>
span { border-color: #DA2139; }
span { border-color: rgb(218,33,57); }
td.TdClassName
{
border-color: #DA2139;
}
.TagClassName
{
border-color: #DA2139;
}
</style>