Shades of Alizarin #DB2342
Tints of Alizarin #DB2342
RGB
CMYK
RGB Variations
Color information
#DB2342 (or 0xDB2342) is known color: Alizarin. HEX triplet: DB, 23 and 42. RGB value is (219,35,66). Sum of RGB (Red+Green+Blue) = 219+35+66=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2342 is #24DCBD. Grayscale: #5D5D5D. Windows color (decimal): -2415806 or 4334555. OLE color: 4334555.
HSL color Cylindrical-coordinate representation of color #DB2342: hue angle of 349.89º 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 #DB2342 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 66 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.14 |
| HSL | 349.89º | 0.72% | 0.5% | - |
| HSV(B) | 349.89º | 0.84% | 0.86% | - |
| XYZ | 30.8 | 16.66 | 6.75 | - |
| YUV | 93.55 | 112.46 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 66 | 0 | 0.84 | 0.70 | 0.14 | 349.89 | 0.72 | 0.5 |
| Hex | DB | 23 | 42 | 0 | 54 | 46 | E | 15E | 48 | 32 |
| Octal | 333 | 43 | 102 | 0 | 124 | 106 | 16 | 536 | 110 | 62 |
| Binary | 11011011 | 100011 | 1000010 | 0 | 1010100 | 1000110 | 1110 | 101011110 | 1001000 | 110010 |
Color Harmonies of #DB2342
Complementary color
Monochromatic Colors of #DB2342
Black with #DB2342
Text Example
Text Example
White with #DB2342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2342; }
p { color: rgb(219,35,66); }
H1.HeaderClassName
{
color: #DB2342;
}
.AnyTagClassName
{
color: #DB2342;
}
</style>
background-color css
<style>
a { background-color: #DB2342; }
a { background-color: rgb(219,35,66); }
div.DivClassName
{
background-color: #DB2342;
}
.BgClassName
{
background-color: #DB2342;
}
</style>
border-color css
<style>
span { border-color: #DB2342; }
span { border-color: rgb(219,35,66); }
td.TdClassName
{
border-color: #DB2342;
}
.TagClassName
{
border-color: #DB2342;
}
</style>