Shades of Alizarin #DA2A2F
Tints of Alizarin #DA2A2F
RGB
CMYK
RGB Variations
Color information
#DA2A2F (or 0xDA2A2F) is known color: Alizarin. HEX triplet: DA, 2A and 2F. RGB value is (218,42,47). Sum of RGB (Red+Green+Blue) = 218+42+47=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2A2F is #25D5D0. Grayscale: #5F5F5F. Windows color (decimal): -2479569 or 3091162. OLE color: 3091162.
HSL color Cylindrical-coordinate representation of color #DA2A2F: hue angle of 358.3º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2A2F is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 47 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.15 |
| HSL | 358.3º | 0.7% | 0.51% | - |
| HSV(B) | 358.3º | 0.81% | 0.85% | - |
| XYZ | 30.25 | 16.77 | 4.33 | - |
| YUV | 95.19 | 100.81 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 47 | 0 | 0.81 | 0.78 | 0.15 | 358.3 | 0.7 | 0.51 |
| Hex | DA | 2A | 2F | 0 | 51 | 4E | F | 166 | 46 | 33 |
| Octal | 332 | 52 | 57 | 0 | 121 | 116 | 17 | 546 | 106 | 63 |
| Binary | 11011010 | 101010 | 101111 | 0 | 1010001 | 1001110 | 1111 | 101100110 | 1000110 | 110011 |
Color Harmonies of #DA2A2F
Complementary color
Monochromatic Colors of #DA2A2F
Black with #DA2A2F
Text Example
Text Example
White with #DA2A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A2F; }
p { color: rgb(218,42,47); }
H1.HeaderClassName
{
color: #DA2A2F;
}
.AnyTagClassName
{
color: #DA2A2F;
}
</style>
background-color css
<style>
a { background-color: #DA2A2F; }
a { background-color: rgb(218,42,47); }
div.DivClassName
{
background-color: #DA2A2F;
}
.BgClassName
{
background-color: #DA2A2F;
}
</style>
border-color css
<style>
span { border-color: #DA2A2F; }
span { border-color: rgb(218,42,47); }
td.TdClassName
{
border-color: #DA2A2F;
}
.TagClassName
{
border-color: #DA2A2F;
}
</style>