Shades of Alizarin #DA2D3B
Tints of Alizarin #DA2D3B
RGB
CMYK
RGB Variations
Color information
#DA2D3B (or 0xDA2D3B) is known color: Alizarin. HEX triplet: DA, 2D and 3B. RGB value is (218,45,59). Sum of RGB (Red+Green+Blue) = 218+45+59=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2D3B is #25D2C4. Grayscale: #626262. Windows color (decimal): -2478789 or 3878362. OLE color: 3878362.
HSL color Cylindrical-coordinate representation of color #DA2D3B: hue angle of 355.14º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2D3B is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 59 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.15 |
| HSL | 355.14º | 0.7% | 0.52% | - |
| HSV(B) | 355.14º | 0.79% | 0.85% | - |
| XYZ | 30.64 | 17.1 | 5.82 | - |
| YUV | 98.32 | 105.81 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 59 | 0 | 0.79 | 0.73 | 0.15 | 355.14 | 0.7 | 0.52 |
| Hex | DA | 2D | 3B | 0 | 4F | 49 | F | 163 | 46 | 34 |
| Octal | 332 | 55 | 73 | 0 | 117 | 111 | 17 | 543 | 106 | 64 |
| Binary | 11011010 | 101101 | 111011 | 0 | 1001111 | 1001001 | 1111 | 101100011 | 1000110 | 110100 |
Color Harmonies of #DA2D3B
Complementary color
Monochromatic Colors of #DA2D3B
Black with #DA2D3B
Text Example
Text Example
White with #DA2D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D3B; }
p { color: rgb(218,45,59); }
H1.HeaderClassName
{
color: #DA2D3B;
}
.AnyTagClassName
{
color: #DA2D3B;
}
</style>
background-color css
<style>
a { background-color: #DA2D3B; }
a { background-color: rgb(218,45,59); }
div.DivClassName
{
background-color: #DA2D3B;
}
.BgClassName
{
background-color: #DA2D3B;
}
</style>
border-color css
<style>
span { border-color: #DA2D3B; }
span { border-color: rgb(218,45,59); }
td.TdClassName
{
border-color: #DA2D3B;
}
.TagClassName
{
border-color: #DA2D3B;
}
</style>