Shades of Alizarin #DA2A2B
Tints of Alizarin #DA2A2B
RGB
CMYK
RGB Variations
Color information
#DA2A2B (or 0xDA2A2B) is known color: Alizarin. HEX triplet: DA, 2A and 2B. RGB value is (218,42,43). Sum of RGB (Red+Green+Blue) = 218+42+43=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2A2B is #25D5D4. Grayscale: #5E5E5E. Windows color (decimal): -2479573 or 2829018. OLE color: 2829018.
HSL color Cylindrical-coordinate representation of color #DA2A2B: hue angle of 359.66º degrees, saturation: 0.7, 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 #DA2A2B is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 43 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.15 |
| HSL | 359.66º | 0.7% | 0.51% | - |
| HSV(B) | 359.66º | 0.81% | 0.85% | - |
| XYZ | 30.18 | 16.74 | 3.93 | - |
| YUV | 94.74 | 98.81 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 43 | 0 | 0.81 | 0.80 | 0.15 | 359.66 | 0.7 | 0.51 |
| Hex | DA | 2A | 2B | 0 | 51 | 50 | F | 168 | 46 | 33 |
| Octal | 332 | 52 | 53 | 0 | 121 | 120 | 17 | 550 | 106 | 63 |
| Binary | 11011010 | 101010 | 101011 | 0 | 1010001 | 1010000 | 1111 | 101101000 | 1000110 | 110011 |
Color Harmonies of #DA2A2B
Complementary color
Monochromatic Colors of #DA2A2B
Black with #DA2A2B
Text Example
Text Example
White with #DA2A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A2B; }
p { color: rgb(218,42,43); }
H1.HeaderClassName
{
color: #DA2A2B;
}
.AnyTagClassName
{
color: #DA2A2B;
}
</style>
background-color css
<style>
a { background-color: #DA2A2B; }
a { background-color: rgb(218,42,43); }
div.DivClassName
{
background-color: #DA2A2B;
}
.BgClassName
{
background-color: #DA2A2B;
}
</style>
border-color css
<style>
span { border-color: #DA2A2B; }
span { border-color: rgb(218,42,43); }
td.TdClassName
{
border-color: #DA2A2B;
}
.TagClassName
{
border-color: #DA2A2B;
}
</style>