Shades of Cinnabar #DB441E
Tints of Cinnabar #DB441E
RGB
CMYK
RGB Variations
Color information
#DB441E (or 0xDB441E) is known color: Cinnabar. HEX triplet: DB, 44 and 1E. RGB value is (219,68,30). Sum of RGB (Red+Green+Blue) = 219+68+30=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB441E is #24BBE1. Grayscale: #6D6D6D. Windows color (decimal): -2407394 or 1983707. OLE color: 1983707.
HSL color Cylindrical-coordinate representation of color #DB441E: hue angle of 12.06º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB441E is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 30 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.14 |
| HSL | 12.06º | 0.76% | 0.49% | - |
| HSV(B) | 12.06º | 0.86% | 0.86% | - |
| XYZ | 31.51 | 19.29 | 3.29 | - |
| YUV | 108.82 | 83.53 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 30 | 0 | 0.69 | 0.86 | 0.14 | 12.06 | 0.76 | 0.49 |
| Hex | DB | 44 | 1E | 0 | 45 | 56 | E | C | 4C | 31 |
| Octal | 333 | 104 | 36 | 0 | 105 | 126 | 16 | 14 | 114 | 61 |
| Binary | 11011011 | 1000100 | 11110 | 0 | 1000101 | 1010110 | 1110 | 1100 | 1001100 | 110001 |
Color Harmonies of #DB441E
Complementary color
Monochromatic Colors of #DB441E
Black with #DB441E
Text Example
Text Example
White with #DB441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB441E; }
p { color: rgb(219,68,30); }
H1.HeaderClassName
{
color: #DB441E;
}
.AnyTagClassName
{
color: #DB441E;
}
</style>
background-color css
<style>
a { background-color: #DB441E; }
a { background-color: rgb(219,68,30); }
div.DivClassName
{
background-color: #DB441E;
}
.BgClassName
{
background-color: #DB441E;
}
</style>
border-color css
<style>
span { border-color: #DB441E; }
span { border-color: rgb(219,68,30); }
td.TdClassName
{
border-color: #DB441E;
}
.TagClassName
{
border-color: #DB441E;
}
</style>