Shades of Cinnabar #DB4C2B
Tints of Cinnabar #DB4C2B
RGB
CMYK
RGB Variations
Color information
#DB4C2B (or 0xDB4C2B) is known color: Cinnabar. HEX triplet: DB, 4C and 2B. RGB value is (219,76,43). Sum of RGB (Red+Green+Blue) = 219+76+43=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C2B is #24B3D4. Grayscale: #737373. Windows color (decimal): -2405333 or 2837723. OLE color: 2837723.
HSL color Cylindrical-coordinate representation of color #DB4C2B: hue angle of 11.25º 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 #DB4C2B is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 43 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.14 |
| HSL | 11.25º | 0.71% | 0.51% | - |
| HSV(B) | 11.25º | 0.8% | 0.86% | - |
| XYZ | 32.23 | 20.4 | 4.52 | - |
| YUV | 115 | 87.38 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 43 | 0 | 0.65 | 0.80 | 0.14 | 11.25 | 0.71 | 0.51 |
| Hex | DB | 4C | 2B | 0 | 41 | 50 | E | B | 47 | 33 |
| Octal | 333 | 114 | 53 | 0 | 101 | 120 | 16 | 13 | 107 | 63 |
| Binary | 11011011 | 1001100 | 101011 | 0 | 1000001 | 1010000 | 1110 | 1011 | 1000111 | 110011 |
Color Harmonies of #DB4C2B
Complementary color
Monochromatic Colors of #DB4C2B
Black with #DB4C2B
Text Example
Text Example
White with #DB4C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C2B; }
p { color: rgb(219,76,43); }
H1.HeaderClassName
{
color: #DB4C2B;
}
.AnyTagClassName
{
color: #DB4C2B;
}
</style>
background-color css
<style>
a { background-color: #DB4C2B; }
a { background-color: rgb(219,76,43); }
div.DivClassName
{
background-color: #DB4C2B;
}
.BgClassName
{
background-color: #DB4C2B;
}
</style>
border-color css
<style>
span { border-color: #DB4C2B; }
span { border-color: rgb(219,76,43); }
td.TdClassName
{
border-color: #DB4C2B;
}
.TagClassName
{
border-color: #DB4C2B;
}
</style>