Shades of Cinnabar #DB4E36
Tints of Cinnabar #DB4E36
RGB
CMYK
RGB Variations
Color information
#DB4E36 (or 0xDB4E36) is known color: Cinnabar. HEX triplet: DB, 4E and 36. RGB value is (219,78,54). Sum of RGB (Red+Green+Blue) = 219+78+54=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 54 (21.48% from 255 or 15.38% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E36 is #24B1C9. Grayscale: #757575. Windows color (decimal): -2404810 or 3559131. OLE color: 3559131.
HSL color Cylindrical-coordinate representation of color #DB4E36: hue angle of 8.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB4E36 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 54 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.14 |
| HSL | 8.73º | 0.7% | 0.54% | - |
| HSV(B) | 8.73º | 0.75% | 0.86% | - |
| XYZ | 32.6 | 20.78 | 5.78 | - |
| YUV | 117.42 | 92.21 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 54 | 0 | 0.64 | 0.75 | 0.14 | 8.73 | 0.7 | 0.54 |
| Hex | DB | 4E | 36 | 0 | 40 | 4B | E | 9 | 46 | 36 |
| Octal | 333 | 116 | 66 | 0 | 100 | 113 | 16 | 11 | 106 | 66 |
| Binary | 11011011 | 1001110 | 110110 | 0 | 1000000 | 1001011 | 1110 | 1001 | 1000110 | 110110 |
Color Harmonies of #DB4E36
Complementary color
Monochromatic Colors of #DB4E36
Black with #DB4E36
Text Example
Text Example
White with #DB4E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E36; }
p { color: rgb(219,78,54); }
H1.HeaderClassName
{
color: #DB4E36;
}
.AnyTagClassName
{
color: #DB4E36;
}
</style>
background-color css
<style>
a { background-color: #DB4E36; }
a { background-color: rgb(219,78,54); }
div.DivClassName
{
background-color: #DB4E36;
}
.BgClassName
{
background-color: #DB4E36;
}
</style>
border-color css
<style>
span { border-color: #DB4E36; }
span { border-color: rgb(219,78,54); }
td.TdClassName
{
border-color: #DB4E36;
}
.TagClassName
{
border-color: #DB4E36;
}
</style>