Shades of Alizarin #DA3041
Tints of Alizarin #DA3041
RGB
CMYK
RGB Variations
Color information
#DA3041 (or 0xDA3041) is known color: Alizarin. HEX triplet: DA, 30 and 41. RGB value is (218,48,65). Sum of RGB (Red+Green+Blue) = 218+48+65=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3041 is #25CFBE. Grayscale: #646464. Windows color (decimal): -2478015 or 4272346. OLE color: 4272346.
HSL color Cylindrical-coordinate representation of color #DA3041: hue angle of 354º 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 #DA3041 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 65 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.15 |
| HSL | 354º | 0.7% | 0.52% | - |
| HSV(B) | 354º | 0.78% | 0.85% | - |
| XYZ | 30.92 | 17.4 | 6.73 | - |
| YUV | 100.77 | 107.82 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 65 | 0 | 0.78 | 0.70 | 0.15 | 354 | 0.7 | 0.52 |
| Hex | DA | 30 | 41 | 0 | 4E | 46 | F | 162 | 46 | 34 |
| Octal | 332 | 60 | 101 | 0 | 116 | 106 | 17 | 542 | 106 | 64 |
| Binary | 11011010 | 110000 | 1000001 | 0 | 1001110 | 1000110 | 1111 | 101100010 | 1000110 | 110100 |
Color Harmonies of #DA3041
Complementary color
Monochromatic Colors of #DA3041
Black with #DA3041
Text Example
Text Example
White with #DA3041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3041; }
p { color: rgb(218,48,65); }
H1.HeaderClassName
{
color: #DA3041;
}
.AnyTagClassName
{
color: #DA3041;
}
</style>
background-color css
<style>
a { background-color: #DA3041; }
a { background-color: rgb(218,48,65); }
div.DivClassName
{
background-color: #DA3041;
}
.BgClassName
{
background-color: #DA3041;
}
</style>
border-color css
<style>
span { border-color: #DA3041; }
span { border-color: rgb(218,48,65); }
td.TdClassName
{
border-color: #DA3041;
}
.TagClassName
{
border-color: #DA3041;
}
</style>