Shades of Alizarin #DB2235
Tints of Alizarin #DB2235
RGB
CMYK
RGB Variations
Color information
#DB2235 (or 0xDB2235) is known color: Alizarin. HEX triplet: DB, 22 and 35. RGB value is (219,34,53). Sum of RGB (Red+Green+Blue) = 219+34+53=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2235 is #24DDCA. Grayscale: #5B5B5B. Windows color (decimal): -2416075 or 3482331. OLE color: 3482331.
HSL color Cylindrical-coordinate representation of color #DB2235: hue angle of 353.84º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2235 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 53 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.14 |
| HSL | 353.84º | 0.73% | 0.5% | - |
| HSV(B) | 353.84º | 0.84% | 0.86% | - |
| XYZ | 30.43 | 16.46 | 4.94 | - |
| YUV | 91.48 | 106.29 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 53 | 0 | 0.84 | 0.76 | 0.14 | 353.84 | 0.73 | 0.5 |
| Hex | DB | 22 | 35 | 0 | 54 | 4C | E | 162 | 49 | 32 |
| Octal | 333 | 42 | 65 | 0 | 124 | 114 | 16 | 542 | 111 | 62 |
| Binary | 11011011 | 100010 | 110101 | 0 | 1010100 | 1001100 | 1110 | 101100010 | 1001001 | 110010 |
Color Harmonies of #DB2235
Complementary color
Monochromatic Colors of #DB2235
Black with #DB2235
Text Example
Text Example
White with #DB2235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2235; }
p { color: rgb(219,34,53); }
H1.HeaderClassName
{
color: #DB2235;
}
.AnyTagClassName
{
color: #DB2235;
}
</style>
background-color css
<style>
a { background-color: #DB2235; }
a { background-color: rgb(219,34,53); }
div.DivClassName
{
background-color: #DB2235;
}
.BgClassName
{
background-color: #DB2235;
}
</style>
border-color css
<style>
span { border-color: #DB2235; }
span { border-color: rgb(219,34,53); }
td.TdClassName
{
border-color: #DB2235;
}
.TagClassName
{
border-color: #DB2235;
}
</style>