Shades of Cinnabar #DB4C1E
Tints of Cinnabar #DB4C1E
RGB
CMYK
RGB Variations
Color information
#DB4C1E (or 0xDB4C1E) is known color: Cinnabar. HEX triplet: DB, 4C and 1E. RGB value is (219,76,30). Sum of RGB (Red+Green+Blue) = 219+76+30=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C1E is #24B3E1. Grayscale: #717171. Windows color (decimal): -2405346 or 1985755. OLE color: 1985755.
HSL color Cylindrical-coordinate representation of color #DB4C1E: hue angle of 14.6º 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 #DB4C1E is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 30 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.14 |
| HSL | 14.6º | 0.76% | 0.49% | - |
| HSV(B) | 14.6º | 0.86% | 0.86% | - |
| XYZ | 32.03 | 20.32 | 3.46 | - |
| YUV | 113.51 | 80.88 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 30 | 0 | 0.65 | 0.86 | 0.14 | 14.6 | 0.76 | 0.49 |
| Hex | DB | 4C | 1E | 0 | 41 | 56 | E | F | 4C | 31 |
| Octal | 333 | 114 | 36 | 0 | 101 | 126 | 16 | 17 | 114 | 61 |
| Binary | 11011011 | 1001100 | 11110 | 0 | 1000001 | 1010110 | 1110 | 1111 | 1001100 | 110001 |
Color Harmonies of #DB4C1E
Complementary color
Monochromatic Colors of #DB4C1E
Black with #DB4C1E
Text Example
Text Example
White with #DB4C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C1E; }
p { color: rgb(219,76,30); }
H1.HeaderClassName
{
color: #DB4C1E;
}
.AnyTagClassName
{
color: #DB4C1E;
}
</style>
background-color css
<style>
a { background-color: #DB4C1E; }
a { background-color: rgb(219,76,30); }
div.DivClassName
{
background-color: #DB4C1E;
}
.BgClassName
{
background-color: #DB4C1E;
}
</style>
border-color css
<style>
span { border-color: #DB4C1E; }
span { border-color: rgb(219,76,30); }
td.TdClassName
{
border-color: #DB4C1E;
}
.TagClassName
{
border-color: #DB4C1E;
}
</style>