Shades of Cinnabar #DB4844
Tints of Cinnabar #DB4844
RGB
CMYK
RGB Variations
Color information
#DB4844 (or 0xDB4844) is known color: Cinnabar. HEX triplet: DB, 48 and 44. RGB value is (219,72,68). Sum of RGB (Red+Green+Blue) = 219+72+68=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4844 is #24B7BB. Grayscale: #737373. Windows color (decimal): -2406332 or 4475099. OLE color: 4475099.
HSL color Cylindrical-coordinate representation of color #DB4844: hue angle of 1.59º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4844 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 68 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.14 |
| HSL | 1.59º | 0.68% | 0.56% | - |
| HSV(B) | 1.59º | 0.69% | 0.86% | - |
| XYZ | 32.57 | 20.11 | 7.63 | - |
| YUV | 115.5 | 101.2 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 68 | 0 | 0.67 | 0.69 | 0.14 | 1.59 | 0.68 | 0.56 |
| Hex | DB | 48 | 44 | 0 | 43 | 45 | E | 2 | 44 | 38 |
| Octal | 333 | 110 | 104 | 0 | 103 | 105 | 16 | 2 | 104 | 70 |
| Binary | 11011011 | 1001000 | 1000100 | 0 | 1000011 | 1000101 | 1110 | 10 | 1000100 | 111000 |
Color Harmonies of #DB4844
Complementary color
Monochromatic Colors of #DB4844
Black with #DB4844
Text Example
Text Example
White with #DB4844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4844; }
p { color: rgb(219,72,68); }
H1.HeaderClassName
{
color: #DB4844;
}
.AnyTagClassName
{
color: #DB4844;
}
</style>
background-color css
<style>
a { background-color: #DB4844; }
a { background-color: rgb(219,72,68); }
div.DivClassName
{
background-color: #DB4844;
}
.BgClassName
{
background-color: #DB4844;
}
</style>
border-color css
<style>
span { border-color: #DB4844; }
span { border-color: rgb(219,72,68); }
td.TdClassName
{
border-color: #DB4844;
}
.TagClassName
{
border-color: #DB4844;
}
</style>