Shades of Cinnabar #DB3F2C
Tints of Cinnabar #DB3F2C
RGB
CMYK
RGB Variations
Color information
#DB3F2C (or 0xDB3F2C) is known color: Cinnabar. HEX triplet: DB, 3F and 2C. RGB value is (219,63,44). Sum of RGB (Red+Green+Blue) = 219+63+44=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3F2C is #24C0D3. Grayscale: #6B6B6B. Windows color (decimal): -2408660 or 2899931. OLE color: 2899931.
HSL color Cylindrical-coordinate representation of color #DB3F2C: hue angle of 6.51º 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 #DB3F2C is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 44 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.14 |
| HSL | 6.51º | 0.71% | 0.52% | - |
| HSV(B) | 6.51º | 0.8% | 0.86% | - |
| XYZ | 31.45 | 18.8 | 4.35 | - |
| YUV | 107.48 | 92.18 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 44 | 0 | 0.71 | 0.80 | 0.14 | 6.51 | 0.71 | 0.52 |
| Hex | DB | 3F | 2C | 0 | 47 | 50 | E | 7 | 47 | 34 |
| Octal | 333 | 77 | 54 | 0 | 107 | 120 | 16 | 7 | 107 | 64 |
| Binary | 11011011 | 111111 | 101100 | 0 | 1000111 | 1010000 | 1110 | 111 | 1000111 | 110100 |
Color Harmonies of #DB3F2C
Complementary color
Monochromatic Colors of #DB3F2C
Black with #DB3F2C
Text Example
Text Example
White with #DB3F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F2C; }
p { color: rgb(219,63,44); }
H1.HeaderClassName
{
color: #DB3F2C;
}
.AnyTagClassName
{
color: #DB3F2C;
}
</style>
background-color css
<style>
a { background-color: #DB3F2C; }
a { background-color: rgb(219,63,44); }
div.DivClassName
{
background-color: #DB3F2C;
}
.BgClassName
{
background-color: #DB3F2C;
}
</style>
border-color css
<style>
span { border-color: #DB3F2C; }
span { border-color: rgb(219,63,44); }
td.TdClassName
{
border-color: #DB3F2C;
}
.TagClassName
{
border-color: #DB3F2C;
}
</style>