Shades of Alizarin #DA2038
Tints of Alizarin #DA2038
RGB
CMYK
RGB Variations
Color information
#DA2038 (or 0xDA2038) is known color: Alizarin. HEX triplet: DA, 20 and 38. RGB value is (218,32,56). Sum of RGB (Red+Green+Blue) = 218+32+56=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2038 is #25DFC7. Grayscale: #5A5A5A. Windows color (decimal): -2482120 or 3678426. OLE color: 3678426.
HSL color Cylindrical-coordinate representation of color #DA2038: hue angle of 352.26º 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 #DA2038 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 56 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.15 |
| HSL | 352.26º | 0.74% | 0.49% | - |
| HSV(B) | 352.26º | 0.85% | 0.85% | - |
| XYZ | 30.14 | 16.22 | 5.28 | - |
| YUV | 90.35 | 108.62 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 56 | 0 | 0.85 | 0.74 | 0.15 | 352.26 | 0.74 | 0.49 |
| Hex | DA | 20 | 38 | 0 | 55 | 4A | F | 160 | 4A | 31 |
| Octal | 332 | 40 | 70 | 0 | 125 | 112 | 17 | 540 | 112 | 61 |
| Binary | 11011010 | 100000 | 111000 | 0 | 1010101 | 1001010 | 1111 | 101100000 | 1001010 | 110001 |
Color Harmonies of #DA2038
Complementary color
Monochromatic Colors of #DA2038
Black with #DA2038
Text Example
Text Example
White with #DA2038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2038; }
p { color: rgb(218,32,56); }
H1.HeaderClassName
{
color: #DA2038;
}
.AnyTagClassName
{
color: #DA2038;
}
</style>
background-color css
<style>
a { background-color: #DA2038; }
a { background-color: rgb(218,32,56); }
div.DivClassName
{
background-color: #DA2038;
}
.BgClassName
{
background-color: #DA2038;
}
</style>
border-color css
<style>
span { border-color: #DA2038; }
span { border-color: rgb(218,32,56); }
td.TdClassName
{
border-color: #DA2038;
}
.TagClassName
{
border-color: #DA2038;
}
</style>