Shades of Cinnabar #DB4441
Tints of Cinnabar #DB4441
RGB
CMYK
RGB Variations
Color information
#DB4441 (or 0xDB4441) is known color: Cinnabar. HEX triplet: DB, 44 and 41. RGB value is (219,68,65). Sum of RGB (Red+Green+Blue) = 219+68+65=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4441 is #24BBBE. Grayscale: #707070. Windows color (decimal): -2407359 or 4277467. OLE color: 4277467.
HSL color Cylindrical-coordinate representation of color #DB4441: hue angle of 1.17º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4441 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 65 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.14 |
| HSL | 1.17º | 0.68% | 0.56% | - |
| HSV(B) | 1.17º | 0.7% | 0.86% | - |
| XYZ | 32.23 | 19.58 | 7.08 | - |
| YUV | 112.81 | 101.03 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 65 | 0 | 0.69 | 0.70 | 0.14 | 1.17 | 0.68 | 0.56 |
| Hex | DB | 44 | 41 | 0 | 45 | 46 | E | 1 | 44 | 38 |
| Octal | 333 | 104 | 101 | 0 | 105 | 106 | 16 | 1 | 104 | 70 |
| Binary | 11011011 | 1000100 | 1000001 | 0 | 1000101 | 1000110 | 1110 | 1 | 1000100 | 111000 |
Color Harmonies of #DB4441
Complementary color
Monochromatic Colors of #DB4441
Black with #DB4441
Text Example
Text Example
White with #DB4441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4441; }
p { color: rgb(219,68,65); }
H1.HeaderClassName
{
color: #DB4441;
}
.AnyTagClassName
{
color: #DB4441;
}
</style>
background-color css
<style>
a { background-color: #DB4441; }
a { background-color: rgb(219,68,65); }
div.DivClassName
{
background-color: #DB4441;
}
.BgClassName
{
background-color: #DB4441;
}
</style>
border-color css
<style>
span { border-color: #DB4441; }
span { border-color: rgb(219,68,65); }
td.TdClassName
{
border-color: #DB4441;
}
.TagClassName
{
border-color: #DB4441;
}
</style>