Shades of Cinnabar #DB4633
Tints of Cinnabar #DB4633
RGB
CMYK
RGB Variations
Color information
#DB4633 (or 0xDB4633) is known color: Cinnabar. HEX triplet: DB, 46 and 33. RGB value is (219,70,51). Sum of RGB (Red+Green+Blue) = 219+70+51=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4633 is #24B9CC. Grayscale: #707070. Windows color (decimal): -2406861 or 3360475. OLE color: 3360475.
HSL color Cylindrical-coordinate representation of color #DB4633: hue angle of 6.79º 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 #DB4633 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 51 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.14 |
| HSL | 6.79º | 0.7% | 0.53% | - |
| HSV(B) | 6.79º | 0.77% | 0.86% | - |
| XYZ | 32 | 19.68 | 5.24 | - |
| YUV | 112.39 | 93.36 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 51 | 0 | 0.68 | 0.77 | 0.14 | 6.79 | 0.7 | 0.53 |
| Hex | DB | 46 | 33 | 0 | 44 | 4D | E | 7 | 46 | 35 |
| Octal | 333 | 106 | 63 | 0 | 104 | 115 | 16 | 7 | 106 | 65 |
| Binary | 11011011 | 1000110 | 110011 | 0 | 1000100 | 1001101 | 1110 | 111 | 1000110 | 110101 |
Color Harmonies of #DB4633
Complementary color
Monochromatic Colors of #DB4633
Black with #DB4633
Text Example
Text Example
White with #DB4633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4633; }
p { color: rgb(219,70,51); }
H1.HeaderClassName
{
color: #DB4633;
}
.AnyTagClassName
{
color: #DB4633;
}
</style>
background-color css
<style>
a { background-color: #DB4633; }
a { background-color: rgb(219,70,51); }
div.DivClassName
{
background-color: #DB4633;
}
.BgClassName
{
background-color: #DB4633;
}
</style>
border-color css
<style>
span { border-color: #DB4633; }
span { border-color: rgb(219,70,51); }
td.TdClassName
{
border-color: #DB4633;
}
.TagClassName
{
border-color: #DB4633;
}
</style>