Shades of Alizarin #DA2F3A
Tints of Alizarin #DA2F3A
RGB
CMYK
RGB Variations
Color information
#DA2F3A (or 0xDA2F3A) is known color: Alizarin. HEX triplet: DA, 2F and 3A. RGB value is (218,47,58). Sum of RGB (Red+Green+Blue) = 218+47+58=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2F3A is #25D0C5. Grayscale: #636363. Windows color (decimal): -2478278 or 3813338. OLE color: 3813338.
HSL color Cylindrical-coordinate representation of color #DA2F3A: hue angle of 356.14º 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 #DA2F3A is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 58 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.15 |
| HSL | 356.14º | 0.7% | 0.52% | - |
| HSV(B) | 356.14º | 0.78% | 0.85% | - |
| XYZ | 30.69 | 17.24 | 5.71 | - |
| YUV | 99.38 | 104.65 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 58 | 0 | 0.78 | 0.73 | 0.15 | 356.14 | 0.7 | 0.52 |
| Hex | DA | 2F | 3A | 0 | 4E | 49 | F | 164 | 46 | 34 |
| Octal | 332 | 57 | 72 | 0 | 116 | 111 | 17 | 544 | 106 | 64 |
| Binary | 11011010 | 101111 | 111010 | 0 | 1001110 | 1001001 | 1111 | 101100100 | 1000110 | 110100 |
Color Harmonies of #DA2F3A
Complementary color
Monochromatic Colors of #DA2F3A
Black with #DA2F3A
Text Example
Text Example
White with #DA2F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F3A; }
p { color: rgb(218,47,58); }
H1.HeaderClassName
{
color: #DA2F3A;
}
.AnyTagClassName
{
color: #DA2F3A;
}
</style>
background-color css
<style>
a { background-color: #DA2F3A; }
a { background-color: rgb(218,47,58); }
div.DivClassName
{
background-color: #DA2F3A;
}
.BgClassName
{
background-color: #DA2F3A;
}
</style>
border-color css
<style>
span { border-color: #DA2F3A; }
span { border-color: rgb(218,47,58); }
td.TdClassName
{
border-color: #DA2F3A;
}
.TagClassName
{
border-color: #DA2F3A;
}
</style>