Shades of Alizarin #DB2237
Tints of Alizarin #DB2237
RGB
CMYK
RGB Variations
Color information
#DB2237 (or 0xDB2237) is known color: Alizarin. HEX triplet: DB, 22 and 37. RGB value is (219,34,55). Sum of RGB (Red+Green+Blue) = 219+34+55=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2237 is #24DDC8. Grayscale: #5B5B5B. Windows color (decimal): -2416073 or 3613403. OLE color: 3613403.
HSL color Cylindrical-coordinate representation of color #DB2237: hue angle of 353.19º degrees, saturation: 0.73, 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 #DB2237 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 55 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.14 |
| HSL | 353.19º | 0.73% | 0.5% | - |
| HSV(B) | 353.19º | 0.84% | 0.86% | - |
| XYZ | 30.48 | 16.48 | 5.19 | - |
| YUV | 91.71 | 107.29 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 55 | 0 | 0.84 | 0.75 | 0.14 | 353.19 | 0.73 | 0.5 |
| Hex | DB | 22 | 37 | 0 | 54 | 4B | E | 161 | 49 | 32 |
| Octal | 333 | 42 | 67 | 0 | 124 | 113 | 16 | 541 | 111 | 62 |
| Binary | 11011011 | 100010 | 110111 | 0 | 1010100 | 1001011 | 1110 | 101100001 | 1001001 | 110010 |
Color Harmonies of #DB2237
Complementary color
Monochromatic Colors of #DB2237
Black with #DB2237
Text Example
Text Example
White with #DB2237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2237; }
p { color: rgb(219,34,55); }
H1.HeaderClassName
{
color: #DB2237;
}
.AnyTagClassName
{
color: #DB2237;
}
</style>
background-color css
<style>
a { background-color: #DB2237; }
a { background-color: rgb(219,34,55); }
div.DivClassName
{
background-color: #DB2237;
}
.BgClassName
{
background-color: #DB2237;
}
</style>
border-color css
<style>
span { border-color: #DB2237; }
span { border-color: rgb(219,34,55); }
td.TdClassName
{
border-color: #DB2237;
}
.TagClassName
{
border-color: #DB2237;
}
</style>