Shades of Alizarin #DA292C
Tints of Alizarin #DA292C
RGB
CMYK
RGB Variations
Color information
#DA292C (or 0xDA292C) is known color: Alizarin. HEX triplet: DA, 29 and 2C. RGB value is (218,41,44). Sum of RGB (Red+Green+Blue) = 218+41+44=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA292C is #25D6D3. Grayscale: #5E5E5E. Windows color (decimal): -2479828 or 2894298. OLE color: 2894298.
HSL color Cylindrical-coordinate representation of color #DA292C: hue angle of 358.98º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA292C is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 44 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.15 |
| HSL | 358.98º | 0.71% | 0.51% | - |
| HSV(B) | 358.98º | 0.81% | 0.85% | - |
| XYZ | 30.16 | 16.67 | 4.01 | - |
| YUV | 94.27 | 99.64 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 44 | 0 | 0.81 | 0.80 | 0.15 | 358.98 | 0.71 | 0.51 |
| Hex | DA | 29 | 2C | 0 | 51 | 50 | F | 167 | 47 | 33 |
| Octal | 332 | 51 | 54 | 0 | 121 | 120 | 17 | 547 | 107 | 63 |
| Binary | 11011010 | 101001 | 101100 | 0 | 1010001 | 1010000 | 1111 | 101100111 | 1000111 | 110011 |
Color Harmonies of #DA292C
Complementary color
Monochromatic Colors of #DA292C
Black with #DA292C
Text Example
Text Example
White with #DA292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA292C; }
p { color: rgb(218,41,44); }
H1.HeaderClassName
{
color: #DA292C;
}
.AnyTagClassName
{
color: #DA292C;
}
</style>
background-color css
<style>
a { background-color: #DA292C; }
a { background-color: rgb(218,41,44); }
div.DivClassName
{
background-color: #DA292C;
}
.BgClassName
{
background-color: #DA292C;
}
</style>
border-color css
<style>
span { border-color: #DA292C; }
span { border-color: rgb(218,41,44); }
td.TdClassName
{
border-color: #DA292C;
}
.TagClassName
{
border-color: #DA292C;
}
</style>