Shades of Alizarin #DB2627
Tints of Alizarin #DB2627
RGB
CMYK
RGB Variations
Color information
#DB2627 (or 0xDB2627) is known color: Alizarin. HEX triplet: DB, 26 and 27. RGB value is (219,38,39). Sum of RGB (Red+Green+Blue) = 219+38+39=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2627 is #24D9D8. Grayscale: #5C5C5C. Windows color (decimal): -2415065 or 2565851. OLE color: 2565851.
HSL color Cylindrical-coordinate representation of color #DB2627: hue angle of 359.67º 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 #DB2627 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 39 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.14 |
| HSL | 359.67º | 0.72% | 0.5% | - |
| HSV(B) | 359.67º | 0.83% | 0.86% | - |
| XYZ | 30.27 | 16.59 | 3.53 | - |
| YUV | 92.23 | 97.97 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 39 | 0 | 0.83 | 0.82 | 0.14 | 359.67 | 0.72 | 0.5 |
| Hex | DB | 26 | 27 | 0 | 53 | 52 | E | 168 | 48 | 32 |
| Octal | 333 | 46 | 47 | 0 | 123 | 122 | 16 | 550 | 110 | 62 |
| Binary | 11011011 | 100110 | 100111 | 0 | 1010011 | 1010010 | 1110 | 101101000 | 1001000 | 110010 |
Color Harmonies of #DB2627
Complementary color
Monochromatic Colors of #DB2627
Black with #DB2627
Text Example
Text Example
White with #DB2627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2627; }
p { color: rgb(219,38,39); }
H1.HeaderClassName
{
color: #DB2627;
}
.AnyTagClassName
{
color: #DB2627;
}
</style>
background-color css
<style>
a { background-color: #DB2627; }
a { background-color: rgb(219,38,39); }
div.DivClassName
{
background-color: #DB2627;
}
.BgClassName
{
background-color: #DB2627;
}
</style>
border-color css
<style>
span { border-color: #DB2627; }
span { border-color: rgb(219,38,39); }
td.TdClassName
{
border-color: #DB2627;
}
.TagClassName
{
border-color: #DB2627;
}
</style>