Shades of Cinnabar #DB4E32
Tints of Cinnabar #DB4E32
RGB
CMYK
RGB Variations
Color information
#DB4E32 (or 0xDB4E32) is known color: Cinnabar. HEX triplet: DB, 4E and 32. RGB value is (219,78,50). Sum of RGB (Red+Green+Blue) = 219+78+50=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E32 is #24B1CD. Grayscale: #757575. Windows color (decimal): -2404814 or 3296987. OLE color: 3296987.
HSL color Cylindrical-coordinate representation of color #DB4E32: hue angle of 9.94º 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 #DB4E32 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 50 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.14 |
| HSL | 9.94º | 0.7% | 0.53% | - |
| HSV(B) | 9.94º | 0.77% | 0.86% | - |
| XYZ | 32.51 | 20.74 | 5.31 | - |
| YUV | 116.97 | 90.21 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 50 | 0 | 0.64 | 0.77 | 0.14 | 9.94 | 0.7 | 0.53 |
| Hex | DB | 4E | 32 | 0 | 40 | 4D | E | A | 46 | 35 |
| Octal | 333 | 116 | 62 | 0 | 100 | 115 | 16 | 12 | 106 | 65 |
| Binary | 11011011 | 1001110 | 110010 | 0 | 1000000 | 1001101 | 1110 | 1010 | 1000110 | 110101 |
Color Harmonies of #DB4E32
Complementary color
Monochromatic Colors of #DB4E32
Black with #DB4E32
Text Example
Text Example
White with #DB4E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E32; }
p { color: rgb(219,78,50); }
H1.HeaderClassName
{
color: #DB4E32;
}
.AnyTagClassName
{
color: #DB4E32;
}
</style>
background-color css
<style>
a { background-color: #DB4E32; }
a { background-color: rgb(219,78,50); }
div.DivClassName
{
background-color: #DB4E32;
}
.BgClassName
{
background-color: #DB4E32;
}
</style>
border-color css
<style>
span { border-color: #DB4E32; }
span { border-color: rgb(219,78,50); }
td.TdClassName
{
border-color: #DB4E32;
}
.TagClassName
{
border-color: #DB4E32;
}
</style>