Shades of Alizarin #DA3240
Tints of Alizarin #DA3240
RGB
CMYK
RGB Variations
Color information
#DA3240 (or 0xDA3240) is known color: Alizarin. HEX triplet: DA, 32 and 40. RGB value is (218,50,64). Sum of RGB (Red+Green+Blue) = 218+50+64=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3240 is #25CDBF. Grayscale: #656565. Windows color (decimal): -2477504 or 4207322. OLE color: 4207322.
HSL color Cylindrical-coordinate representation of color #DA3240: hue angle of 355º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3240 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 64 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.15 |
| HSL | 355º | 0.69% | 0.53% | - |
| HSV(B) | 355º | 0.77% | 0.85% | - |
| XYZ | 30.98 | 17.56 | 6.61 | - |
| YUV | 101.83 | 106.66 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 64 | 0 | 0.77 | 0.71 | 0.15 | 355 | 0.69 | 0.53 |
| Hex | DA | 32 | 40 | 0 | 4D | 47 | F | 163 | 45 | 35 |
| Octal | 332 | 62 | 100 | 0 | 115 | 107 | 17 | 543 | 105 | 65 |
| Binary | 11011010 | 110010 | 1000000 | 0 | 1001101 | 1000111 | 1111 | 101100011 | 1000101 | 110101 |
Color Harmonies of #DA3240
Complementary color
Monochromatic Colors of #DA3240
Black with #DA3240
Text Example
Text Example
White with #DA3240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3240; }
p { color: rgb(218,50,64); }
H1.HeaderClassName
{
color: #DA3240;
}
.AnyTagClassName
{
color: #DA3240;
}
</style>
background-color css
<style>
a { background-color: #DA3240; }
a { background-color: rgb(218,50,64); }
div.DivClassName
{
background-color: #DA3240;
}
.BgClassName
{
background-color: #DA3240;
}
</style>
border-color css
<style>
span { border-color: #DA3240; }
span { border-color: rgb(218,50,64); }
td.TdClassName
{
border-color: #DA3240;
}
.TagClassName
{
border-color: #DA3240;
}
</style>