Shades of Cinnabar #DB4833
Tints of Cinnabar #DB4833
RGB
CMYK
RGB Variations
Color information
#DB4833 (or 0xDB4833) is known color: Cinnabar. HEX triplet: DB, 48 and 33. RGB value is (219,72,51). Sum of RGB (Red+Green+Blue) = 219+72+51=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4833 is #24B7CC. Grayscale: #717171. Windows color (decimal): -2406349 or 3360987. OLE color: 3360987.
HSL color Cylindrical-coordinate representation of color #DB4833: hue angle of 7.5º 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 #DB4833 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 51 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.14 |
| HSL | 7.5º | 0.7% | 0.53% | - |
| HSV(B) | 7.5º | 0.77% | 0.86% | - |
| XYZ | 32.13 | 19.93 | 5.29 | - |
| YUV | 113.56 | 92.7 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 51 | 0 | 0.67 | 0.77 | 0.14 | 7.5 | 0.7 | 0.53 |
| Hex | DB | 48 | 33 | 0 | 43 | 4D | E | 8 | 46 | 35 |
| Octal | 333 | 110 | 63 | 0 | 103 | 115 | 16 | 10 | 106 | 65 |
| Binary | 11011011 | 1001000 | 110011 | 0 | 1000011 | 1001101 | 1110 | 1000 | 1000110 | 110101 |
Color Harmonies of #DB4833
Complementary color
Monochromatic Colors of #DB4833
Black with #DB4833
Text Example
Text Example
White with #DB4833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4833; }
p { color: rgb(219,72,51); }
H1.HeaderClassName
{
color: #DB4833;
}
.AnyTagClassName
{
color: #DB4833;
}
</style>
background-color css
<style>
a { background-color: #DB4833; }
a { background-color: rgb(219,72,51); }
div.DivClassName
{
background-color: #DB4833;
}
.BgClassName
{
background-color: #DB4833;
}
</style>
border-color css
<style>
span { border-color: #DB4833; }
span { border-color: rgb(219,72,51); }
td.TdClassName
{
border-color: #DB4833;
}
.TagClassName
{
border-color: #DB4833;
}
</style>