Shades of Alizarin #DB2340
Tints of Alizarin #DB2340
RGB
CMYK
RGB Variations
Color information
#DB2340 (or 0xDB2340) is known color: Alizarin. HEX triplet: DB, 23 and 40. RGB value is (219,35,64). Sum of RGB (Red+Green+Blue) = 219+35+64=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2340 is #24DCBF. Grayscale: #5D5D5D. Windows color (decimal): -2415808 or 4203483. OLE color: 4203483.
HSL color Cylindrical-coordinate representation of color #DB2340: hue angle of 350.54º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2340 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 64 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.14 |
| HSL | 350.54º | 0.72% | 0.5% | - |
| HSV(B) | 350.54º | 0.84% | 0.86% | - |
| XYZ | 30.74 | 16.63 | 6.44 | - |
| YUV | 93.32 | 111.46 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 64 | 0 | 0.84 | 0.71 | 0.14 | 350.54 | 0.72 | 0.5 |
| Hex | DB | 23 | 40 | 0 | 54 | 47 | E | 15F | 48 | 32 |
| Octal | 333 | 43 | 100 | 0 | 124 | 107 | 16 | 537 | 110 | 62 |
| Binary | 11011011 | 100011 | 1000000 | 0 | 1010100 | 1000111 | 1110 | 101011111 | 1001000 | 110010 |
Color Harmonies of #DB2340
Complementary color
Monochromatic Colors of #DB2340
Black with #DB2340
Text Example
Text Example
White with #DB2340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2340; }
p { color: rgb(219,35,64); }
H1.HeaderClassName
{
color: #DB2340;
}
.AnyTagClassName
{
color: #DB2340;
}
</style>
background-color css
<style>
a { background-color: #DB2340; }
a { background-color: rgb(219,35,64); }
div.DivClassName
{
background-color: #DB2340;
}
.BgClassName
{
background-color: #DB2340;
}
</style>
border-color css
<style>
span { border-color: #DB2340; }
span { border-color: rgb(219,35,64); }
td.TdClassName
{
border-color: #DB2340;
}
.TagClassName
{
border-color: #DB2340;
}
</style>