Shades of Cinnabar #DB4522
Tints of Cinnabar #DB4522
RGB
CMYK
RGB Variations
Color information
#DB4522 (or 0xDB4522) is known color: Cinnabar. HEX triplet: DB, 45 and 22. RGB value is (219,69,34). Sum of RGB (Red+Green+Blue) = 219+69+34=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4522 is #24BADD. Grayscale: #6E6E6E. Windows color (decimal): -2407134 or 2246107. OLE color: 2246107.
HSL color Cylindrical-coordinate representation of color #DB4522: hue angle of 11.35º 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 #DB4522 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 34 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.14 |
| HSL | 11.35º | 0.73% | 0.5% | - |
| HSV(B) | 11.35º | 0.84% | 0.86% | - |
| XYZ | 31.63 | 19.43 | 3.6 | - |
| YUV | 109.86 | 85.2 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 34 | 0 | 0.68 | 0.84 | 0.14 | 11.35 | 0.73 | 0.5 |
| Hex | DB | 45 | 22 | 0 | 44 | 54 | E | B | 49 | 32 |
| Octal | 333 | 105 | 42 | 0 | 104 | 124 | 16 | 13 | 111 | 62 |
| Binary | 11011011 | 1000101 | 100010 | 0 | 1000100 | 1010100 | 1110 | 1011 | 1001001 | 110010 |
Color Harmonies of #DB4522
Complementary color
Monochromatic Colors of #DB4522
Black with #DB4522
Text Example
Text Example
White with #DB4522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4522; }
p { color: rgb(219,69,34); }
H1.HeaderClassName
{
color: #DB4522;
}
.AnyTagClassName
{
color: #DB4522;
}
</style>
background-color css
<style>
a { background-color: #DB4522; }
a { background-color: rgb(219,69,34); }
div.DivClassName
{
background-color: #DB4522;
}
.BgClassName
{
background-color: #DB4522;
}
</style>
border-color css
<style>
span { border-color: #DB4522; }
span { border-color: rgb(219,69,34); }
td.TdClassName
{
border-color: #DB4522;
}
.TagClassName
{
border-color: #DB4522;
}
</style>