Shades of Alizarin #DB223B
Tints of Alizarin #DB223B
RGB
CMYK
RGB Variations
Color information
#DB223B (or 0xDB223B) is known color: Alizarin. HEX triplet: DB, 22 and 3B. RGB value is (219,34,59). Sum of RGB (Red+Green+Blue) = 219+34+59=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB223B is #24DDC4. Grayscale: #5C5C5C. Windows color (decimal): -2416069 or 3875547. OLE color: 3875547.
HSL color Cylindrical-coordinate representation of color #DB223B: hue angle of 351.89º 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 #DB223B is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 59 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.14 |
| HSL | 351.89º | 0.73% | 0.5% | - |
| HSV(B) | 351.89º | 0.84% | 0.86% | - |
| XYZ | 30.57 | 16.52 | 5.71 | - |
| YUV | 92.17 | 109.29 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 59 | 0 | 0.84 | 0.73 | 0.14 | 351.89 | 0.73 | 0.5 |
| Hex | DB | 22 | 3B | 0 | 54 | 49 | E | 160 | 49 | 32 |
| Octal | 333 | 42 | 73 | 0 | 124 | 111 | 16 | 540 | 111 | 62 |
| Binary | 11011011 | 100010 | 111011 | 0 | 1010100 | 1001001 | 1110 | 101100000 | 1001001 | 110010 |
Color Harmonies of #DB223B
Complementary color
Monochromatic Colors of #DB223B
Black with #DB223B
Text Example
Text Example
White with #DB223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB223B; }
p { color: rgb(219,34,59); }
H1.HeaderClassName
{
color: #DB223B;
}
.AnyTagClassName
{
color: #DB223B;
}
</style>
background-color css
<style>
a { background-color: #DB223B; }
a { background-color: rgb(219,34,59); }
div.DivClassName
{
background-color: #DB223B;
}
.BgClassName
{
background-color: #DB223B;
}
</style>
border-color css
<style>
span { border-color: #DB223B; }
span { border-color: rgb(219,34,59); }
td.TdClassName
{
border-color: #DB223B;
}
.TagClassName
{
border-color: #DB223B;
}
</style>