Shades of Cinnabar #DB4640
Tints of Cinnabar #DB4640
RGB
CMYK
RGB Variations
Color information
#DB4640 (or 0xDB4640) is known color: Cinnabar. HEX triplet: DB, 46 and 40. RGB value is (219,70,64). Sum of RGB (Red+Green+Blue) = 219+70+64=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4640 is #24B9BF. Grayscale: #727272. Windows color (decimal): -2406848 or 4212443. OLE color: 4212443.
HSL color Cylindrical-coordinate representation of color #DB4640: hue angle of 2.32º 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 #DB4640 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 64 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.14 |
| HSL | 2.32º | 0.68% | 0.55% | - |
| HSV(B) | 2.32º | 0.71% | 0.86% | - |
| XYZ | 32.33 | 19.81 | 6.97 | - |
| YUV | 113.87 | 99.86 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 64 | 0 | 0.68 | 0.71 | 0.14 | 2.32 | 0.68 | 0.55 |
| Hex | DB | 46 | 40 | 0 | 44 | 47 | E | 2 | 44 | 37 |
| Octal | 333 | 106 | 100 | 0 | 104 | 107 | 16 | 2 | 104 | 67 |
| Binary | 11011011 | 1000110 | 1000000 | 0 | 1000100 | 1000111 | 1110 | 10 | 1000100 | 110111 |
Color Harmonies of #DB4640
Complementary color
Monochromatic Colors of #DB4640
Black with #DB4640
Text Example
Text Example
White with #DB4640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4640; }
p { color: rgb(219,70,64); }
H1.HeaderClassName
{
color: #DB4640;
}
.AnyTagClassName
{
color: #DB4640;
}
</style>
background-color css
<style>
a { background-color: #DB4640; }
a { background-color: rgb(219,70,64); }
div.DivClassName
{
background-color: #DB4640;
}
.BgClassName
{
background-color: #DB4640;
}
</style>
border-color css
<style>
span { border-color: #DB4640; }
span { border-color: rgb(219,70,64); }
td.TdClassName
{
border-color: #DB4640;
}
.TagClassName
{
border-color: #DB4640;
}
</style>