Shades of Alizarin #DA3042
Tints of Alizarin #DA3042
RGB
CMYK
RGB Variations
Color information
#DA3042 (or 0xDA3042) is known color: Alizarin. HEX triplet: DA, 30 and 42. RGB value is (218,48,66). Sum of RGB (Red+Green+Blue) = 218+48+66=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3042 is #25CFBD. Grayscale: #646464. Windows color (decimal): -2478014 or 4337882. OLE color: 4337882.
HSL color Cylindrical-coordinate representation of color #DA3042: hue angle of 353.65º 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 #DA3042 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 66 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.15 |
| HSL | 353.65º | 0.7% | 0.52% | - |
| HSV(B) | 353.65º | 0.78% | 0.85% | - |
| XYZ | 30.95 | 17.41 | 6.88 | - |
| YUV | 100.88 | 108.32 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 66 | 0 | 0.78 | 0.70 | 0.15 | 353.65 | 0.7 | 0.52 |
| Hex | DA | 30 | 42 | 0 | 4E | 46 | F | 162 | 46 | 34 |
| Octal | 332 | 60 | 102 | 0 | 116 | 106 | 17 | 542 | 106 | 64 |
| Binary | 11011010 | 110000 | 1000010 | 0 | 1001110 | 1000110 | 1111 | 101100010 | 1000110 | 110100 |
Color Harmonies of #DA3042
Complementary color
Monochromatic Colors of #DA3042
Black with #DA3042
Text Example
Text Example
White with #DA3042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3042; }
p { color: rgb(218,48,66); }
H1.HeaderClassName
{
color: #DA3042;
}
.AnyTagClassName
{
color: #DA3042;
}
</style>
background-color css
<style>
a { background-color: #DA3042; }
a { background-color: rgb(218,48,66); }
div.DivClassName
{
background-color: #DA3042;
}
.BgClassName
{
background-color: #DA3042;
}
</style>
border-color css
<style>
span { border-color: #DA3042; }
span { border-color: rgb(218,48,66); }
td.TdClassName
{
border-color: #DA3042;
}
.TagClassName
{
border-color: #DA3042;
}
</style>