Shades of Alizarin #DB2A33
Tints of Alizarin #DB2A33
RGB
CMYK
RGB Variations
Color information
#DB2A33 (or 0xDB2A33) is known color: Alizarin. HEX triplet: DB, 2A and 33. RGB value is (219,42,51). Sum of RGB (Red+Green+Blue) = 219+42+51=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A33 is #24D5CC. Grayscale: #606060. Windows color (decimal): -2414029 or 3353307. OLE color: 3353307.
HSL color Cylindrical-coordinate representation of color #DB2A33: hue angle of 356.95º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2A33 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 51 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.14 |
| HSL | 356.95º | 0.71% | 0.51% | - |
| HSV(B) | 356.95º | 0.81% | 0.86% | - |
| XYZ | 30.64 | 16.96 | 4.79 | - |
| YUV | 95.95 | 102.64 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 51 | 0 | 0.81 | 0.77 | 0.14 | 356.95 | 0.71 | 0.51 |
| Hex | DB | 2A | 33 | 0 | 51 | 4D | E | 165 | 47 | 33 |
| Octal | 333 | 52 | 63 | 0 | 121 | 115 | 16 | 545 | 107 | 63 |
| Binary | 11011011 | 101010 | 110011 | 0 | 1010001 | 1001101 | 1110 | 101100101 | 1000111 | 110011 |
Color Harmonies of #DB2A33
Complementary color
Monochromatic Colors of #DB2A33
Black with #DB2A33
Text Example
Text Example
White with #DB2A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A33; }
p { color: rgb(219,42,51); }
H1.HeaderClassName
{
color: #DB2A33;
}
.AnyTagClassName
{
color: #DB2A33;
}
</style>
background-color css
<style>
a { background-color: #DB2A33; }
a { background-color: rgb(219,42,51); }
div.DivClassName
{
background-color: #DB2A33;
}
.BgClassName
{
background-color: #DB2A33;
}
</style>
border-color css
<style>
span { border-color: #DB2A33; }
span { border-color: rgb(219,42,51); }
td.TdClassName
{
border-color: #DB2A33;
}
.TagClassName
{
border-color: #DB2A33;
}
</style>