Shades of Alizarin #DB2628
Tints of Alizarin #DB2628
RGB
CMYK
RGB Variations
Color information
#DB2628 (or 0xDB2628) is known color: Alizarin. HEX triplet: DB, 26 and 28. RGB value is (219,38,40). Sum of RGB (Red+Green+Blue) = 219+38+40=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2628 is #24D9D7. Grayscale: #5C5C5C. Windows color (decimal): -2415064 or 2631387. OLE color: 2631387.
HSL color Cylindrical-coordinate representation of color #DB2628: hue angle of 359.34º 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 #DB2628 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 40 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.14 |
| HSL | 359.34º | 0.72% | 0.5% | - |
| HSV(B) | 359.34º | 0.83% | 0.86% | - |
| XYZ | 30.29 | 16.6 | 3.62 | - |
| YUV | 92.35 | 98.47 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 40 | 0 | 0.83 | 0.82 | 0.14 | 359.34 | 0.72 | 0.5 |
| Hex | DB | 26 | 28 | 0 | 53 | 52 | E | 167 | 48 | 32 |
| Octal | 333 | 46 | 50 | 0 | 123 | 122 | 16 | 547 | 110 | 62 |
| Binary | 11011011 | 100110 | 101000 | 0 | 1010011 | 1010010 | 1110 | 101100111 | 1001000 | 110010 |
Color Harmonies of #DB2628
Complementary color
Monochromatic Colors of #DB2628
Black with #DB2628
Text Example
Text Example
White with #DB2628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2628; }
p { color: rgb(219,38,40); }
H1.HeaderClassName
{
color: #DB2628;
}
.AnyTagClassName
{
color: #DB2628;
}
</style>
background-color css
<style>
a { background-color: #DB2628; }
a { background-color: rgb(219,38,40); }
div.DivClassName
{
background-color: #DB2628;
}
.BgClassName
{
background-color: #DB2628;
}
</style>
border-color css
<style>
span { border-color: #DB2628; }
span { border-color: rgb(219,38,40); }
td.TdClassName
{
border-color: #DB2628;
}
.TagClassName
{
border-color: #DB2628;
}
</style>