Shades of Alizarin #DA2035
Tints of Alizarin #DA2035
RGB
CMYK
RGB Variations
Color information
#DA2035 (or 0xDA2035) is known color: Alizarin. HEX triplet: DA, 20 and 35. RGB value is (218,32,53). Sum of RGB (Red+Green+Blue) = 218+32+53=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2035 is #25DFCA. Grayscale: #5A5A5A. Windows color (decimal): -2482123 or 3481818. OLE color: 3481818.
HSL color Cylindrical-coordinate representation of color #DA2035: hue angle of 353.23º 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 #DA2035 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 53 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.15 |
| HSL | 353.23º | 0.74% | 0.49% | - |
| HSV(B) | 353.23º | 0.85% | 0.85% | - |
| XYZ | 30.07 | 16.2 | 4.91 | - |
| YUV | 90.01 | 107.12 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 53 | 0 | 0.85 | 0.76 | 0.15 | 353.23 | 0.74 | 0.49 |
| Hex | DA | 20 | 35 | 0 | 55 | 4C | F | 161 | 4A | 31 |
| Octal | 332 | 40 | 65 | 0 | 125 | 114 | 17 | 541 | 112 | 61 |
| Binary | 11011010 | 100000 | 110101 | 0 | 1010101 | 1001100 | 1111 | 101100001 | 1001010 | 110001 |
Color Harmonies of #DA2035
Complementary color
Monochromatic Colors of #DA2035
Black with #DA2035
Text Example
Text Example
White with #DA2035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2035; }
p { color: rgb(218,32,53); }
H1.HeaderClassName
{
color: #DA2035;
}
.AnyTagClassName
{
color: #DA2035;
}
</style>
background-color css
<style>
a { background-color: #DA2035; }
a { background-color: rgb(218,32,53); }
div.DivClassName
{
background-color: #DA2035;
}
.BgClassName
{
background-color: #DA2035;
}
</style>
border-color css
<style>
span { border-color: #DA2035; }
span { border-color: rgb(218,32,53); }
td.TdClassName
{
border-color: #DA2035;
}
.TagClassName
{
border-color: #DA2035;
}
</style>