Shades of Cinnabar #DB4933
Tints of Cinnabar #DB4933
RGB
CMYK
RGB Variations
Color information
#DB4933 (or 0xDB4933) is known color: Cinnabar. HEX triplet: DB, 49 and 33. RGB value is (219,73,51). Sum of RGB (Red+Green+Blue) = 219+73+51=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4933 is #24B6CC. Grayscale: #727272. Windows color (decimal): -2406093 or 3361243. OLE color: 3361243.
HSL color Cylindrical-coordinate representation of color #DB4933: hue angle of 7.86º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB4933 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 51 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.14 |
| HSL | 7.86º | 0.7% | 0.53% | - |
| HSV(B) | 7.86º | 0.77% | 0.86% | - |
| XYZ | 32.19 | 20.06 | 5.31 | - |
| YUV | 114.15 | 92.37 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 51 | 0 | 0.67 | 0.77 | 0.14 | 7.86 | 0.7 | 0.53 |
| Hex | DB | 49 | 33 | 0 | 43 | 4D | E | 8 | 46 | 35 |
| Octal | 333 | 111 | 63 | 0 | 103 | 115 | 16 | 10 | 106 | 65 |
| Binary | 11011011 | 1001001 | 110011 | 0 | 1000011 | 1001101 | 1110 | 1000 | 1000110 | 110101 |
Color Harmonies of #DB4933
Complementary color
Monochromatic Colors of #DB4933
Black with #DB4933
Text Example
Text Example
White with #DB4933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4933; }
p { color: rgb(219,73,51); }
H1.HeaderClassName
{
color: #DB4933;
}
.AnyTagClassName
{
color: #DB4933;
}
</style>
background-color css
<style>
a { background-color: #DB4933; }
a { background-color: rgb(219,73,51); }
div.DivClassName
{
background-color: #DB4933;
}
.BgClassName
{
background-color: #DB4933;
}
</style>
border-color css
<style>
span { border-color: #DB4933; }
span { border-color: rgb(219,73,51); }
td.TdClassName
{
border-color: #DB4933;
}
.TagClassName
{
border-color: #DB4933;
}
</style>