Shades of Cinnabar #DB4D2B
Tints of Cinnabar #DB4D2B
RGB
CMYK
RGB Variations
Color information
#DB4D2B (or 0xDB4D2B) is known color: Cinnabar. HEX triplet: DB, 4D and 2B. RGB value is (219,77,43). Sum of RGB (Red+Green+Blue) = 219+77+43=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4D2B is #24B2D4. Grayscale: #737373. Windows color (decimal): -2405077 or 2837979. OLE color: 2837979.
HSL color Cylindrical-coordinate representation of color #DB4D2B: hue angle of 11.59º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB4D2B is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 43 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.14 |
| HSL | 11.59º | 0.71% | 0.51% | - |
| HSV(B) | 11.59º | 0.8% | 0.86% | - |
| XYZ | 32.3 | 20.54 | 4.55 | - |
| YUV | 115.58 | 87.04 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 43 | 0 | 0.65 | 0.80 | 0.14 | 11.59 | 0.71 | 0.51 |
| Hex | DB | 4D | 2B | 0 | 41 | 50 | E | C | 47 | 33 |
| Octal | 333 | 115 | 53 | 0 | 101 | 120 | 16 | 14 | 107 | 63 |
| Binary | 11011011 | 1001101 | 101011 | 0 | 1000001 | 1010000 | 1110 | 1100 | 1000111 | 110011 |
Color Harmonies of #DB4D2B
Complementary color
Monochromatic Colors of #DB4D2B
Black with #DB4D2B
Text Example
Text Example
White with #DB4D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D2B; }
p { color: rgb(219,77,43); }
H1.HeaderClassName
{
color: #DB4D2B;
}
.AnyTagClassName
{
color: #DB4D2B;
}
</style>
background-color css
<style>
a { background-color: #DB4D2B; }
a { background-color: rgb(219,77,43); }
div.DivClassName
{
background-color: #DB4D2B;
}
.BgClassName
{
background-color: #DB4D2B;
}
</style>
border-color css
<style>
span { border-color: #DB4D2B; }
span { border-color: rgb(219,77,43); }
td.TdClassName
{
border-color: #DB4D2B;
}
.TagClassName
{
border-color: #DB4D2B;
}
</style>