Shades of Cinnabar #DB4C2C
Tints of Cinnabar #DB4C2C
RGB
CMYK
RGB Variations
Color information
#DB4C2C (or 0xDB4C2C) is known color: Cinnabar. HEX triplet: DB, 4C and 2C. RGB value is (219,76,44). Sum of RGB (Red+Green+Blue) = 219+76+44=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C2C is #24B3D3. Grayscale: #737373. Windows color (decimal): -2405332 or 2903259. OLE color: 2903259.
HSL color Cylindrical-coordinate representation of color #DB4C2C: hue angle of 10.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB4C2C is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 44 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.14 |
| HSL | 10.97º | 0.71% | 0.52% | - |
| HSV(B) | 10.97º | 0.8% | 0.86% | - |
| XYZ | 32.25 | 20.41 | 4.62 | - |
| YUV | 115.11 | 87.88 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 44 | 0 | 0.65 | 0.80 | 0.14 | 10.97 | 0.71 | 0.52 |
| Hex | DB | 4C | 2C | 0 | 41 | 50 | E | B | 47 | 34 |
| Octal | 333 | 114 | 54 | 0 | 101 | 120 | 16 | 13 | 107 | 64 |
| Binary | 11011011 | 1001100 | 101100 | 0 | 1000001 | 1010000 | 1110 | 1011 | 1000111 | 110100 |
Color Harmonies of #DB4C2C
Complementary color
Monochromatic Colors of #DB4C2C
Black with #DB4C2C
Text Example
Text Example
White with #DB4C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C2C; }
p { color: rgb(219,76,44); }
H1.HeaderClassName
{
color: #DB4C2C;
}
.AnyTagClassName
{
color: #DB4C2C;
}
</style>
background-color css
<style>
a { background-color: #DB4C2C; }
a { background-color: rgb(219,76,44); }
div.DivClassName
{
background-color: #DB4C2C;
}
.BgClassName
{
background-color: #DB4C2C;
}
</style>
border-color css
<style>
span { border-color: #DB4C2C; }
span { border-color: rgb(219,76,44); }
td.TdClassName
{
border-color: #DB4C2C;
}
.TagClassName
{
border-color: #DB4C2C;
}
</style>