Shades of Cinnabar #DB4437
Tints of Cinnabar #DB4437
RGB
CMYK
RGB Variations
Color information
#DB4437 (or 0xDB4437) is known color: Cinnabar. HEX triplet: DB, 44 and 37. RGB value is (219,68,55). Sum of RGB (Red+Green+Blue) = 219+68+55=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4437 is #24BBC8. Grayscale: #6F6F6F. Windows color (decimal): -2407369 or 3622107. OLE color: 3622107.
HSL color Cylindrical-coordinate representation of color #DB4437: hue angle of 4.76º 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 #DB4437 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 55 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.14 |
| HSL | 4.76º | 0.69% | 0.54% | - |
| HSV(B) | 4.76º | 0.75% | 0.86% | - |
| XYZ | 31.97 | 19.47 | 5.69 | - |
| YUV | 111.67 | 96.03 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 55 | 0 | 0.69 | 0.75 | 0.14 | 4.76 | 0.69 | 0.54 |
| Hex | DB | 44 | 37 | 0 | 45 | 4B | E | 5 | 45 | 36 |
| Octal | 333 | 104 | 67 | 0 | 105 | 113 | 16 | 5 | 105 | 66 |
| Binary | 11011011 | 1000100 | 110111 | 0 | 1000101 | 1001011 | 1110 | 101 | 1000101 | 110110 |
Color Harmonies of #DB4437
Complementary color
Monochromatic Colors of #DB4437
Black with #DB4437
Text Example
Text Example
White with #DB4437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4437; }
p { color: rgb(219,68,55); }
H1.HeaderClassName
{
color: #DB4437;
}
.AnyTagClassName
{
color: #DB4437;
}
</style>
background-color css
<style>
a { background-color: #DB4437; }
a { background-color: rgb(219,68,55); }
div.DivClassName
{
background-color: #DB4437;
}
.BgClassName
{
background-color: #DB4437;
}
</style>
border-color css
<style>
span { border-color: #DB4437; }
span { border-color: rgb(219,68,55); }
td.TdClassName
{
border-color: #DB4437;
}
.TagClassName
{
border-color: #DB4437;
}
</style>