Shades of Cinnabar #DB5030
Tints of Cinnabar #DB5030
RGB
CMYK
RGB Variations
Color information
#DB5030 (or 0xDB5030) is known color: Cinnabar. HEX triplet: DB, 50 and 30. RGB value is (219,80,48). Sum of RGB (Red+Green+Blue) = 219+80+48=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5030 is #24AFCF. Grayscale: #767676. Windows color (decimal): -2404304 or 3166427. OLE color: 3166427.
HSL color Cylindrical-coordinate representation of color #DB5030: hue angle of 11.23º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB5030 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 48 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.14 |
| HSL | 11.23º | 0.7% | 0.52% | - |
| HSV(B) | 11.23º | 0.78% | 0.86% | - |
| XYZ | 32.62 | 21.01 | 5.13 | - |
| YUV | 117.91 | 88.55 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 48 | 0 | 0.63 | 0.78 | 0.14 | 11.23 | 0.7 | 0.52 |
| Hex | DB | 50 | 30 | 0 | 3F | 4E | E | B | 46 | 34 |
| Octal | 333 | 120 | 60 | 0 | 77 | 116 | 16 | 13 | 106 | 64 |
| Binary | 11011011 | 1010000 | 110000 | 0 | 111111 | 1001110 | 1110 | 1011 | 1000110 | 110100 |
Color Harmonies of #DB5030
Complementary color
Monochromatic Colors of #DB5030
Black with #DB5030
Text Example
Text Example
White with #DB5030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5030; }
p { color: rgb(219,80,48); }
H1.HeaderClassName
{
color: #DB5030;
}
.AnyTagClassName
{
color: #DB5030;
}
</style>
background-color css
<style>
a { background-color: #DB5030; }
a { background-color: rgb(219,80,48); }
div.DivClassName
{
background-color: #DB5030;
}
.BgClassName
{
background-color: #DB5030;
}
</style>
border-color css
<style>
span { border-color: #DB5030; }
span { border-color: rgb(219,80,48); }
td.TdClassName
{
border-color: #DB5030;
}
.TagClassName
{
border-color: #DB5030;
}
</style>