Shades of Alizarin #DA2F31
Tints of Alizarin #DA2F31
RGB
CMYK
RGB Variations
Color information
#DA2F31 (or 0xDA2F31) is known color: Alizarin. HEX triplet: DA, 2F and 31. RGB value is (218,47,49). Sum of RGB (Red+Green+Blue) = 218+47+49=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2F31 is #25D0CE. Grayscale: #626262. Windows color (decimal): -2478287 or 3223514. OLE color: 3223514.
HSL color Cylindrical-coordinate representation of color #DA2F31: hue angle of 359.3º 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 #DA2F31 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 49 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.15 |
| HSL | 359.3º | 0.7% | 0.52% | - |
| HSV(B) | 359.3º | 0.78% | 0.85% | - |
| XYZ | 30.48 | 17.16 | 4.61 | - |
| YUV | 98.36 | 100.15 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 49 | 0 | 0.78 | 0.78 | 0.15 | 359.3 | 0.7 | 0.52 |
| Hex | DA | 2F | 31 | 0 | 4E | 4E | F | 167 | 46 | 34 |
| Octal | 332 | 57 | 61 | 0 | 116 | 116 | 17 | 547 | 106 | 64 |
| Binary | 11011010 | 101111 | 110001 | 0 | 1001110 | 1001110 | 1111 | 101100111 | 1000110 | 110100 |
Color Harmonies of #DA2F31
Complementary color
Monochromatic Colors of #DA2F31
Black with #DA2F31
Text Example
Text Example
White with #DA2F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F31; }
p { color: rgb(218,47,49); }
H1.HeaderClassName
{
color: #DA2F31;
}
.AnyTagClassName
{
color: #DA2F31;
}
</style>
background-color css
<style>
a { background-color: #DA2F31; }
a { background-color: rgb(218,47,49); }
div.DivClassName
{
background-color: #DA2F31;
}
.BgClassName
{
background-color: #DA2F31;
}
</style>
border-color css
<style>
span { border-color: #DA2F31; }
span { border-color: rgb(218,47,49); }
td.TdClassName
{
border-color: #DA2F31;
}
.TagClassName
{
border-color: #DA2F31;
}
</style>