Shades of Alizarin #DA292B
Tints of Alizarin #DA292B
RGB
CMYK
RGB Variations
Color information
#DA292B (or 0xDA292B) is known color: Alizarin. HEX triplet: DA, 29 and 2B. RGB value is (218,41,43). Sum of RGB (Red+Green+Blue) = 218+41+43=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA292B is #25D6D4. Grayscale: #5E5E5E. Windows color (decimal): -2479829 or 2828762. OLE color: 2828762.
HSL color Cylindrical-coordinate representation of color #DA292B: hue angle of 359.32º 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 #DA292B is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 43 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.15 |
| HSL | 359.32º | 0.71% | 0.51% | - |
| HSV(B) | 359.32º | 0.81% | 0.85% | - |
| XYZ | 30.14 | 16.67 | 3.91 | - |
| YUV | 94.15 | 99.14 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 43 | 0 | 0.81 | 0.80 | 0.15 | 359.32 | 0.71 | 0.51 |
| Hex | DA | 29 | 2B | 0 | 51 | 50 | F | 167 | 47 | 33 |
| Octal | 332 | 51 | 53 | 0 | 121 | 120 | 17 | 547 | 107 | 63 |
| Binary | 11011010 | 101001 | 101011 | 0 | 1010001 | 1010000 | 1111 | 101100111 | 1000111 | 110011 |
Color Harmonies of #DA292B
Complementary color
Monochromatic Colors of #DA292B
Black with #DA292B
Text Example
Text Example
White with #DA292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA292B; }
p { color: rgb(218,41,43); }
H1.HeaderClassName
{
color: #DA292B;
}
.AnyTagClassName
{
color: #DA292B;
}
</style>
background-color css
<style>
a { background-color: #DA292B; }
a { background-color: rgb(218,41,43); }
div.DivClassName
{
background-color: #DA292B;
}
.BgClassName
{
background-color: #DA292B;
}
</style>
border-color css
<style>
span { border-color: #DA292B; }
span { border-color: rgb(218,41,43); }
td.TdClassName
{
border-color: #DA292B;
}
.TagClassName
{
border-color: #DA292B;
}
</style>