Shades of Cinnabar #DB5035
Tints of Cinnabar #DB5035
RGB
CMYK
RGB Variations
Color information
#DB5035 (or 0xDB5035) is known color: Cinnabar. HEX triplet: DB, 50 and 35. RGB value is (219,80,53). Sum of RGB (Red+Green+Blue) = 219+80+53=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5035 is #24AFCA. Grayscale: #767676. Windows color (decimal): -2404299 or 3494107. OLE color: 3494107.
HSL color Cylindrical-coordinate representation of color #DB5035: hue angle of 9.76º 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 #DB5035 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 53 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.14 |
| HSL | 9.76º | 0.7% | 0.53% | - |
| HSV(B) | 9.76º | 0.76% | 0.86% | - |
| XYZ | 32.72 | 21.05 | 5.71 | - |
| YUV | 118.48 | 91.05 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 53 | 0 | 0.63 | 0.76 | 0.14 | 9.76 | 0.7 | 0.53 |
| Hex | DB | 50 | 35 | 0 | 3F | 4C | E | A | 46 | 35 |
| Octal | 333 | 120 | 65 | 0 | 77 | 114 | 16 | 12 | 106 | 65 |
| Binary | 11011011 | 1010000 | 110101 | 0 | 111111 | 1001100 | 1110 | 1010 | 1000110 | 110101 |
Color Harmonies of #DB5035
Complementary color
Monochromatic Colors of #DB5035
Black with #DB5035
Text Example
Text Example
White with #DB5035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5035; }
p { color: rgb(219,80,53); }
H1.HeaderClassName
{
color: #DB5035;
}
.AnyTagClassName
{
color: #DB5035;
}
</style>
background-color css
<style>
a { background-color: #DB5035; }
a { background-color: rgb(219,80,53); }
div.DivClassName
{
background-color: #DB5035;
}
.BgClassName
{
background-color: #DB5035;
}
</style>
border-color css
<style>
span { border-color: #DB5035; }
span { border-color: rgb(219,80,53); }
td.TdClassName
{
border-color: #DB5035;
}
.TagClassName
{
border-color: #DB5035;
}
</style>