Shades of Alizarin #DB333B
Tints of Alizarin #DB333B
RGB
CMYK
RGB Variations
Color information
#DB333B (or 0xDB333B) is known color: Alizarin. HEX triplet: DB, 33 and 3B. RGB value is (219,51,59). Sum of RGB (Red+Green+Blue) = 219+51+59=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB333B is #24CCC4. Grayscale: #666666. Windows color (decimal): -2411717 or 3879899. OLE color: 3879899.
HSL color Cylindrical-coordinate representation of color #DB333B: hue angle of 357.14º 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 #DB333B is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 59 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.14 |
| HSL | 357.14º | 0.7% | 0.53% | - |
| HSV(B) | 357.14º | 0.77% | 0.86% | - |
| XYZ | 31.19 | 17.74 | 5.92 | - |
| YUV | 102.14 | 103.66 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 59 | 0 | 0.77 | 0.73 | 0.14 | 357.14 | 0.7 | 0.53 |
| Hex | DB | 33 | 3B | 0 | 4D | 49 | E | 165 | 46 | 35 |
| Octal | 333 | 63 | 73 | 0 | 115 | 111 | 16 | 545 | 106 | 65 |
| Binary | 11011011 | 110011 | 111011 | 0 | 1001101 | 1001001 | 1110 | 101100101 | 1000110 | 110101 |
Color Harmonies of #DB333B
Complementary color
Monochromatic Colors of #DB333B
Black with #DB333B
Text Example
Text Example
White with #DB333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB333B; }
p { color: rgb(219,51,59); }
H1.HeaderClassName
{
color: #DB333B;
}
.AnyTagClassName
{
color: #DB333B;
}
</style>
background-color css
<style>
a { background-color: #DB333B; }
a { background-color: rgb(219,51,59); }
div.DivClassName
{
background-color: #DB333B;
}
.BgClassName
{
background-color: #DB333B;
}
</style>
border-color css
<style>
span { border-color: #DB333B; }
span { border-color: rgb(219,51,59); }
td.TdClassName
{
border-color: #DB333B;
}
.TagClassName
{
border-color: #DB333B;
}
</style>