Shades of Alizarin #DA2528
Tints of Alizarin #DA2528
RGB
CMYK
RGB Variations
Color information
#DA2528 (or 0xDA2528) is known color: Alizarin. HEX triplet: DA, 25 and 28. RGB value is (218,37,40). Sum of RGB (Red+Green+Blue) = 218+37+40=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2528 is #25DAD7. Grayscale: #5B5B5B. Windows color (decimal): -2480856 or 2631130. OLE color: 2631130.
HSL color Cylindrical-coordinate representation of color #DA2528: hue angle of 359.01º 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 #DA2528 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 40 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.15 |
| HSL | 359.01º | 0.71% | 0.5% | - |
| HSV(B) | 359.01º | 0.83% | 0.85% | - |
| XYZ | 29.96 | 16.38 | 3.59 | - |
| YUV | 91.46 | 98.97 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 40 | 0 | 0.83 | 0.82 | 0.15 | 359.01 | 0.71 | 0.5 |
| Hex | DA | 25 | 28 | 0 | 53 | 52 | F | 167 | 47 | 32 |
| Octal | 332 | 45 | 50 | 0 | 123 | 122 | 17 | 547 | 107 | 62 |
| Binary | 11011010 | 100101 | 101000 | 0 | 1010011 | 1010010 | 1111 | 101100111 | 1000111 | 110010 |
Color Harmonies of #DA2528
Complementary color
Monochromatic Colors of #DA2528
Black with #DA2528
Text Example
Text Example
White with #DA2528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2528; }
p { color: rgb(218,37,40); }
H1.HeaderClassName
{
color: #DA2528;
}
.AnyTagClassName
{
color: #DA2528;
}
</style>
background-color css
<style>
a { background-color: #DA2528; }
a { background-color: rgb(218,37,40); }
div.DivClassName
{
background-color: #DA2528;
}
.BgClassName
{
background-color: #DA2528;
}
</style>
border-color css
<style>
span { border-color: #DA2528; }
span { border-color: rgb(218,37,40); }
td.TdClassName
{
border-color: #DA2528;
}
.TagClassName
{
border-color: #DA2528;
}
</style>