Shades of Alizarin #DB222A
Tints of Alizarin #DB222A
RGB
CMYK
RGB Variations
Color information
#DB222A (or 0xDB222A) is known color: Alizarin. HEX triplet: DB, 22 and 2A. RGB value is (219,34,42). Sum of RGB (Red+Green+Blue) = 219+34+42=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB222A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB222A is #24DDD5. Grayscale: #5A5A5A. Windows color (decimal): -2416086 or 2761435. OLE color: 2761435.
HSL color Cylindrical-coordinate representation of color #DB222A: hue angle of 357.41º 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 #DB222A is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 42 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.14 |
| HSL | 357.41º | 0.73% | 0.5% | - |
| HSV(B) | 357.41º | 0.84% | 0.86% | - |
| XYZ | 30.2 | 16.37 | 3.76 | - |
| YUV | 90.23 | 100.79 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 42 | 0 | 0.84 | 0.81 | 0.14 | 357.41 | 0.73 | 0.5 |
| Hex | DB | 22 | 2A | 0 | 54 | 51 | E | 165 | 49 | 32 |
| Octal | 333 | 42 | 52 | 0 | 124 | 121 | 16 | 545 | 111 | 62 |
| Binary | 11011011 | 100010 | 101010 | 0 | 1010100 | 1010001 | 1110 | 101100101 | 1001001 | 110010 |
Color Harmonies of #DB222A
Complementary color
Monochromatic Colors of #DB222A
Black with #DB222A
Text Example
Text Example
White with #DB222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB222A; }
p { color: rgb(219,34,42); }
H1.HeaderClassName
{
color: #DB222A;
}
.AnyTagClassName
{
color: #DB222A;
}
</style>
background-color css
<style>
a { background-color: #DB222A; }
a { background-color: rgb(219,34,42); }
div.DivClassName
{
background-color: #DB222A;
}
.BgClassName
{
background-color: #DB222A;
}
</style>
border-color css
<style>
span { border-color: #DB222A; }
span { border-color: rgb(219,34,42); }
td.TdClassName
{
border-color: #DB222A;
}
.TagClassName
{
border-color: #DB222A;
}
</style>