Shades of Alizarin #DA2D3C
Tints of Alizarin #DA2D3C
RGB
CMYK
RGB Variations
Color information
#DA2D3C (or 0xDA2D3C) is known color: Alizarin. HEX triplet: DA, 2D and 3C. RGB value is (218,45,60). Sum of RGB (Red+Green+Blue) = 218+45+60=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2D3C is #25D2C3. Grayscale: #626262. Windows color (decimal): -2478788 or 3943898. OLE color: 3943898.
HSL color Cylindrical-coordinate representation of color #DA2D3C: hue angle of 354.8º 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 #DA2D3C is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 60 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.15 |
| HSL | 354.8º | 0.7% | 0.52% | - |
| HSV(B) | 354.8º | 0.79% | 0.85% | - |
| XYZ | 30.67 | 17.11 | 5.96 | - |
| YUV | 98.44 | 106.31 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 60 | 0 | 0.79 | 0.72 | 0.15 | 354.8 | 0.7 | 0.52 |
| Hex | DA | 2D | 3C | 0 | 4F | 48 | F | 163 | 46 | 34 |
| Octal | 332 | 55 | 74 | 0 | 117 | 110 | 17 | 543 | 106 | 64 |
| Binary | 11011010 | 101101 | 111100 | 0 | 1001111 | 1001000 | 1111 | 101100011 | 1000110 | 110100 |
Color Harmonies of #DA2D3C
Complementary color
Monochromatic Colors of #DA2D3C
Black with #DA2D3C
Text Example
Text Example
White with #DA2D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D3C; }
p { color: rgb(218,45,60); }
H1.HeaderClassName
{
color: #DA2D3C;
}
.AnyTagClassName
{
color: #DA2D3C;
}
</style>
background-color css
<style>
a { background-color: #DA2D3C; }
a { background-color: rgb(218,45,60); }
div.DivClassName
{
background-color: #DA2D3C;
}
.BgClassName
{
background-color: #DA2D3C;
}
</style>
border-color css
<style>
span { border-color: #DA2D3C; }
span { border-color: rgb(218,45,60); }
td.TdClassName
{
border-color: #DA2D3C;
}
.TagClassName
{
border-color: #DA2D3C;
}
</style>