Shades of Alizarin #DA2F37
Tints of Alizarin #DA2F37
RGB
CMYK
RGB Variations
Color information
#DA2F37 (or 0xDA2F37) is known color: Alizarin. HEX triplet: DA, 2F and 37. RGB value is (218,47,55). Sum of RGB (Red+Green+Blue) = 218+47+55=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2F37 is #25D0C8. Grayscale: #636363. Windows color (decimal): -2478281 or 3616730. OLE color: 3616730.
HSL color Cylindrical-coordinate representation of color #DA2F37: hue angle of 357.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA2F37 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 55 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.15 |
| HSL | 357.19º | 0.7% | 0.52% | - |
| HSV(B) | 357.19º | 0.78% | 0.85% | - |
| XYZ | 30.62 | 17.21 | 5.32 | - |
| YUV | 99.04 | 103.15 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 55 | 0 | 0.78 | 0.75 | 0.15 | 357.19 | 0.7 | 0.52 |
| Hex | DA | 2F | 37 | 0 | 4E | 4B | F | 165 | 46 | 34 |
| Octal | 332 | 57 | 67 | 0 | 116 | 113 | 17 | 545 | 106 | 64 |
| Binary | 11011010 | 101111 | 110111 | 0 | 1001110 | 1001011 | 1111 | 101100101 | 1000110 | 110100 |
Color Harmonies of #DA2F37
Complementary color
Monochromatic Colors of #DA2F37
Black with #DA2F37
Text Example
Text Example
White with #DA2F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F37; }
p { color: rgb(218,47,55); }
H1.HeaderClassName
{
color: #DA2F37;
}
.AnyTagClassName
{
color: #DA2F37;
}
</style>
background-color css
<style>
a { background-color: #DA2F37; }
a { background-color: rgb(218,47,55); }
div.DivClassName
{
background-color: #DA2F37;
}
.BgClassName
{
background-color: #DA2F37;
}
</style>
border-color css
<style>
span { border-color: #DA2F37; }
span { border-color: rgb(218,47,55); }
td.TdClassName
{
border-color: #DA2F37;
}
.TagClassName
{
border-color: #DA2F37;
}
</style>