Shades of Alizarin #DA2442
Tints of Alizarin #DA2442
RGB
CMYK
RGB Variations
Color information
#DA2442 (or 0xDA2442) is known color: Alizarin. HEX triplet: DA, 24 and 42. RGB value is (218,36,66). Sum of RGB (Red+Green+Blue) = 218+36+66=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2442 is #25DBBD. Grayscale: #5D5D5D. Windows color (decimal): -2481086 or 4334810. OLE color: 4334810.
HSL color Cylindrical-coordinate representation of color #DA2442: hue angle of 350.11º degrees, saturation: 0.72, 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 #DA2442 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 66 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.15 |
| HSL | 350.11º | 0.72% | 0.5% | - |
| HSV(B) | 350.11º | 0.83% | 0.85% | - |
| XYZ | 30.53 | 16.56 | 6.74 | - |
| YUV | 93.84 | 112.3 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 66 | 0 | 0.83 | 0.70 | 0.15 | 350.11 | 0.72 | 0.5 |
| Hex | DA | 24 | 42 | 0 | 53 | 46 | F | 15E | 48 | 32 |
| Octal | 332 | 44 | 102 | 0 | 123 | 106 | 17 | 536 | 110 | 62 |
| Binary | 11011010 | 100100 | 1000010 | 0 | 1010011 | 1000110 | 1111 | 101011110 | 1001000 | 110010 |
Color Harmonies of #DA2442
Complementary color
Monochromatic Colors of #DA2442
Black with #DA2442
Text Example
Text Example
White with #DA2442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2442; }
p { color: rgb(218,36,66); }
H1.HeaderClassName
{
color: #DA2442;
}
.AnyTagClassName
{
color: #DA2442;
}
</style>
background-color css
<style>
a { background-color: #DA2442; }
a { background-color: rgb(218,36,66); }
div.DivClassName
{
background-color: #DA2442;
}
.BgClassName
{
background-color: #DA2442;
}
</style>
border-color css
<style>
span { border-color: #DA2442; }
span { border-color: rgb(218,36,66); }
td.TdClassName
{
border-color: #DA2442;
}
.TagClassName
{
border-color: #DA2442;
}
</style>