Shades of Alizarin #DA2334
Tints of Alizarin #DA2334
RGB
CMYK
RGB Variations
Color information
#DA2334 (or 0xDA2334) is known color: Alizarin. HEX triplet: DA, 23 and 34. RGB value is (218,35,52). Sum of RGB (Red+Green+Blue) = 218+35+52=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2334 is #25DCCB. Grayscale: #5B5B5B. Windows color (decimal): -2481356 or 3417050. OLE color: 3417050.
HSL color Cylindrical-coordinate representation of color #DA2334: hue angle of 354.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2334 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 52 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.15 |
| HSL | 354.43º | 0.72% | 0.5% | - |
| HSV(B) | 354.43º | 0.84% | 0.85% | - |
| XYZ | 30.13 | 16.36 | 4.82 | - |
| YUV | 91.66 | 105.63 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 52 | 0 | 0.84 | 0.76 | 0.15 | 354.43 | 0.72 | 0.5 |
| Hex | DA | 23 | 34 | 0 | 54 | 4C | F | 162 | 48 | 32 |
| Octal | 332 | 43 | 64 | 0 | 124 | 114 | 17 | 542 | 110 | 62 |
| Binary | 11011010 | 100011 | 110100 | 0 | 1010100 | 1001100 | 1111 | 101100010 | 1001000 | 110010 |
Color Harmonies of #DA2334
Complementary color
Monochromatic Colors of #DA2334
Black with #DA2334
Text Example
Text Example
White with #DA2334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2334; }
p { color: rgb(218,35,52); }
H1.HeaderClassName
{
color: #DA2334;
}
.AnyTagClassName
{
color: #DA2334;
}
</style>
background-color css
<style>
a { background-color: #DA2334; }
a { background-color: rgb(218,35,52); }
div.DivClassName
{
background-color: #DA2334;
}
.BgClassName
{
background-color: #DA2334;
}
</style>
border-color css
<style>
span { border-color: #DA2334; }
span { border-color: rgb(218,35,52); }
td.TdClassName
{
border-color: #DA2334;
}
.TagClassName
{
border-color: #DA2334;
}
</style>