Shades of Cinnabar #DB4722
Tints of Cinnabar #DB4722
RGB
CMYK
RGB Variations
Color information
#DB4722 (or 0xDB4722) is known color: Cinnabar. HEX triplet: DB, 47 and 22. RGB value is (219,71,34). Sum of RGB (Red+Green+Blue) = 219+71+34=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4722 is #24B8DD. Grayscale: #6F6F6F. Windows color (decimal): -2406622 or 2246619. OLE color: 2246619.
HSL color Cylindrical-coordinate representation of color #DB4722: hue angle of 12º 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 #DB4722 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 34 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.14 |
| HSL | 12º | 0.73% | 0.5% | - |
| HSV(B) | 12º | 0.84% | 0.86% | - |
| XYZ | 31.76 | 19.68 | 3.64 | - |
| YUV | 111.03 | 84.53 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 34 | 0 | 0.68 | 0.84 | 0.14 | 12 | 0.73 | 0.5 |
| Hex | DB | 47 | 22 | 0 | 44 | 54 | E | C | 49 | 32 |
| Octal | 333 | 107 | 42 | 0 | 104 | 124 | 16 | 14 | 111 | 62 |
| Binary | 11011011 | 1000111 | 100010 | 0 | 1000100 | 1010100 | 1110 | 1100 | 1001001 | 110010 |
Color Harmonies of #DB4722
Complementary color
Monochromatic Colors of #DB4722
Black with #DB4722
Text Example
Text Example
White with #DB4722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4722; }
p { color: rgb(219,71,34); }
H1.HeaderClassName
{
color: #DB4722;
}
.AnyTagClassName
{
color: #DB4722;
}
</style>
background-color css
<style>
a { background-color: #DB4722; }
a { background-color: rgb(219,71,34); }
div.DivClassName
{
background-color: #DB4722;
}
.BgClassName
{
background-color: #DB4722;
}
</style>
border-color css
<style>
span { border-color: #DB4722; }
span { border-color: rgb(219,71,34); }
td.TdClassName
{
border-color: #DB4722;
}
.TagClassName
{
border-color: #DB4722;
}
</style>