Shades of Cinnabar #DB3722
Tints of Cinnabar #DB3722
RGB
CMYK
RGB Variations
Color information
#DB3722 (or 0xDB3722) is known color: Cinnabar. HEX triplet: DB, 37 and 22. RGB value is (219,55,34). Sum of RGB (Red+Green+Blue) = 219+55+34=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3722 is #24C8DD. Grayscale: #656565. Windows color (decimal): -2410718 or 2242523. OLE color: 2242523.
HSL color Cylindrical-coordinate representation of color #DB3722: hue angle of 6.81º 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 #DB3722 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 34 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.14 |
| HSL | 6.81º | 0.73% | 0.5% | - |
| HSV(B) | 6.81º | 0.84% | 0.86% | - |
| XYZ | 30.87 | 17.91 | 3.34 | - |
| YUV | 101.64 | 89.83 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 34 | 0 | 0.75 | 0.84 | 0.14 | 6.81 | 0.73 | 0.5 |
| Hex | DB | 37 | 22 | 0 | 4B | 54 | E | 7 | 49 | 32 |
| Octal | 333 | 67 | 42 | 0 | 113 | 124 | 16 | 7 | 111 | 62 |
| Binary | 11011011 | 110111 | 100010 | 0 | 1001011 | 1010100 | 1110 | 111 | 1001001 | 110010 |
Color Harmonies of #DB3722
Complementary color
Monochromatic Colors of #DB3722
Black with #DB3722
Text Example
Text Example
White with #DB3722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3722; }
p { color: rgb(219,55,34); }
H1.HeaderClassName
{
color: #DB3722;
}
.AnyTagClassName
{
color: #DB3722;
}
</style>
background-color css
<style>
a { background-color: #DB3722; }
a { background-color: rgb(219,55,34); }
div.DivClassName
{
background-color: #DB3722;
}
.BgClassName
{
background-color: #DB3722;
}
</style>
border-color css
<style>
span { border-color: #DB3722; }
span { border-color: rgb(219,55,34); }
td.TdClassName
{
border-color: #DB3722;
}
.TagClassName
{
border-color: #DB3722;
}
</style>