Shades of Cinnabar #DB4733
Tints of Cinnabar #DB4733
RGB
CMYK
RGB Variations
Color information
#DB4733 (or 0xDB4733) is known color: Cinnabar. HEX triplet: DB, 47 and 33. RGB value is (219,71,51). Sum of RGB (Red+Green+Blue) = 219+71+51=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4733 is #24B8CC. Grayscale: #717171. Windows color (decimal): -2406605 or 3360731. OLE color: 3360731.
HSL color Cylindrical-coordinate representation of color #DB4733: hue angle of 7.14º 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 #DB4733 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 51 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.14 |
| HSL | 7.14º | 0.7% | 0.53% | - |
| HSV(B) | 7.14º | 0.77% | 0.86% | - |
| XYZ | 32.06 | 19.81 | 5.26 | - |
| YUV | 112.97 | 93.03 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 51 | 0 | 0.68 | 0.77 | 0.14 | 7.14 | 0.7 | 0.53 |
| Hex | DB | 47 | 33 | 0 | 44 | 4D | E | 7 | 46 | 35 |
| Octal | 333 | 107 | 63 | 0 | 104 | 115 | 16 | 7 | 106 | 65 |
| Binary | 11011011 | 1000111 | 110011 | 0 | 1000100 | 1001101 | 1110 | 111 | 1000110 | 110101 |
Color Harmonies of #DB4733
Complementary color
Monochromatic Colors of #DB4733
Black with #DB4733
Text Example
Text Example
White with #DB4733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4733; }
p { color: rgb(219,71,51); }
H1.HeaderClassName
{
color: #DB4733;
}
.AnyTagClassName
{
color: #DB4733;
}
</style>
background-color css
<style>
a { background-color: #DB4733; }
a { background-color: rgb(219,71,51); }
div.DivClassName
{
background-color: #DB4733;
}
.BgClassName
{
background-color: #DB4733;
}
</style>
border-color css
<style>
span { border-color: #DB4733; }
span { border-color: rgb(219,71,51); }
td.TdClassName
{
border-color: #DB4733;
}
.TagClassName
{
border-color: #DB4733;
}
</style>