Shades of Alizarin #DB2127
Tints of Alizarin #DB2127
RGB
CMYK
RGB Variations
Color information
#DB2127 (or 0xDB2127) is known color: Alizarin. HEX triplet: DB, 21 and 27. RGB value is (219,33,39). Sum of RGB (Red+Green+Blue) = 219+33+39=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2127 is #24DED8. Grayscale: #595959. Windows color (decimal): -2416345 or 2564571. OLE color: 2564571.
HSL color Cylindrical-coordinate representation of color #DB2127: hue angle of 358.06º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2127 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 39 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.14 |
| HSL | 358.06º | 0.74% | 0.49% | - |
| HSV(B) | 358.06º | 0.85% | 0.86% | - |
| XYZ | 30.12 | 16.29 | 3.48 | - |
| YUV | 89.3 | 99.62 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 39 | 0 | 0.85 | 0.82 | 0.14 | 358.06 | 0.74 | 0.49 |
| Hex | DB | 21 | 27 | 0 | 55 | 52 | E | 166 | 4A | 31 |
| Octal | 333 | 41 | 47 | 0 | 125 | 122 | 16 | 546 | 112 | 61 |
| Binary | 11011011 | 100001 | 100111 | 0 | 1010101 | 1010010 | 1110 | 101100110 | 1001010 | 110001 |
Color Harmonies of #DB2127
Complementary color
Monochromatic Colors of #DB2127
Black with #DB2127
Text Example
Text Example
White with #DB2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2127; }
p { color: rgb(219,33,39); }
H1.HeaderClassName
{
color: #DB2127;
}
.AnyTagClassName
{
color: #DB2127;
}
</style>
background-color css
<style>
a { background-color: #DB2127; }
a { background-color: rgb(219,33,39); }
div.DivClassName
{
background-color: #DB2127;
}
.BgClassName
{
background-color: #DB2127;
}
</style>
border-color css
<style>
span { border-color: #DB2127; }
span { border-color: rgb(219,33,39); }
td.TdClassName
{
border-color: #DB2127;
}
.TagClassName
{
border-color: #DB2127;
}
</style>