Shades of Cinnabar #DB5034
Tints of Cinnabar #DB5034
RGB
CMYK
RGB Variations
Color information
#DB5034 (or 0xDB5034) is known color: Cinnabar. HEX triplet: DB, 50 and 34. RGB value is (219,80,52). Sum of RGB (Red+Green+Blue) = 219+80+52=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5034 is #24AFCB. Grayscale: #767676. Windows color (decimal): -2404300 or 3428571. OLE color: 3428571.
HSL color Cylindrical-coordinate representation of color #DB5034: hue angle of 10.06º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB5034 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 52 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.14 |
| HSL | 10.06º | 0.7% | 0.53% | - |
| HSV(B) | 10.06º | 0.76% | 0.86% | - |
| XYZ | 32.7 | 21.05 | 5.59 | - |
| YUV | 118.37 | 90.55 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 52 | 0 | 0.63 | 0.76 | 0.14 | 10.06 | 0.7 | 0.53 |
| Hex | DB | 50 | 34 | 0 | 3F | 4C | E | A | 46 | 35 |
| Octal | 333 | 120 | 64 | 0 | 77 | 114 | 16 | 12 | 106 | 65 |
| Binary | 11011011 | 1010000 | 110100 | 0 | 111111 | 1001100 | 1110 | 1010 | 1000110 | 110101 |
Color Harmonies of #DB5034
Complementary color
Monochromatic Colors of #DB5034
Black with #DB5034
Text Example
Text Example
White with #DB5034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5034; }
p { color: rgb(219,80,52); }
H1.HeaderClassName
{
color: #DB5034;
}
.AnyTagClassName
{
color: #DB5034;
}
</style>
background-color css
<style>
a { background-color: #DB5034; }
a { background-color: rgb(219,80,52); }
div.DivClassName
{
background-color: #DB5034;
}
.BgClassName
{
background-color: #DB5034;
}
</style>
border-color css
<style>
span { border-color: #DB5034; }
span { border-color: rgb(219,80,52); }
td.TdClassName
{
border-color: #DB5034;
}
.TagClassName
{
border-color: #DB5034;
}
</style>