Shades of Alizarin #DB2637
Tints of Alizarin #DB2637
RGB
CMYK
RGB Variations
Color information
#DB2637 (or 0xDB2637) is known color: Alizarin. HEX triplet: DB, 26 and 37. RGB value is (219,38,55). Sum of RGB (Red+Green+Blue) = 219+38+55=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2637 is #24D9C8. Grayscale: #5E5E5E. Windows color (decimal): -2415049 or 3614427. OLE color: 3614427.
HSL color Cylindrical-coordinate representation of color #DB2637: hue angle of 354.36º 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 #DB2637 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 55 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.14 |
| HSL | 354.36º | 0.72% | 0.5% | - |
| HSV(B) | 354.36º | 0.83% | 0.86% | - |
| XYZ | 30.6 | 16.72 | 5.23 | - |
| YUV | 94.06 | 105.97 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 55 | 0 | 0.83 | 0.75 | 0.14 | 354.36 | 0.72 | 0.5 |
| Hex | DB | 26 | 37 | 0 | 53 | 4B | E | 162 | 48 | 32 |
| Octal | 333 | 46 | 67 | 0 | 123 | 113 | 16 | 542 | 110 | 62 |
| Binary | 11011011 | 100110 | 110111 | 0 | 1010011 | 1001011 | 1110 | 101100010 | 1001000 | 110010 |
Color Harmonies of #DB2637
Complementary color
Monochromatic Colors of #DB2637
Black with #DB2637
Text Example
Text Example
White with #DB2637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2637; }
p { color: rgb(219,38,55); }
H1.HeaderClassName
{
color: #DB2637;
}
.AnyTagClassName
{
color: #DB2637;
}
</style>
background-color css
<style>
a { background-color: #DB2637; }
a { background-color: rgb(219,38,55); }
div.DivClassName
{
background-color: #DB2637;
}
.BgClassName
{
background-color: #DB2637;
}
</style>
border-color css
<style>
span { border-color: #DB2637; }
span { border-color: rgb(219,38,55); }
td.TdClassName
{
border-color: #DB2637;
}
.TagClassName
{
border-color: #DB2637;
}
</style>