Shades of Cinnabar #DB5039
Tints of Cinnabar #DB5039
RGB
CMYK
RGB Variations
Color information
#DB5039 (or 0xDB5039) is known color: Cinnabar. HEX triplet: DB, 50 and 39. RGB value is (219,80,57). Sum of RGB (Red+Green+Blue) = 219+80+57=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5039 is #24AFC6. Grayscale: #777777. Windows color (decimal): -2404295 or 3756251. OLE color: 3756251.
HSL color Cylindrical-coordinate representation of color #DB5039: hue angle of 8.52º 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 #DB5039 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 57 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.14 |
| HSL | 8.52º | 0.69% | 0.54% | - |
| HSV(B) | 8.52º | 0.74% | 0.86% | - |
| XYZ | 32.82 | 21.09 | 6.21 | - |
| YUV | 118.94 | 93.05 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 57 | 0 | 0.63 | 0.74 | 0.14 | 8.52 | 0.69 | 0.54 |
| Hex | DB | 50 | 39 | 0 | 3F | 4A | E | 9 | 45 | 36 |
| Octal | 333 | 120 | 71 | 0 | 77 | 112 | 16 | 11 | 105 | 66 |
| Binary | 11011011 | 1010000 | 111001 | 0 | 111111 | 1001010 | 1110 | 1001 | 1000101 | 110110 |
Color Harmonies of #DB5039
Complementary color
Monochromatic Colors of #DB5039
Black with #DB5039
Text Example
Text Example
White with #DB5039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5039; }
p { color: rgb(219,80,57); }
H1.HeaderClassName
{
color: #DB5039;
}
.AnyTagClassName
{
color: #DB5039;
}
</style>
background-color css
<style>
a { background-color: #DB5039; }
a { background-color: rgb(219,80,57); }
div.DivClassName
{
background-color: #DB5039;
}
.BgClassName
{
background-color: #DB5039;
}
</style>
border-color css
<style>
span { border-color: #DB5039; }
span { border-color: rgb(219,80,57); }
td.TdClassName
{
border-color: #DB5039;
}
.TagClassName
{
border-color: #DB5039;
}
</style>