Shades of Cinnabar #DB3E2C
Tints of Cinnabar #DB3E2C
RGB
CMYK
RGB Variations
Color information
#DB3E2C (or 0xDB3E2C) is known color: Cinnabar. HEX triplet: DB, 3E and 2C. RGB value is (219,62,44). Sum of RGB (Red+Green+Blue) = 219+62+44=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3E2C is #24C1D3. Grayscale: #6B6B6B. Windows color (decimal): -2408916 or 2899675. OLE color: 2899675.
HSL color Cylindrical-coordinate representation of color #DB3E2C: hue angle of 6.17º 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 #DB3E2C is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 44 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.14 |
| HSL | 6.17º | 0.71% | 0.52% | - |
| HSV(B) | 6.17º | 0.8% | 0.86% | - |
| XYZ | 31.39 | 18.69 | 4.34 | - |
| YUV | 106.89 | 92.51 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 44 | 0 | 0.72 | 0.80 | 0.14 | 6.17 | 0.71 | 0.52 |
| Hex | DB | 3E | 2C | 0 | 48 | 50 | E | 6 | 47 | 34 |
| Octal | 333 | 76 | 54 | 0 | 110 | 120 | 16 | 6 | 107 | 64 |
| Binary | 11011011 | 111110 | 101100 | 0 | 1001000 | 1010000 | 1110 | 110 | 1000111 | 110100 |
Color Harmonies of #DB3E2C
Complementary color
Monochromatic Colors of #DB3E2C
Black with #DB3E2C
Text Example
Text Example
White with #DB3E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E2C; }
p { color: rgb(219,62,44); }
H1.HeaderClassName
{
color: #DB3E2C;
}
.AnyTagClassName
{
color: #DB3E2C;
}
</style>
background-color css
<style>
a { background-color: #DB3E2C; }
a { background-color: rgb(219,62,44); }
div.DivClassName
{
background-color: #DB3E2C;
}
.BgClassName
{
background-color: #DB3E2C;
}
</style>
border-color css
<style>
span { border-color: #DB3E2C; }
span { border-color: rgb(219,62,44); }
td.TdClassName
{
border-color: #DB3E2C;
}
.TagClassName
{
border-color: #DB3E2C;
}
</style>