Shades of Alizarin #DA2B3E
Tints of Alizarin #DA2B3E
RGB
CMYK
RGB Variations
Color information
#DA2B3E (or 0xDA2B3E) is known color: Alizarin. HEX triplet: DA, 2B and 3E. RGB value is (218,43,62). Sum of RGB (Red+Green+Blue) = 218+43+62=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2B3E is #25D4C1. Grayscale: #616161. Windows color (decimal): -2479298 or 4074458. OLE color: 4074458.
HSL color Cylindrical-coordinate representation of color #DA2B3E: hue angle of 353.49º 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 #DA2B3E is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 43 | 62 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.15 |
| HSL | 353.49º | 0.7% | 0.51% | - |
| HSV(B) | 353.49º | 0.8% | 0.85% | - |
| XYZ | 30.65 | 16.98 | 6.22 | - |
| YUV | 97.49 | 107.98 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 43 | 62 | 0 | 0.80 | 0.72 | 0.15 | 353.49 | 0.7 | 0.51 |
| Hex | DA | 2B | 3E | 0 | 50 | 48 | F | 161 | 46 | 33 |
| Octal | 332 | 53 | 76 | 0 | 120 | 110 | 17 | 541 | 106 | 63 |
| Binary | 11011010 | 101011 | 111110 | 0 | 1010000 | 1001000 | 1111 | 101100001 | 1000110 | 110011 |
Color Harmonies of #DA2B3E
Complementary color
Monochromatic Colors of #DA2B3E
Black with #DA2B3E
Text Example
Text Example
White with #DA2B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2B3E; }
p { color: rgb(218,43,62); }
H1.HeaderClassName
{
color: #DA2B3E;
}
.AnyTagClassName
{
color: #DA2B3E;
}
</style>
background-color css
<style>
a { background-color: #DA2B3E; }
a { background-color: rgb(218,43,62); }
div.DivClassName
{
background-color: #DA2B3E;
}
.BgClassName
{
background-color: #DA2B3E;
}
</style>
border-color css
<style>
span { border-color: #DA2B3E; }
span { border-color: rgb(218,43,62); }
td.TdClassName
{
border-color: #DA2B3E;
}
.TagClassName
{
border-color: #DA2B3E;
}
</style>