Shades of Alizarin #DA2537
Tints of Alizarin #DA2537
RGB
CMYK
RGB Variations
Color information
#DA2537 (or 0xDA2537) is known color: Alizarin. HEX triplet: DA, 25 and 37. RGB value is (218,37,55). Sum of RGB (Red+Green+Blue) = 218+37+55=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2537 is #25DAC8. Grayscale: #5D5D5D. Windows color (decimal): -2480841 or 3614170. OLE color: 3614170.
HSL color Cylindrical-coordinate representation of color #DA2537: hue angle of 354.03º 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 #DA2537 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 55 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.15 |
| HSL | 354.03º | 0.71% | 0.5% | - |
| HSV(B) | 354.03º | 0.83% | 0.85% | - |
| XYZ | 30.26 | 16.5 | 5.2 | - |
| YUV | 93.17 | 106.47 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 55 | 0 | 0.83 | 0.75 | 0.15 | 354.03 | 0.71 | 0.5 |
| Hex | DA | 25 | 37 | 0 | 53 | 4B | F | 162 | 47 | 32 |
| Octal | 332 | 45 | 67 | 0 | 123 | 113 | 17 | 542 | 107 | 62 |
| Binary | 11011010 | 100101 | 110111 | 0 | 1010011 | 1001011 | 1111 | 101100010 | 1000111 | 110010 |
Color Harmonies of #DA2537
Complementary color
Monochromatic Colors of #DA2537
Black with #DA2537
Text Example
Text Example
White with #DA2537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2537; }
p { color: rgb(218,37,55); }
H1.HeaderClassName
{
color: #DA2537;
}
.AnyTagClassName
{
color: #DA2537;
}
</style>
background-color css
<style>
a { background-color: #DA2537; }
a { background-color: rgb(218,37,55); }
div.DivClassName
{
background-color: #DA2537;
}
.BgClassName
{
background-color: #DA2537;
}
</style>
border-color css
<style>
span { border-color: #DA2537; }
span { border-color: rgb(218,37,55); }
td.TdClassName
{
border-color: #DA2537;
}
.TagClassName
{
border-color: #DA2537;
}
</style>