Shades of Alizarin #DB1E2C
Tints of Alizarin #DB1E2C
RGB
CMYK
RGB Variations
Color information
#DB1E2C (or 0xDB1E2C) is known color: Alizarin. HEX triplet: DB, 1E and 2C. RGB value is (219,30,44). Sum of RGB (Red+Green+Blue) = 219+30+44=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1E2C is #24E1D3. Grayscale: #585858. Windows color (decimal): -2417108 or 2891483. OLE color: 2891483.
HSL color Cylindrical-coordinate representation of color #DB1E2C: hue angle of 355.56º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1E2C is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 44 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.14 |
| HSL | 355.56º | 0.76% | 0.49% | - |
| HSV(B) | 355.56º | 0.86% | 0.86% | - |
| XYZ | 30.13 | 16.17 | 3.92 | - |
| YUV | 88.11 | 103.12 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 44 | 0 | 0.86 | 0.80 | 0.14 | 355.56 | 0.76 | 0.49 |
| Hex | DB | 1E | 2C | 0 | 56 | 50 | E | 164 | 4C | 31 |
| Octal | 333 | 36 | 54 | 0 | 126 | 120 | 16 | 544 | 114 | 61 |
| Binary | 11011011 | 11110 | 101100 | 0 | 1010110 | 1010000 | 1110 | 101100100 | 1001100 | 110001 |
Color Harmonies of #DB1E2C
Complementary color
Monochromatic Colors of #DB1E2C
Black with #DB1E2C
Text Example
Text Example
White with #DB1E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1E2C; }
p { color: rgb(219,30,44); }
H1.HeaderClassName
{
color: #DB1E2C;
}
.AnyTagClassName
{
color: #DB1E2C;
}
</style>
background-color css
<style>
a { background-color: #DB1E2C; }
a { background-color: rgb(219,30,44); }
div.DivClassName
{
background-color: #DB1E2C;
}
.BgClassName
{
background-color: #DB1E2C;
}
</style>
border-color css
<style>
span { border-color: #DB1E2C; }
span { border-color: rgb(219,30,44); }
td.TdClassName
{
border-color: #DB1E2C;
}
.TagClassName
{
border-color: #DB1E2C;
}
</style>