Shades of Alizarin #DA333B
Tints of Alizarin #DA333B
RGB
CMYK
RGB Variations
Color information
#DA333B (or 0xDA333B) is known color: Alizarin. HEX triplet: DA, 33 and 3B. RGB value is (218,51,59). Sum of RGB (Red+Green+Blue) = 218+51+59=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA333B is #25CCC4. Grayscale: #656565. Windows color (decimal): -2477253 or 3879898. OLE color: 3879898.
HSL color Cylindrical-coordinate representation of color #DA333B: hue angle of 357.13º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA333B is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 59 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.15 |
| HSL | 357.13º | 0.69% | 0.53% | - |
| HSV(B) | 357.13º | 0.77% | 0.85% | - |
| XYZ | 30.89 | 17.59 | 5.9 | - |
| YUV | 101.85 | 103.83 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 59 | 0 | 0.77 | 0.73 | 0.15 | 357.13 | 0.69 | 0.53 |
| Hex | DA | 33 | 3B | 0 | 4D | 49 | F | 165 | 45 | 35 |
| Octal | 332 | 63 | 73 | 0 | 115 | 111 | 17 | 545 | 105 | 65 |
| Binary | 11011010 | 110011 | 111011 | 0 | 1001101 | 1001001 | 1111 | 101100101 | 1000101 | 110101 |
Color Harmonies of #DA333B
Complementary color
Monochromatic Colors of #DA333B
Black with #DA333B
Text Example
Text Example
White with #DA333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA333B; }
p { color: rgb(218,51,59); }
H1.HeaderClassName
{
color: #DA333B;
}
.AnyTagClassName
{
color: #DA333B;
}
</style>
background-color css
<style>
a { background-color: #DA333B; }
a { background-color: rgb(218,51,59); }
div.DivClassName
{
background-color: #DA333B;
}
.BgClassName
{
background-color: #DA333B;
}
</style>
border-color css
<style>
span { border-color: #DA333B; }
span { border-color: rgb(218,51,59); }
td.TdClassName
{
border-color: #DA333B;
}
.TagClassName
{
border-color: #DA333B;
}
</style>