Shades of Alizarin #DA2237
Tints of Alizarin #DA2237
RGB
CMYK
RGB Variations
Color information
#DA2237 (or 0xDA2237) is known color: Alizarin. HEX triplet: DA, 22 and 37. RGB value is (218,34,55). Sum of RGB (Red+Green+Blue) = 218+34+55=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2237 is #25DDC8. Grayscale: #5B5B5B. Windows color (decimal): -2481609 or 3613402. OLE color: 3613402.
HSL color Cylindrical-coordinate representation of color #DA2237: hue angle of 353.15º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2237 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 55 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.15 |
| HSL | 353.15º | 0.73% | 0.49% | - |
| HSV(B) | 353.15º | 0.84% | 0.85% | - |
| XYZ | 30.18 | 16.33 | 5.18 | - |
| YUV | 91.41 | 107.46 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 55 | 0 | 0.84 | 0.75 | 0.15 | 353.15 | 0.73 | 0.49 |
| Hex | DA | 22 | 37 | 0 | 54 | 4B | F | 161 | 49 | 31 |
| Octal | 332 | 42 | 67 | 0 | 124 | 113 | 17 | 541 | 111 | 61 |
| Binary | 11011010 | 100010 | 110111 | 0 | 1010100 | 1001011 | 1111 | 101100001 | 1001001 | 110001 |
Color Harmonies of #DA2237
Complementary color
Monochromatic Colors of #DA2237
Black with #DA2237
Text Example
Text Example
White with #DA2237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2237; }
p { color: rgb(218,34,55); }
H1.HeaderClassName
{
color: #DA2237;
}
.AnyTagClassName
{
color: #DA2237;
}
</style>
background-color css
<style>
a { background-color: #DA2237; }
a { background-color: rgb(218,34,55); }
div.DivClassName
{
background-color: #DA2237;
}
.BgClassName
{
background-color: #DA2237;
}
</style>
border-color css
<style>
span { border-color: #DA2237; }
span { border-color: rgb(218,34,55); }
td.TdClassName
{
border-color: #DA2237;
}
.TagClassName
{
border-color: #DA2237;
}
</style>