Shades of Cinnabar #DB4F37
Tints of Cinnabar #DB4F37
RGB
CMYK
RGB Variations
Color information
#DB4F37 (or 0xDB4F37) is known color: Cinnabar. HEX triplet: DB, 4F and 37. RGB value is (219,79,55). Sum of RGB (Red+Green+Blue) = 219+79+55=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F37 is #24B0C8. Grayscale: #767676. Windows color (decimal): -2404553 or 3624923. OLE color: 3624923.
HSL color Cylindrical-coordinate representation of color #DB4F37: hue angle of 8.78º 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 #DB4F37 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 55 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.14 |
| HSL | 8.78º | 0.69% | 0.54% | - |
| HSV(B) | 8.78º | 0.75% | 0.86% | - |
| XYZ | 32.7 | 20.93 | 5.93 | - |
| YUV | 118.12 | 92.38 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 55 | 0 | 0.64 | 0.75 | 0.14 | 8.78 | 0.69 | 0.54 |
| Hex | DB | 4F | 37 | 0 | 40 | 4B | E | 9 | 45 | 36 |
| Octal | 333 | 117 | 67 | 0 | 100 | 113 | 16 | 11 | 105 | 66 |
| Binary | 11011011 | 1001111 | 110111 | 0 | 1000000 | 1001011 | 1110 | 1001 | 1000101 | 110110 |
Color Harmonies of #DB4F37
Complementary color
Monochromatic Colors of #DB4F37
Black with #DB4F37
Text Example
Text Example
White with #DB4F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F37; }
p { color: rgb(219,79,55); }
H1.HeaderClassName
{
color: #DB4F37;
}
.AnyTagClassName
{
color: #DB4F37;
}
</style>
background-color css
<style>
a { background-color: #DB4F37; }
a { background-color: rgb(219,79,55); }
div.DivClassName
{
background-color: #DB4F37;
}
.BgClassName
{
background-color: #DB4F37;
}
</style>
border-color css
<style>
span { border-color: #DB4F37; }
span { border-color: rgb(219,79,55); }
td.TdClassName
{
border-color: #DB4F37;
}
.TagClassName
{
border-color: #DB4F37;
}
</style>