Shades of Cinnabar #DB4E33
Tints of Cinnabar #DB4E33
RGB
CMYK
RGB Variations
Color information
#DB4E33 (or 0xDB4E33) is known color: Cinnabar. HEX triplet: DB, 4E and 33. RGB value is (219,78,51). Sum of RGB (Red+Green+Blue) = 219+78+51=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E33 is #24B1CC. Grayscale: #757575. Windows color (decimal): -2404813 or 3362523. OLE color: 3362523.
HSL color Cylindrical-coordinate representation of color #DB4E33: hue angle of 9.64º 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 #DB4E33 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 51 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.14 |
| HSL | 9.64º | 0.7% | 0.53% | - |
| HSV(B) | 9.64º | 0.77% | 0.86% | - |
| XYZ | 32.54 | 20.75 | 5.42 | - |
| YUV | 117.08 | 90.71 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 51 | 0 | 0.64 | 0.77 | 0.14 | 9.64 | 0.7 | 0.53 |
| Hex | DB | 4E | 33 | 0 | 40 | 4D | E | A | 46 | 35 |
| Octal | 333 | 116 | 63 | 0 | 100 | 115 | 16 | 12 | 106 | 65 |
| Binary | 11011011 | 1001110 | 110011 | 0 | 1000000 | 1001101 | 1110 | 1010 | 1000110 | 110101 |
Color Harmonies of #DB4E33
Complementary color
Monochromatic Colors of #DB4E33
Black with #DB4E33
Text Example
Text Example
White with #DB4E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E33; }
p { color: rgb(219,78,51); }
H1.HeaderClassName
{
color: #DB4E33;
}
.AnyTagClassName
{
color: #DB4E33;
}
</style>
background-color css
<style>
a { background-color: #DB4E33; }
a { background-color: rgb(219,78,51); }
div.DivClassName
{
background-color: #DB4E33;
}
.BgClassName
{
background-color: #DB4E33;
}
</style>
border-color css
<style>
span { border-color: #DB4E33; }
span { border-color: rgb(219,78,51); }
td.TdClassName
{
border-color: #DB4E33;
}
.TagClassName
{
border-color: #DB4E33;
}
</style>