Shades of Cinnabar #DB3837
Tints of Cinnabar #DB3837
RGB
CMYK
RGB Variations
Color information
#DB3837 (or 0xDB3837) is known color: Cinnabar. HEX triplet: DB, 38 and 37. RGB value is (219,56,55). Sum of RGB (Red+Green+Blue) = 219+56+55=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3837 is #24C7C8. Grayscale: #686868. Windows color (decimal): -2410441 or 3619035. OLE color: 3619035.
HSL color Cylindrical-coordinate representation of color #DB3837: hue angle of 0.37º 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 #DB3837 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 55 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.14 |
| HSL | 0.37º | 0.69% | 0.54% | - |
| HSV(B) | 0.37º | 0.75% | 0.86% | - |
| XYZ | 31.32 | 18.16 | 5.47 | - |
| YUV | 104.62 | 100 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 55 | 0 | 0.74 | 0.75 | 0.14 | 0.37 | 0.69 | 0.54 |
| Hex | DB | 38 | 37 | 0 | 4A | 4B | E | 0 | 45 | 36 |
| Octal | 333 | 70 | 67 | 0 | 112 | 113 | 16 | 0 | 105 | 66 |
| Binary | 11011011 | 111000 | 110111 | 0 | 1001010 | 1001011 | 1110 | 0 | 1000101 | 110110 |
Color Harmonies of #DB3837
Complementary color
Monochromatic Colors of #DB3837
Black with #DB3837
Text Example
Text Example
White with #DB3837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3837; }
p { color: rgb(219,56,55); }
H1.HeaderClassName
{
color: #DB3837;
}
.AnyTagClassName
{
color: #DB3837;
}
</style>
background-color css
<style>
a { background-color: #DB3837; }
a { background-color: rgb(219,56,55); }
div.DivClassName
{
background-color: #DB3837;
}
.BgClassName
{
background-color: #DB3837;
}
</style>
border-color css
<style>
span { border-color: #DB3837; }
span { border-color: rgb(219,56,55); }
td.TdClassName
{
border-color: #DB3837;
}
.TagClassName
{
border-color: #DB3837;
}
</style>