Shades of Cinnabar #DB4F32
Tints of Cinnabar #DB4F32
RGB
CMYK
RGB Variations
Color information
#DB4F32 (or 0xDB4F32) is known color: Cinnabar. HEX triplet: DB, 4F and 32. RGB value is (219,79,50). Sum of RGB (Red+Green+Blue) = 219+79+50=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F32 is #24B0CD. Grayscale: #757575. Windows color (decimal): -2404558 or 3297243. OLE color: 3297243.
HSL color Cylindrical-coordinate representation of color #DB4F32: hue angle of 10.3º 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 #DB4F32 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 50 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.14 |
| HSL | 10.3º | 0.7% | 0.53% | - |
| HSV(B) | 10.3º | 0.77% | 0.86% | - |
| XYZ | 32.59 | 20.88 | 5.33 | - |
| YUV | 117.55 | 89.88 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 50 | 0 | 0.64 | 0.77 | 0.14 | 10.3 | 0.7 | 0.53 |
| Hex | DB | 4F | 32 | 0 | 40 | 4D | E | A | 46 | 35 |
| Octal | 333 | 117 | 62 | 0 | 100 | 115 | 16 | 12 | 106 | 65 |
| Binary | 11011011 | 1001111 | 110010 | 0 | 1000000 | 1001101 | 1110 | 1010 | 1000110 | 110101 |
Color Harmonies of #DB4F32
Complementary color
Monochromatic Colors of #DB4F32
Black with #DB4F32
Text Example
Text Example
White with #DB4F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F32; }
p { color: rgb(219,79,50); }
H1.HeaderClassName
{
color: #DB4F32;
}
.AnyTagClassName
{
color: #DB4F32;
}
</style>
background-color css
<style>
a { background-color: #DB4F32; }
a { background-color: rgb(219,79,50); }
div.DivClassName
{
background-color: #DB4F32;
}
.BgClassName
{
background-color: #DB4F32;
}
</style>
border-color css
<style>
span { border-color: #DB4F32; }
span { border-color: rgb(219,79,50); }
td.TdClassName
{
border-color: #DB4F32;
}
.TagClassName
{
border-color: #DB4F32;
}
</style>