Shades of Cinnabar #DB5032
Tints of Cinnabar #DB5032
RGB
CMYK
RGB Variations
Color information
#DB5032 (or 0xDB5032) is known color: Cinnabar. HEX triplet: DB, 50 and 32. RGB value is (219,80,50). Sum of RGB (Red+Green+Blue) = 219+80+50=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5032 is #24AFCD. Grayscale: #767676. Windows color (decimal): -2404302 or 3297499. OLE color: 3297499.
HSL color Cylindrical-coordinate representation of color #DB5032: hue angle of 10.65º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB5032 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 50 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.14 |
| HSL | 10.65º | 0.7% | 0.53% | - |
| HSV(B) | 10.65º | 0.77% | 0.86% | - |
| XYZ | 32.66 | 21.03 | 5.36 | - |
| YUV | 118.14 | 89.55 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 50 | 0 | 0.63 | 0.77 | 0.14 | 10.65 | 0.7 | 0.53 |
| Hex | DB | 50 | 32 | 0 | 3F | 4D | E | B | 46 | 35 |
| Octal | 333 | 120 | 62 | 0 | 77 | 115 | 16 | 13 | 106 | 65 |
| Binary | 11011011 | 1010000 | 110010 | 0 | 111111 | 1001101 | 1110 | 1011 | 1000110 | 110101 |
Color Harmonies of #DB5032
Complementary color
Monochromatic Colors of #DB5032
Black with #DB5032
Text Example
Text Example
White with #DB5032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5032; }
p { color: rgb(219,80,50); }
H1.HeaderClassName
{
color: #DB5032;
}
.AnyTagClassName
{
color: #DB5032;
}
</style>
background-color css
<style>
a { background-color: #DB5032; }
a { background-color: rgb(219,80,50); }
div.DivClassName
{
background-color: #DB5032;
}
.BgClassName
{
background-color: #DB5032;
}
</style>
border-color css
<style>
span { border-color: #DB5032; }
span { border-color: rgb(219,80,50); }
td.TdClassName
{
border-color: #DB5032;
}
.TagClassName
{
border-color: #DB5032;
}
</style>