Shades of Cinnabar #DB4D1E
Tints of Cinnabar #DB4D1E
RGB
CMYK
RGB Variations
Color information
#DB4D1E (or 0xDB4D1E) is known color: Cinnabar. HEX triplet: DB, 4D and 1E. RGB value is (219,77,30). Sum of RGB (Red+Green+Blue) = 219+77+30=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4D1E is #24B2E1. Grayscale: #727272. Windows color (decimal): -2405090 or 1986011. OLE color: 1986011.
HSL color Cylindrical-coordinate representation of color #DB4D1E: hue angle of 14.92º 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 #DB4D1E is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 30 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.14 |
| HSL | 14.92º | 0.76% | 0.49% | - |
| HSV(B) | 14.92º | 0.86% | 0.86% | - |
| XYZ | 32.1 | 20.46 | 3.49 | - |
| YUV | 114.1 | 80.54 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 30 | 0 | 0.65 | 0.86 | 0.14 | 14.92 | 0.76 | 0.49 |
| Hex | DB | 4D | 1E | 0 | 41 | 56 | E | F | 4C | 31 |
| Octal | 333 | 115 | 36 | 0 | 101 | 126 | 16 | 17 | 114 | 61 |
| Binary | 11011011 | 1001101 | 11110 | 0 | 1000001 | 1010110 | 1110 | 1111 | 1001100 | 110001 |
Color Harmonies of #DB4D1E
Complementary color
Monochromatic Colors of #DB4D1E
Black with #DB4D1E
Text Example
Text Example
White with #DB4D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D1E; }
p { color: rgb(219,77,30); }
H1.HeaderClassName
{
color: #DB4D1E;
}
.AnyTagClassName
{
color: #DB4D1E;
}
</style>
background-color css
<style>
a { background-color: #DB4D1E; }
a { background-color: rgb(219,77,30); }
div.DivClassName
{
background-color: #DB4D1E;
}
.BgClassName
{
background-color: #DB4D1E;
}
</style>
border-color css
<style>
span { border-color: #DB4D1E; }
span { border-color: rgb(219,77,30); }
td.TdClassName
{
border-color: #DB4D1E;
}
.TagClassName
{
border-color: #DB4D1E;
}
</style>