Shades of Alizarin #DB2542
Tints of Alizarin #DB2542
RGB
CMYK
RGB Variations
Color information
#DB2542 (or 0xDB2542) is known color: Alizarin. HEX triplet: DB, 25 and 42. RGB value is (219,37,66). Sum of RGB (Red+Green+Blue) = 219+37+66=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2542 is #24DABD. Grayscale: #5E5E5E. Windows color (decimal): -2415294 or 4335067. OLE color: 4335067.
HSL color Cylindrical-coordinate representation of color #DB2542: hue angle of 350.44º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2542 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 66 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.14 |
| HSL | 350.44º | 0.72% | 0.5% | - |
| HSV(B) | 350.44º | 0.83% | 0.86% | - |
| XYZ | 30.86 | 16.78 | 6.77 | - |
| YUV | 94.72 | 111.8 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 66 | 0 | 0.83 | 0.70 | 0.14 | 350.44 | 0.72 | 0.5 |
| Hex | DB | 25 | 42 | 0 | 53 | 46 | E | 15E | 48 | 32 |
| Octal | 333 | 45 | 102 | 0 | 123 | 106 | 16 | 536 | 110 | 62 |
| Binary | 11011011 | 100101 | 1000010 | 0 | 1010011 | 1000110 | 1110 | 101011110 | 1001000 | 110010 |
Color Harmonies of #DB2542
Complementary color
Monochromatic Colors of #DB2542
Black with #DB2542
Text Example
Text Example
White with #DB2542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2542; }
p { color: rgb(219,37,66); }
H1.HeaderClassName
{
color: #DB2542;
}
.AnyTagClassName
{
color: #DB2542;
}
</style>
background-color css
<style>
a { background-color: #DB2542; }
a { background-color: rgb(219,37,66); }
div.DivClassName
{
background-color: #DB2542;
}
.BgClassName
{
background-color: #DB2542;
}
</style>
border-color css
<style>
span { border-color: #DB2542; }
span { border-color: rgb(219,37,66); }
td.TdClassName
{
border-color: #DB2542;
}
.TagClassName
{
border-color: #DB2542;
}
</style>