Shades of Cinnabar #DB4440
Tints of Cinnabar #DB4440
RGB
CMYK
RGB Variations
Color information
#DB4440 (or 0xDB4440) is known color: Cinnabar. HEX triplet: DB, 44 and 40. RGB value is (219,68,64). Sum of RGB (Red+Green+Blue) = 219+68+64=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4440 is #24BBBF. Grayscale: #707070. Windows color (decimal): -2407360 or 4211931. OLE color: 4211931.
HSL color Cylindrical-coordinate representation of color #DB4440: hue angle of 1.55º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB4440 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 64 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.14 |
| HSL | 1.55º | 0.68% | 0.55% | - |
| HSV(B) | 1.55º | 0.71% | 0.86% | - |
| XYZ | 32.21 | 19.56 | 6.93 | - |
| YUV | 112.69 | 100.53 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 64 | 0 | 0.69 | 0.71 | 0.14 | 1.55 | 0.68 | 0.55 |
| Hex | DB | 44 | 40 | 0 | 45 | 47 | E | 2 | 44 | 37 |
| Octal | 333 | 104 | 100 | 0 | 105 | 107 | 16 | 2 | 104 | 67 |
| Binary | 11011011 | 1000100 | 1000000 | 0 | 1000101 | 1000111 | 1110 | 10 | 1000100 | 110111 |
Color Harmonies of #DB4440
Complementary color
Monochromatic Colors of #DB4440
Black with #DB4440
Text Example
Text Example
White with #DB4440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4440; }
p { color: rgb(219,68,64); }
H1.HeaderClassName
{
color: #DB4440;
}
.AnyTagClassName
{
color: #DB4440;
}
</style>
background-color css
<style>
a { background-color: #DB4440; }
a { background-color: rgb(219,68,64); }
div.DivClassName
{
background-color: #DB4440;
}
.BgClassName
{
background-color: #DB4440;
}
</style>
border-color css
<style>
span { border-color: #DB4440; }
span { border-color: rgb(219,68,64); }
td.TdClassName
{
border-color: #DB4440;
}
.TagClassName
{
border-color: #DB4440;
}
</style>