Shades of Cinnabar #DB4222
Tints of Cinnabar #DB4222
RGB
CMYK
RGB Variations
Color information
#DB4222 (or 0xDB4222) is known color: Cinnabar. HEX triplet: DB, 42 and 22. RGB value is (219,66,34). Sum of RGB (Red+Green+Blue) = 219+66+34=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 34 (13.67% from 255 or 10.66% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4222 is #24BDDD. Grayscale: #6C6C6C. Windows color (decimal): -2407902 or 2245339. OLE color: 2245339.
HSL color Cylindrical-coordinate representation of color #DB4222: hue angle of 10.38º 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 #DB4222 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 34 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.14 |
| HSL | 10.38º | 0.73% | 0.5% | - |
| HSV(B) | 10.38º | 0.84% | 0.86% | - |
| XYZ | 31.45 | 19.07 | 3.54 | - |
| YUV | 108.1 | 86.19 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 34 | 0 | 0.70 | 0.84 | 0.14 | 10.38 | 0.73 | 0.5 |
| Hex | DB | 42 | 22 | 0 | 46 | 54 | E | A | 49 | 32 |
| Octal | 333 | 102 | 42 | 0 | 106 | 124 | 16 | 12 | 111 | 62 |
| Binary | 11011011 | 1000010 | 100010 | 0 | 1000110 | 1010100 | 1110 | 1010 | 1001001 | 110010 |
Color Harmonies of #DB4222
Complementary color
Monochromatic Colors of #DB4222
Black with #DB4222
Text Example
Text Example
White with #DB4222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4222; }
p { color: rgb(219,66,34); }
H1.HeaderClassName
{
color: #DB4222;
}
.AnyTagClassName
{
color: #DB4222;
}
</style>
background-color css
<style>
a { background-color: #DB4222; }
a { background-color: rgb(219,66,34); }
div.DivClassName
{
background-color: #DB4222;
}
.BgClassName
{
background-color: #DB4222;
}
</style>
border-color css
<style>
span { border-color: #DB4222; }
span { border-color: rgb(219,66,34); }
td.TdClassName
{
border-color: #DB4222;
}
.TagClassName
{
border-color: #DB4222;
}
</style>