Shades of Alizarin #DA293C
Tints of Alizarin #DA293C
RGB
CMYK
RGB Variations
Color information
#DA293C (or 0xDA293C) is known color: Alizarin. HEX triplet: DA, 29 and 3C. RGB value is (218,41,60). Sum of RGB (Red+Green+Blue) = 218+41+60=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA293C is #25D6C3. Grayscale: #606060. Windows color (decimal): -2479812 or 3942874. OLE color: 3942874.
HSL color Cylindrical-coordinate representation of color #DA293C: hue angle of 353.56º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA293C is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 60 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.15 |
| HSL | 353.56º | 0.71% | 0.51% | - |
| HSV(B) | 353.56º | 0.81% | 0.85% | - |
| XYZ | 30.52 | 16.82 | 5.91 | - |
| YUV | 96.09 | 107.64 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 60 | 0 | 0.81 | 0.72 | 0.15 | 353.56 | 0.71 | 0.51 |
| Hex | DA | 29 | 3C | 0 | 51 | 48 | F | 162 | 47 | 33 |
| Octal | 332 | 51 | 74 | 0 | 121 | 110 | 17 | 542 | 107 | 63 |
| Binary | 11011010 | 101001 | 111100 | 0 | 1010001 | 1001000 | 1111 | 101100010 | 1000111 | 110011 |
Color Harmonies of #DA293C
Complementary color
Monochromatic Colors of #DA293C
Black with #DA293C
Text Example
Text Example
White with #DA293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA293C; }
p { color: rgb(218,41,60); }
H1.HeaderClassName
{
color: #DA293C;
}
.AnyTagClassName
{
color: #DA293C;
}
</style>
background-color css
<style>
a { background-color: #DA293C; }
a { background-color: rgb(218,41,60); }
div.DivClassName
{
background-color: #DA293C;
}
.BgClassName
{
background-color: #DA293C;
}
</style>
border-color css
<style>
span { border-color: #DA293C; }
span { border-color: rgb(218,41,60); }
td.TdClassName
{
border-color: #DA293C;
}
.TagClassName
{
border-color: #DA293C;
}
</style>