Shades of Alizarin #DB333F
Tints of Alizarin #DB333F
RGB
CMYK
RGB Variations
Color information
#DB333F (or 0xDB333F) is known color: Alizarin. HEX triplet: DB, 33 and 3F. RGB value is (219,51,63). Sum of RGB (Red+Green+Blue) = 219+51+63=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB333F is #24CCC0. Grayscale: #666666. Windows color (decimal): -2411713 or 4142043. OLE color: 4142043.
HSL color Cylindrical-coordinate representation of color #DB333F: hue angle of 355.71º 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 #DB333F is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 63 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.14 |
| HSL | 355.71º | 0.7% | 0.53% | - |
| HSV(B) | 355.71º | 0.77% | 0.86% | - |
| XYZ | 31.29 | 17.79 | 6.49 | - |
| YUV | 102.6 | 105.66 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 63 | 0 | 0.77 | 0.71 | 0.14 | 355.71 | 0.7 | 0.53 |
| Hex | DB | 33 | 3F | 0 | 4D | 47 | E | 164 | 46 | 35 |
| Octal | 333 | 63 | 77 | 0 | 115 | 107 | 16 | 544 | 106 | 65 |
| Binary | 11011011 | 110011 | 111111 | 0 | 1001101 | 1000111 | 1110 | 101100100 | 1000110 | 110101 |
Color Harmonies of #DB333F
Complementary color
Monochromatic Colors of #DB333F
Black with #DB333F
Text Example
Text Example
White with #DB333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB333F; }
p { color: rgb(219,51,63); }
H1.HeaderClassName
{
color: #DB333F;
}
.AnyTagClassName
{
color: #DB333F;
}
</style>
background-color css
<style>
a { background-color: #DB333F; }
a { background-color: rgb(219,51,63); }
div.DivClassName
{
background-color: #DB333F;
}
.BgClassName
{
background-color: #DB333F;
}
</style>
border-color css
<style>
span { border-color: #DB333F; }
span { border-color: rgb(219,51,63); }
td.TdClassName
{
border-color: #DB333F;
}
.TagClassName
{
border-color: #DB333F;
}
</style>