Shades of Cinnabar #DB4F36
Tints of Cinnabar #DB4F36
RGB
CMYK
RGB Variations
Color information
#DB4F36 (or 0xDB4F36) is known color: Cinnabar. HEX triplet: DB, 4F and 36. RGB value is (219,79,54). Sum of RGB (Red+Green+Blue) = 219+79+54=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F36 is #24B0C9. Grayscale: #767676. Windows color (decimal): -2404554 or 3559387. OLE color: 3559387.
HSL color Cylindrical-coordinate representation of color #DB4F36: hue angle of 9.09º 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 #DB4F36 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 54 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.14 |
| HSL | 9.09º | 0.7% | 0.54% | - |
| HSV(B) | 9.09º | 0.75% | 0.86% | - |
| XYZ | 32.68 | 20.92 | 5.81 | - |
| YUV | 118.01 | 91.88 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 54 | 0 | 0.64 | 0.75 | 0.14 | 9.09 | 0.7 | 0.54 |
| Hex | DB | 4F | 36 | 0 | 40 | 4B | E | 9 | 46 | 36 |
| Octal | 333 | 117 | 66 | 0 | 100 | 113 | 16 | 11 | 106 | 66 |
| Binary | 11011011 | 1001111 | 110110 | 0 | 1000000 | 1001011 | 1110 | 1001 | 1000110 | 110110 |
Color Harmonies of #DB4F36
Complementary color
Monochromatic Colors of #DB4F36
Black with #DB4F36
Text Example
Text Example
White with #DB4F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F36; }
p { color: rgb(219,79,54); }
H1.HeaderClassName
{
color: #DB4F36;
}
.AnyTagClassName
{
color: #DB4F36;
}
</style>
background-color css
<style>
a { background-color: #DB4F36; }
a { background-color: rgb(219,79,54); }
div.DivClassName
{
background-color: #DB4F36;
}
.BgClassName
{
background-color: #DB4F36;
}
</style>
border-color css
<style>
span { border-color: #DB4F36; }
span { border-color: rgb(219,79,54); }
td.TdClassName
{
border-color: #DB4F36;
}
.TagClassName
{
border-color: #DB4F36;
}
</style>