Shades of Cinnabar #DB3C2C
Tints of Cinnabar #DB3C2C
RGB
CMYK
RGB Variations
Color information
#DB3C2C (or 0xDB3C2C) is known color: Cinnabar. HEX triplet: DB, 3C and 2C. RGB value is (219,60,44). Sum of RGB (Red+Green+Blue) = 219+60+44=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3C2C is #24C3D3. Grayscale: #696969. Windows color (decimal): -2409428 or 2899163. OLE color: 2899163.
HSL color Cylindrical-coordinate representation of color #DB3C2C: hue angle of 5.49º 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 #DB3C2C is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 44 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.14 |
| HSL | 5.49º | 0.71% | 0.52% | - |
| HSV(B) | 5.49º | 0.8% | 0.86% | - |
| XYZ | 31.28 | 18.47 | 4.3 | - |
| YUV | 105.72 | 93.18 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 44 | 0 | 0.73 | 0.80 | 0.14 | 5.49 | 0.71 | 0.52 |
| Hex | DB | 3C | 2C | 0 | 49 | 50 | E | 5 | 47 | 34 |
| Octal | 333 | 74 | 54 | 0 | 111 | 120 | 16 | 5 | 107 | 64 |
| Binary | 11011011 | 111100 | 101100 | 0 | 1001001 | 1010000 | 1110 | 101 | 1000111 | 110100 |
Color Harmonies of #DB3C2C
Complementary color
Monochromatic Colors of #DB3C2C
Black with #DB3C2C
Text Example
Text Example
White with #DB3C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C2C; }
p { color: rgb(219,60,44); }
H1.HeaderClassName
{
color: #DB3C2C;
}
.AnyTagClassName
{
color: #DB3C2C;
}
</style>
background-color css
<style>
a { background-color: #DB3C2C; }
a { background-color: rgb(219,60,44); }
div.DivClassName
{
background-color: #DB3C2C;
}
.BgClassName
{
background-color: #DB3C2C;
}
</style>
border-color css
<style>
span { border-color: #DB3C2C; }
span { border-color: rgb(219,60,44); }
td.TdClassName
{
border-color: #DB3C2C;
}
.TagClassName
{
border-color: #DB3C2C;
}
</style>