Shades of Alizarin #DA2D33
Tints of Alizarin #DA2D33
RGB
CMYK
RGB Variations
Color information
#DA2D33 (or 0xDA2D33) is known color: Alizarin. HEX triplet: DA, 2D and 33. RGB value is (218,45,51). Sum of RGB (Red+Green+Blue) = 218+45+51=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2D33 is #25D2CC. Grayscale: #616161. Windows color (decimal): -2478797 or 3354074. OLE color: 3354074.
HSL color Cylindrical-coordinate representation of color #DA2D33: hue angle of 357.92º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2D33 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 51 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.15 |
| HSL | 357.92º | 0.7% | 0.52% | - |
| HSV(B) | 357.92º | 0.79% | 0.85% | - |
| XYZ | 30.45 | 17.02 | 4.81 | - |
| YUV | 97.41 | 101.81 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 51 | 0 | 0.79 | 0.77 | 0.15 | 357.92 | 0.7 | 0.52 |
| Hex | DA | 2D | 33 | 0 | 4F | 4D | F | 166 | 46 | 34 |
| Octal | 332 | 55 | 63 | 0 | 117 | 115 | 17 | 546 | 106 | 64 |
| Binary | 11011010 | 101101 | 110011 | 0 | 1001111 | 1001101 | 1111 | 101100110 | 1000110 | 110100 |
Color Harmonies of #DA2D33
Complementary color
Monochromatic Colors of #DA2D33
Black with #DA2D33
Text Example
Text Example
White with #DA2D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D33; }
p { color: rgb(218,45,51); }
H1.HeaderClassName
{
color: #DA2D33;
}
.AnyTagClassName
{
color: #DA2D33;
}
</style>
background-color css
<style>
a { background-color: #DA2D33; }
a { background-color: rgb(218,45,51); }
div.DivClassName
{
background-color: #DA2D33;
}
.BgClassName
{
background-color: #DA2D33;
}
</style>
border-color css
<style>
span { border-color: #DA2D33; }
span { border-color: rgb(218,45,51); }
td.TdClassName
{
border-color: #DA2D33;
}
.TagClassName
{
border-color: #DA2D33;
}
</style>