Shades of Alizarin #DA1F31
Tints of Alizarin #DA1F31
RGB
CMYK
RGB Variations
Color information
#DA1F31 (or 0xDA1F31) is known color: Alizarin. HEX triplet: DA, 1F and 31. RGB value is (218,31,49). Sum of RGB (Red+Green+Blue) = 218+31+49=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1F31 is #25E0CE. Grayscale: #595959. Windows color (decimal): -2482383 or 3219418. OLE color: 3219418.
HSL color Cylindrical-coordinate representation of color #DA1F31: hue angle of 354.22º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1F31 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 31 | 49 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.15 |
| HSL | 354.22º | 0.75% | 0.49% | - |
| HSV(B) | 354.22º | 0.86% | 0.85% | - |
| XYZ | 29.96 | 16.11 | 4.44 | - |
| YUV | 88.97 | 105.45 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 49 | 0 | 0.86 | 0.78 | 0.15 | 354.22 | 0.75 | 0.49 |
| Hex | DA | 1F | 31 | 0 | 56 | 4E | F | 162 | 4B | 31 |
| Octal | 332 | 37 | 61 | 0 | 126 | 116 | 17 | 542 | 113 | 61 |
| Binary | 11011010 | 11111 | 110001 | 0 | 1010110 | 1001110 | 1111 | 101100010 | 1001011 | 110001 |
Color Harmonies of #DA1F31
Complementary color
Monochromatic Colors of #DA1F31
Black with #DA1F31
Text Example
Text Example
White with #DA1F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1F31; }
p { color: rgb(218,31,49); }
H1.HeaderClassName
{
color: #DA1F31;
}
.AnyTagClassName
{
color: #DA1F31;
}
</style>
background-color css
<style>
a { background-color: #DA1F31; }
a { background-color: rgb(218,31,49); }
div.DivClassName
{
background-color: #DA1F31;
}
.BgClassName
{
background-color: #DA1F31;
}
</style>
border-color css
<style>
span { border-color: #DA1F31; }
span { border-color: rgb(218,31,49); }
td.TdClassName
{
border-color: #DA1F31;
}
.TagClassName
{
border-color: #DA1F31;
}
</style>