Shades of Alizarin #DA2F39
Tints of Alizarin #DA2F39
RGB
CMYK
RGB Variations
Color information
#DA2F39 (or 0xDA2F39) is known color: Alizarin. HEX triplet: DA, 2F and 39. RGB value is (218,47,57). Sum of RGB (Red+Green+Blue) = 218+47+57=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2F39 is #25D0C6. Grayscale: #636363. Windows color (decimal): -2478279 or 3747802. OLE color: 3747802.
HSL color Cylindrical-coordinate representation of color #DA2F39: hue angle of 356.49º 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 #DA2F39 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 57 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.15 |
| HSL | 356.49º | 0.7% | 0.52% | - |
| HSV(B) | 356.49º | 0.78% | 0.85% | - |
| XYZ | 30.67 | 17.23 | 5.58 | - |
| YUV | 99.27 | 104.15 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 57 | 0 | 0.78 | 0.74 | 0.15 | 356.49 | 0.7 | 0.52 |
| Hex | DA | 2F | 39 | 0 | 4E | 4A | F | 164 | 46 | 34 |
| Octal | 332 | 57 | 71 | 0 | 116 | 112 | 17 | 544 | 106 | 64 |
| Binary | 11011010 | 101111 | 111001 | 0 | 1001110 | 1001010 | 1111 | 101100100 | 1000110 | 110100 |
Color Harmonies of #DA2F39
Complementary color
Monochromatic Colors of #DA2F39
Black with #DA2F39
Text Example
Text Example
White with #DA2F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F39; }
p { color: rgb(218,47,57); }
H1.HeaderClassName
{
color: #DA2F39;
}
.AnyTagClassName
{
color: #DA2F39;
}
</style>
background-color css
<style>
a { background-color: #DA2F39; }
a { background-color: rgb(218,47,57); }
div.DivClassName
{
background-color: #DA2F39;
}
.BgClassName
{
background-color: #DA2F39;
}
</style>
border-color css
<style>
span { border-color: #DA2F39; }
span { border-color: rgb(218,47,57); }
td.TdClassName
{
border-color: #DA2F39;
}
.TagClassName
{
border-color: #DA2F39;
}
</style>