Shades of Cinnabar #DB4444
Tints of Cinnabar #DB4444
RGB
CMYK
RGB Variations
Color information
#DB4444 (or 0xDB4444) is known color: Cinnabar. HEX triplet: DB, 44 and 44. RGB value is (219,68,68). Sum of RGB (Red+Green+Blue) = 219+68+68=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4444 is #24BBBB. Grayscale: #717171. Windows color (decimal): -2407356 or 4474075. OLE color: 4474075.
HSL color Cylindrical-coordinate representation of color #DB4444: hue angle of 0º 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 #DB4444 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 68 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.14 |
| HSL | 0º | 0.68% | 0.56% | - |
| HSV(B) | 0º | 0.69% | 0.86% | - |
| XYZ | 32.32 | 19.61 | 7.55 | - |
| YUV | 113.15 | 102.53 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 68 | 0 | 0.69 | 0.69 | 0.14 | 0 | 0.68 | 0.56 |
| Hex | DB | 44 | 44 | 0 | 45 | 45 | E | 0 | 44 | 38 |
| Octal | 333 | 104 | 104 | 0 | 105 | 105 | 16 | 0 | 104 | 70 |
| Binary | 11011011 | 1000100 | 1000100 | 0 | 1000101 | 1000101 | 1110 | 0 | 1000100 | 111000 |
Color Harmonies of #DB4444
Complementary color
Monochromatic Colors of #DB4444
Black with #DB4444
Text Example
Text Example
White with #DB4444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4444; }
p { color: rgb(219,68,68); }
H1.HeaderClassName
{
color: #DB4444;
}
.AnyTagClassName
{
color: #DB4444;
}
</style>
background-color css
<style>
a { background-color: #DB4444; }
a { background-color: rgb(219,68,68); }
div.DivClassName
{
background-color: #DB4444;
}
.BgClassName
{
background-color: #DB4444;
}
</style>
border-color css
<style>
span { border-color: #DB4444; }
span { border-color: rgb(219,68,68); }
td.TdClassName
{
border-color: #DB4444;
}
.TagClassName
{
border-color: #DB4444;
}
</style>