Shades of Alizarin #DA2C31
Tints of Alizarin #DA2C31
RGB
CMYK
RGB Variations
Color information
#DA2C31 (or 0xDA2C31) is known color: Alizarin. HEX triplet: DA, 2C and 31. RGB value is (218,44,49). Sum of RGB (Red+Green+Blue) = 218+44+49=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2C31 is #25D3CE. Grayscale: #606060. Windows color (decimal): -2479055 or 3222746. OLE color: 3222746.
HSL color Cylindrical-coordinate representation of color #DA2C31: hue angle of 358.28º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2C31 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 44 | 49 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.15 |
| HSL | 358.28º | 0.7% | 0.51% | - |
| HSV(B) | 358.28º | 0.8% | 0.85% | - |
| XYZ | 30.37 | 16.93 | 4.57 | - |
| YUV | 96.6 | 101.15 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 44 | 49 | 0 | 0.80 | 0.78 | 0.15 | 358.28 | 0.7 | 0.51 |
| Hex | DA | 2C | 31 | 0 | 50 | 4E | F | 166 | 46 | 33 |
| Octal | 332 | 54 | 61 | 0 | 120 | 116 | 17 | 546 | 106 | 63 |
| Binary | 11011010 | 101100 | 110001 | 0 | 1010000 | 1001110 | 1111 | 101100110 | 1000110 | 110011 |
Color Harmonies of #DA2C31
Complementary color
Monochromatic Colors of #DA2C31
Black with #DA2C31
Text Example
Text Example
White with #DA2C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2C31; }
p { color: rgb(218,44,49); }
H1.HeaderClassName
{
color: #DA2C31;
}
.AnyTagClassName
{
color: #DA2C31;
}
</style>
background-color css
<style>
a { background-color: #DA2C31; }
a { background-color: rgb(218,44,49); }
div.DivClassName
{
background-color: #DA2C31;
}
.BgClassName
{
background-color: #DA2C31;
}
</style>
border-color css
<style>
span { border-color: #DA2C31; }
span { border-color: rgb(218,44,49); }
td.TdClassName
{
border-color: #DA2C31;
}
.TagClassName
{
border-color: #DA2C31;
}
</style>