Shades of Alizarin #DB1B31
Tints of Alizarin #DB1B31
RGB
CMYK
RGB Variations
Color information
#DB1B31 (or 0xDB1B31) is known color: Alizarin. HEX triplet: DB, 1B and 31. RGB value is (219,27,49). Sum of RGB (Red+Green+Blue) = 219+27+49=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1B31 is #24E4CE. Grayscale: #575757. Windows color (decimal): -2417871 or 3218395. OLE color: 3218395.
HSL color Cylindrical-coordinate representation of color #DB1B31: hue angle of 353.12º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1B31 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 49 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.14 |
| HSL | 353.13º | 0.78% | 0.48% | - |
| HSV(B) | 353.13º | 0.88% | 0.86% | - |
| XYZ | 30.16 | 16.07 | 4.42 | - |
| YUV | 86.92 | 106.61 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 49 | 0 | 0.88 | 0.78 | 0.14 | 353.13 | 0.78 | 0.48 |
| Hex | DB | 1B | 31 | 0 | 58 | 4E | E | 161 | 4E | 30 |
| Octal | 333 | 33 | 61 | 0 | 130 | 116 | 16 | 541 | 116 | 60 |
| Binary | 11011011 | 11011 | 110001 | 0 | 1011000 | 1001110 | 1110 | 101100001 | 1001110 | 110000 |
Color Harmonies of #DB1B31
Complementary color
Monochromatic Colors of #DB1B31
Black with #DB1B31
Text Example
Text Example
White with #DB1B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B31; }
p { color: rgb(219,27,49); }
H1.HeaderClassName
{
color: #DB1B31;
}
.AnyTagClassName
{
color: #DB1B31;
}
</style>
background-color css
<style>
a { background-color: #DB1B31; }
a { background-color: rgb(219,27,49); }
div.DivClassName
{
background-color: #DB1B31;
}
.BgClassName
{
background-color: #DB1B31;
}
</style>
border-color css
<style>
span { border-color: #DB1B31; }
span { border-color: rgb(219,27,49); }
td.TdClassName
{
border-color: #DB1B31;
}
.TagClassName
{
border-color: #DB1B31;
}
</style>