Shades of Alizarin #DB3240
Tints of Alizarin #DB3240
RGB
CMYK
RGB Variations
Color information
#DB3240 (or 0xDB3240) is known color: Alizarin. HEX triplet: DB, 32 and 40. RGB value is (219,50,64). Sum of RGB (Red+Green+Blue) = 219+50+64=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3240 is #24CDBF. Grayscale: #666666. Windows color (decimal): -2411968 or 4207323. OLE color: 4207323.
HSL color Cylindrical-coordinate representation of color #DB3240: hue angle of 355.03º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3240 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 64 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.14 |
| HSL | 355.03º | 0.7% | 0.53% | - |
| HSV(B) | 355.03º | 0.77% | 0.86% | - |
| XYZ | 31.28 | 17.71 | 6.62 | - |
| YUV | 102.13 | 106.49 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 64 | 0 | 0.77 | 0.71 | 0.14 | 355.03 | 0.7 | 0.53 |
| Hex | DB | 32 | 40 | 0 | 4D | 47 | E | 163 | 46 | 35 |
| Octal | 333 | 62 | 100 | 0 | 115 | 107 | 16 | 543 | 106 | 65 |
| Binary | 11011011 | 110010 | 1000000 | 0 | 1001101 | 1000111 | 1110 | 101100011 | 1000110 | 110101 |
Color Harmonies of #DB3240
Complementary color
Monochromatic Colors of #DB3240
Black with #DB3240
Text Example
Text Example
White with #DB3240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3240; }
p { color: rgb(219,50,64); }
H1.HeaderClassName
{
color: #DB3240;
}
.AnyTagClassName
{
color: #DB3240;
}
</style>
background-color css
<style>
a { background-color: #DB3240; }
a { background-color: rgb(219,50,64); }
div.DivClassName
{
background-color: #DB3240;
}
.BgClassName
{
background-color: #DB3240;
}
</style>
border-color css
<style>
span { border-color: #DB3240; }
span { border-color: rgb(219,50,64); }
td.TdClassName
{
border-color: #DB3240;
}
.TagClassName
{
border-color: #DB3240;
}
</style>