Shades of Alizarin #DA2729
Tints of Alizarin #DA2729
RGB
CMYK
RGB Variations
Color information
#DA2729 (or 0xDA2729) is known color: Alizarin. HEX triplet: DA, 27 and 29. RGB value is (218,39,41). Sum of RGB (Red+Green+Blue) = 218+39+41=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2729 is #25D8D6. Grayscale: #5C5C5C. Windows color (decimal): -2480343 or 2697178. OLE color: 2697178.
HSL color Cylindrical-coordinate representation of color #DA2729: hue angle of 359.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2729 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 41 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.15 |
| HSL | 359.33º | 0.71% | 0.5% | - |
| HSV(B) | 359.33º | 0.82% | 0.85% | - |
| XYZ | 30.04 | 16.52 | 3.7 | - |
| YUV | 92.75 | 98.8 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 41 | 0 | 0.82 | 0.81 | 0.15 | 359.33 | 0.71 | 0.5 |
| Hex | DA | 27 | 29 | 0 | 52 | 51 | F | 167 | 47 | 32 |
| Octal | 332 | 47 | 51 | 0 | 122 | 121 | 17 | 547 | 107 | 62 |
| Binary | 11011010 | 100111 | 101001 | 0 | 1010010 | 1010001 | 1111 | 101100111 | 1000111 | 110010 |
Color Harmonies of #DA2729
Complementary color
Monochromatic Colors of #DA2729
Black with #DA2729
Text Example
Text Example
White with #DA2729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2729; }
p { color: rgb(218,39,41); }
H1.HeaderClassName
{
color: #DA2729;
}
.AnyTagClassName
{
color: #DA2729;
}
</style>
background-color css
<style>
a { background-color: #DA2729; }
a { background-color: rgb(218,39,41); }
div.DivClassName
{
background-color: #DA2729;
}
.BgClassName
{
background-color: #DA2729;
}
</style>
border-color css
<style>
span { border-color: #DA2729; }
span { border-color: rgb(218,39,41); }
td.TdClassName
{
border-color: #DA2729;
}
.TagClassName
{
border-color: #DA2729;
}
</style>