Shades of Cinnabar #DB4922
Tints of Cinnabar #DB4922
RGB
CMYK
RGB Variations
Color information
#DB4922 (or 0xDB4922) is known color: Cinnabar. HEX triplet: DB, 49 and 22. RGB value is (219,73,34). Sum of RGB (Red+Green+Blue) = 219+73+34=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4922 is #24B6DD. Grayscale: #707070. Windows color (decimal): -2406110 or 2247131. OLE color: 2247131.
HSL color Cylindrical-coordinate representation of color #DB4922: hue angle of 12.65º 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 #DB4922 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 34 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.14 |
| HSL | 12.65º | 0.73% | 0.5% | - |
| HSV(B) | 12.65º | 0.84% | 0.86% | - |
| XYZ | 31.88 | 19.94 | 3.68 | - |
| YUV | 112.21 | 83.87 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 34 | 0 | 0.67 | 0.84 | 0.14 | 12.65 | 0.73 | 0.5 |
| Hex | DB | 49 | 22 | 0 | 43 | 54 | E | D | 49 | 32 |
| Octal | 333 | 111 | 42 | 0 | 103 | 124 | 16 | 15 | 111 | 62 |
| Binary | 11011011 | 1001001 | 100010 | 0 | 1000011 | 1010100 | 1110 | 1101 | 1001001 | 110010 |
Color Harmonies of #DB4922
Complementary color
Monochromatic Colors of #DB4922
Black with #DB4922
Text Example
Text Example
White with #DB4922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4922; }
p { color: rgb(219,73,34); }
H1.HeaderClassName
{
color: #DB4922;
}
.AnyTagClassName
{
color: #DB4922;
}
</style>
background-color css
<style>
a { background-color: #DB4922; }
a { background-color: rgb(219,73,34); }
div.DivClassName
{
background-color: #DB4922;
}
.BgClassName
{
background-color: #DB4922;
}
</style>
border-color css
<style>
span { border-color: #DB4922; }
span { border-color: rgb(219,73,34); }
td.TdClassName
{
border-color: #DB4922;
}
.TagClassName
{
border-color: #DB4922;
}
</style>