Shades of Cinnabar #DB5137
Tints of Cinnabar #DB5137
RGB
CMYK
RGB Variations
Color information
#DB5137 (or 0xDB5137) is known color: Cinnabar. HEX triplet: DB, 51 and 37. RGB value is (219,81,55). Sum of RGB (Red+Green+Blue) = 219+81+55=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5137 is #24AEC8. Grayscale: #777777. Windows color (decimal): -2404041 or 3625435. OLE color: 3625435.
HSL color Cylindrical-coordinate representation of color #DB5137: hue angle of 9.51º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB5137 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 55 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.14 |
| HSL | 9.51º | 0.69% | 0.54% | - |
| HSV(B) | 9.51º | 0.75% | 0.86% | - |
| XYZ | 32.85 | 21.22 | 5.98 | - |
| YUV | 119.3 | 91.72 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 55 | 0 | 0.63 | 0.75 | 0.14 | 9.51 | 0.69 | 0.54 |
| Hex | DB | 51 | 37 | 0 | 3F | 4B | E | A | 45 | 36 |
| Octal | 333 | 121 | 67 | 0 | 77 | 113 | 16 | 12 | 105 | 66 |
| Binary | 11011011 | 1010001 | 110111 | 0 | 111111 | 1001011 | 1110 | 1010 | 1000101 | 110110 |
Color Harmonies of #DB5137
Complementary color
Monochromatic Colors of #DB5137
Black with #DB5137
Text Example
Text Example
White with #DB5137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5137; }
p { color: rgb(219,81,55); }
H1.HeaderClassName
{
color: #DB5137;
}
.AnyTagClassName
{
color: #DB5137;
}
</style>
background-color css
<style>
a { background-color: #DB5137; }
a { background-color: rgb(219,81,55); }
div.DivClassName
{
background-color: #DB5137;
}
.BgClassName
{
background-color: #DB5137;
}
</style>
border-color css
<style>
span { border-color: #DB5137; }
span { border-color: rgb(219,81,55); }
td.TdClassName
{
border-color: #DB5137;
}
.TagClassName
{
border-color: #DB5137;
}
</style>