Shades of Cinnabar #DB4937
Tints of Cinnabar #DB4937
RGB
CMYK
RGB Variations
Color information
#DB4937 (or 0xDB4937) is known color: Cinnabar. HEX triplet: DB, 49 and 37. RGB value is (219,73,55). Sum of RGB (Red+Green+Blue) = 219+73+55=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4937 is #24B6C8. Grayscale: #727272. Windows color (decimal): -2406089 or 3623387. OLE color: 3623387.
HSL color Cylindrical-coordinate representation of color #DB4937: hue angle of 6.59º 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 #DB4937 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 55 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.14 |
| HSL | 6.59º | 0.69% | 0.54% | - |
| HSV(B) | 6.59º | 0.75% | 0.86% | - |
| XYZ | 32.29 | 20.1 | 5.79 | - |
| YUV | 114.6 | 94.37 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 55 | 0 | 0.67 | 0.75 | 0.14 | 6.59 | 0.69 | 0.54 |
| Hex | DB | 49 | 37 | 0 | 43 | 4B | E | 7 | 45 | 36 |
| Octal | 333 | 111 | 67 | 0 | 103 | 113 | 16 | 7 | 105 | 66 |
| Binary | 11011011 | 1001001 | 110111 | 0 | 1000011 | 1001011 | 1110 | 111 | 1000101 | 110110 |
Color Harmonies of #DB4937
Complementary color
Monochromatic Colors of #DB4937
Black with #DB4937
Text Example
Text Example
White with #DB4937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4937; }
p { color: rgb(219,73,55); }
H1.HeaderClassName
{
color: #DB4937;
}
.AnyTagClassName
{
color: #DB4937;
}
</style>
background-color css
<style>
a { background-color: #DB4937; }
a { background-color: rgb(219,73,55); }
div.DivClassName
{
background-color: #DB4937;
}
.BgClassName
{
background-color: #DB4937;
}
</style>
border-color css
<style>
span { border-color: #DB4937; }
span { border-color: rgb(219,73,55); }
td.TdClassName
{
border-color: #DB4937;
}
.TagClassName
{
border-color: #DB4937;
}
</style>