Shades of Alizarin #DB3336
Tints of Alizarin #DB3336
RGB
CMYK
RGB Variations
Color information
#DB3336 (or 0xDB3336) is known color: Alizarin. HEX triplet: DB, 33 and 36. RGB value is (219,51,54). Sum of RGB (Red+Green+Blue) = 219+51+54=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3336 is #24CCC9. Grayscale: #656565. Windows color (decimal): -2411722 or 3552219. OLE color: 3552219.
HSL color Cylindrical-coordinate representation of color #DB3336: hue angle of 358.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3336 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 54 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.14 |
| HSL | 358.93º | 0.7% | 0.53% | - |
| HSV(B) | 358.93º | 0.77% | 0.86% | - |
| XYZ | 31.06 | 17.69 | 5.27 | - |
| YUV | 101.57 | 101.16 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 54 | 0 | 0.77 | 0.75 | 0.14 | 358.93 | 0.7 | 0.53 |
| Hex | DB | 33 | 36 | 0 | 4D | 4B | E | 167 | 46 | 35 |
| Octal | 333 | 63 | 66 | 0 | 115 | 113 | 16 | 547 | 106 | 65 |
| Binary | 11011011 | 110011 | 110110 | 0 | 1001101 | 1001011 | 1110 | 101100111 | 1000110 | 110101 |
Color Harmonies of #DB3336
Complementary color
Monochromatic Colors of #DB3336
Black with #DB3336
Text Example
Text Example
White with #DB3336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3336; }
p { color: rgb(219,51,54); }
H1.HeaderClassName
{
color: #DB3336;
}
.AnyTagClassName
{
color: #DB3336;
}
</style>
background-color css
<style>
a { background-color: #DB3336; }
a { background-color: rgb(219,51,54); }
div.DivClassName
{
background-color: #DB3336;
}
.BgClassName
{
background-color: #DB3336;
}
</style>
border-color css
<style>
span { border-color: #DB3336; }
span { border-color: rgb(219,51,54); }
td.TdClassName
{
border-color: #DB3336;
}
.TagClassName
{
border-color: #DB3336;
}
</style>