Shades of Cinnabar #DB4822
Tints of Cinnabar #DB4822
RGB
CMYK
RGB Variations
Color information
#DB4822 (or 0xDB4822) is known color: Cinnabar. HEX triplet: DB, 48 and 22. RGB value is (219,72,34). Sum of RGB (Red+Green+Blue) = 219+72+34=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4822 is #24B7DD. Grayscale: #6F6F6F. Windows color (decimal): -2406366 or 2246875. OLE color: 2246875.
HSL color Cylindrical-coordinate representation of color #DB4822: hue angle of 12.32º 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 #DB4822 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 34 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.14 |
| HSL | 12.32º | 0.73% | 0.5% | - |
| HSV(B) | 12.32º | 0.84% | 0.86% | - |
| XYZ | 31.82 | 19.81 | 3.66 | - |
| YUV | 111.62 | 84.2 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 34 | 0 | 0.67 | 0.84 | 0.14 | 12.32 | 0.73 | 0.5 |
| Hex | DB | 48 | 22 | 0 | 43 | 54 | E | C | 49 | 32 |
| Octal | 333 | 110 | 42 | 0 | 103 | 124 | 16 | 14 | 111 | 62 |
| Binary | 11011011 | 1001000 | 100010 | 0 | 1000011 | 1010100 | 1110 | 1100 | 1001001 | 110010 |
Color Harmonies of #DB4822
Complementary color
Monochromatic Colors of #DB4822
Black with #DB4822
Text Example
Text Example
White with #DB4822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4822; }
p { color: rgb(219,72,34); }
H1.HeaderClassName
{
color: #DB4822;
}
.AnyTagClassName
{
color: #DB4822;
}
</style>
background-color css
<style>
a { background-color: #DB4822; }
a { background-color: rgb(219,72,34); }
div.DivClassName
{
background-color: #DB4822;
}
.BgClassName
{
background-color: #DB4822;
}
</style>
border-color css
<style>
span { border-color: #DB4822; }
span { border-color: rgb(219,72,34); }
td.TdClassName
{
border-color: #DB4822;
}
.TagClassName
{
border-color: #DB4822;
}
</style>