Shades of Cinnabar #DB442B
Tints of Cinnabar #DB442B
RGB
CMYK
RGB Variations
Color information
#DB442B (or 0xDB442B) is known color: Cinnabar. HEX triplet: DB, 44 and 2B. RGB value is (219,68,43). Sum of RGB (Red+Green+Blue) = 219+68+43=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB442B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB442B is #24BBD4. Grayscale: #6E6E6E. Windows color (decimal): -2407381 or 2835675. OLE color: 2835675.
HSL color Cylindrical-coordinate representation of color #DB442B: hue angle of 8.52º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB442B is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 43 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.14 |
| HSL | 8.52º | 0.71% | 0.51% | - |
| HSV(B) | 8.52º | 0.8% | 0.86% | - |
| XYZ | 31.72 | 19.37 | 4.35 | - |
| YUV | 110.3 | 90.03 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 43 | 0 | 0.69 | 0.80 | 0.14 | 8.52 | 0.71 | 0.51 |
| Hex | DB | 44 | 2B | 0 | 45 | 50 | E | 9 | 47 | 33 |
| Octal | 333 | 104 | 53 | 0 | 105 | 120 | 16 | 11 | 107 | 63 |
| Binary | 11011011 | 1000100 | 101011 | 0 | 1000101 | 1010000 | 1110 | 1001 | 1000111 | 110011 |
Color Harmonies of #DB442B
Complementary color
Monochromatic Colors of #DB442B
Black with #DB442B
Text Example
Text Example
White with #DB442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB442B; }
p { color: rgb(219,68,43); }
H1.HeaderClassName
{
color: #DB442B;
}
.AnyTagClassName
{
color: #DB442B;
}
</style>
background-color css
<style>
a { background-color: #DB442B; }
a { background-color: rgb(219,68,43); }
div.DivClassName
{
background-color: #DB442B;
}
.BgClassName
{
background-color: #DB442B;
}
</style>
border-color css
<style>
span { border-color: #DB442B; }
span { border-color: rgb(219,68,43); }
td.TdClassName
{
border-color: #DB442B;
}
.TagClassName
{
border-color: #DB442B;
}
</style>