Shades of Alizarin #DA2A33
Tints of Alizarin #DA2A33
RGB
CMYK
RGB Variations
Color information
#DA2A33 (or 0xDA2A33) is known color: Alizarin. HEX triplet: DA, 2A and 33. RGB value is (218,42,51). Sum of RGB (Red+Green+Blue) = 218+42+51=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2A33 is #25D5CC. Grayscale: #5F5F5F. Windows color (decimal): -2479565 or 3353306. OLE color: 3353306.
HSL color Cylindrical-coordinate representation of color #DA2A33: hue angle of 356.93º 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 #DA2A33 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 51 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.15 |
| HSL | 356.93º | 0.7% | 0.51% | - |
| HSV(B) | 356.93º | 0.81% | 0.85% | - |
| XYZ | 30.34 | 16.8 | 4.78 | - |
| YUV | 95.65 | 102.81 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 51 | 0 | 0.81 | 0.77 | 0.15 | 356.93 | 0.7 | 0.51 |
| Hex | DA | 2A | 33 | 0 | 51 | 4D | F | 165 | 46 | 33 |
| Octal | 332 | 52 | 63 | 0 | 121 | 115 | 17 | 545 | 106 | 63 |
| Binary | 11011010 | 101010 | 110011 | 0 | 1010001 | 1001101 | 1111 | 101100101 | 1000110 | 110011 |
Color Harmonies of #DA2A33
Complementary color
Monochromatic Colors of #DA2A33
Black with #DA2A33
Text Example
Text Example
White with #DA2A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A33; }
p { color: rgb(218,42,51); }
H1.HeaderClassName
{
color: #DA2A33;
}
.AnyTagClassName
{
color: #DA2A33;
}
</style>
background-color css
<style>
a { background-color: #DA2A33; }
a { background-color: rgb(218,42,51); }
div.DivClassName
{
background-color: #DA2A33;
}
.BgClassName
{
background-color: #DA2A33;
}
</style>
border-color css
<style>
span { border-color: #DA2A33; }
span { border-color: rgb(218,42,51); }
td.TdClassName
{
border-color: #DA2A33;
}
.TagClassName
{
border-color: #DA2A33;
}
</style>