Shades of Cinnabar #DB4F33
Tints of Cinnabar #DB4F33
RGB
CMYK
RGB Variations
Color information
#DB4F33 (or 0xDB4F33) is known color: Cinnabar. HEX triplet: DB, 4F and 33. RGB value is (219,79,51). Sum of RGB (Red+Green+Blue) = 219+79+51=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F33 is #24B0CC. Grayscale: #757575. Windows color (decimal): -2404557 or 3362779. OLE color: 3362779.
HSL color Cylindrical-coordinate representation of color #DB4F33: hue angle of 10º 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 #DB4F33 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 51 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.14 |
| HSL | 10º | 0.7% | 0.53% | - |
| HSV(B) | 10º | 0.77% | 0.86% | - |
| XYZ | 32.61 | 20.89 | 5.45 | - |
| YUV | 117.67 | 90.38 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 51 | 0 | 0.64 | 0.77 | 0.14 | 10 | 0.7 | 0.53 |
| Hex | DB | 4F | 33 | 0 | 40 | 4D | E | A | 46 | 35 |
| Octal | 333 | 117 | 63 | 0 | 100 | 115 | 16 | 12 | 106 | 65 |
| Binary | 11011011 | 1001111 | 110011 | 0 | 1000000 | 1001101 | 1110 | 1010 | 1000110 | 110101 |
Color Harmonies of #DB4F33
Complementary color
Monochromatic Colors of #DB4F33
Black with #DB4F33
Text Example
Text Example
White with #DB4F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F33; }
p { color: rgb(219,79,51); }
H1.HeaderClassName
{
color: #DB4F33;
}
.AnyTagClassName
{
color: #DB4F33;
}
</style>
background-color css
<style>
a { background-color: #DB4F33; }
a { background-color: rgb(219,79,51); }
div.DivClassName
{
background-color: #DB4F33;
}
.BgClassName
{
background-color: #DB4F33;
}
</style>
border-color css
<style>
span { border-color: #DB4F33; }
span { border-color: rgb(219,79,51); }
td.TdClassName
{
border-color: #DB4F33;
}
.TagClassName
{
border-color: #DB4F33;
}
</style>