Shades of Alizarin #DA2842
Tints of Alizarin #DA2842
RGB
CMYK
RGB Variations
Color information
#DA2842 (or 0xDA2842) is known color: Alizarin. HEX triplet: DA, 28 and 42. RGB value is (218,40,66). Sum of RGB (Red+Green+Blue) = 218+40+66=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2842 is #25D7BD. Grayscale: #606060. Windows color (decimal): -2480062 or 4335834. OLE color: 4335834.
HSL color Cylindrical-coordinate representation of color #DA2842: hue angle of 351.24º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2842 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 66 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.15 |
| HSL | 351.24º | 0.71% | 0.51% | - |
| HSV(B) | 351.24º | 0.82% | 0.85% | - |
| XYZ | 30.66 | 16.82 | 6.78 | - |
| YUV | 96.19 | 110.97 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 66 | 0 | 0.82 | 0.70 | 0.15 | 351.24 | 0.71 | 0.51 |
| Hex | DA | 28 | 42 | 0 | 52 | 46 | F | 15F | 47 | 33 |
| Octal | 332 | 50 | 102 | 0 | 122 | 106 | 17 | 537 | 107 | 63 |
| Binary | 11011010 | 101000 | 1000010 | 0 | 1010010 | 1000110 | 1111 | 101011111 | 1000111 | 110011 |
Color Harmonies of #DA2842
Complementary color
Monochromatic Colors of #DA2842
Black with #DA2842
Text Example
Text Example
White with #DA2842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2842; }
p { color: rgb(218,40,66); }
H1.HeaderClassName
{
color: #DA2842;
}
.AnyTagClassName
{
color: #DA2842;
}
</style>
background-color css
<style>
a { background-color: #DA2842; }
a { background-color: rgb(218,40,66); }
div.DivClassName
{
background-color: #DA2842;
}
.BgClassName
{
background-color: #DA2842;
}
</style>
border-color css
<style>
span { border-color: #DA2842; }
span { border-color: rgb(218,40,66); }
td.TdClassName
{
border-color: #DA2842;
}
.TagClassName
{
border-color: #DA2842;
}
</style>