Shades of Cinnabar #DB4F2B
Tints of Cinnabar #DB4F2B
RGB
CMYK
RGB Variations
Color information
#DB4F2B (or 0xDB4F2B) is known color: Cinnabar. HEX triplet: DB, 4F and 2B. RGB value is (219,79,43). Sum of RGB (Red+Green+Blue) = 219+79+43=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F2B is #24B0D4. Grayscale: #757575. Windows color (decimal): -2404565 or 2838491. OLE color: 2838491.
HSL color Cylindrical-coordinate representation of color #DB4F2B: hue angle of 12.27º 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 #DB4F2B is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 43 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.14 |
| HSL | 12.27º | 0.71% | 0.51% | - |
| HSV(B) | 12.27º | 0.8% | 0.86% | - |
| XYZ | 32.45 | 20.83 | 4.6 | - |
| YUV | 116.76 | 86.38 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 43 | 0 | 0.64 | 0.80 | 0.14 | 12.27 | 0.71 | 0.51 |
| Hex | DB | 4F | 2B | 0 | 40 | 50 | E | C | 47 | 33 |
| Octal | 333 | 117 | 53 | 0 | 100 | 120 | 16 | 14 | 107 | 63 |
| Binary | 11011011 | 1001111 | 101011 | 0 | 1000000 | 1010000 | 1110 | 1100 | 1000111 | 110011 |
Color Harmonies of #DB4F2B
Complementary color
Monochromatic Colors of #DB4F2B
Black with #DB4F2B
Text Example
Text Example
White with #DB4F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F2B; }
p { color: rgb(219,79,43); }
H1.HeaderClassName
{
color: #DB4F2B;
}
.AnyTagClassName
{
color: #DB4F2B;
}
</style>
background-color css
<style>
a { background-color: #DB4F2B; }
a { background-color: rgb(219,79,43); }
div.DivClassName
{
background-color: #DB4F2B;
}
.BgClassName
{
background-color: #DB4F2B;
}
</style>
border-color css
<style>
span { border-color: #DB4F2B; }
span { border-color: rgb(219,79,43); }
td.TdClassName
{
border-color: #DB4F2B;
}
.TagClassName
{
border-color: #DB4F2B;
}
</style>