Shades of Cinnabar #DB5139
Tints of Cinnabar #DB5139
RGB
CMYK
RGB Variations
Color information
#DB5139 (or 0xDB5139) is known color: Cinnabar. HEX triplet: DB, 51 and 39. RGB value is (219,81,57). Sum of RGB (Red+Green+Blue) = 219+81+57=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5139 is #24AEC6. Grayscale: #777777. Windows color (decimal): -2404039 or 3756507. OLE color: 3756507.
HSL color Cylindrical-coordinate representation of color #DB5139: hue angle of 8.89º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB5139 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 57 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.14 |
| HSL | 8.89º | 0.69% | 0.54% | - |
| HSV(B) | 8.89º | 0.74% | 0.86% | - |
| XYZ | 32.89 | 21.24 | 6.24 | - |
| YUV | 119.53 | 92.72 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 57 | 0 | 0.63 | 0.74 | 0.14 | 8.89 | 0.69 | 0.54 |
| Hex | DB | 51 | 39 | 0 | 3F | 4A | E | 9 | 45 | 36 |
| Octal | 333 | 121 | 71 | 0 | 77 | 112 | 16 | 11 | 105 | 66 |
| Binary | 11011011 | 1010001 | 111001 | 0 | 111111 | 1001010 | 1110 | 1001 | 1000101 | 110110 |
Color Harmonies of #DB5139
Complementary color
Monochromatic Colors of #DB5139
Black with #DB5139
Text Example
Text Example
White with #DB5139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5139; }
p { color: rgb(219,81,57); }
H1.HeaderClassName
{
color: #DB5139;
}
.AnyTagClassName
{
color: #DB5139;
}
</style>
background-color css
<style>
a { background-color: #DB5139; }
a { background-color: rgb(219,81,57); }
div.DivClassName
{
background-color: #DB5139;
}
.BgClassName
{
background-color: #DB5139;
}
</style>
border-color css
<style>
span { border-color: #DB5139; }
span { border-color: rgb(219,81,57); }
td.TdClassName
{
border-color: #DB5139;
}
.TagClassName
{
border-color: #DB5139;
}
</style>