Shades of Cinnabar #DB3F2E
Tints of Cinnabar #DB3F2E
RGB
CMYK
RGB Variations
Color information
#DB3F2E (or 0xDB3F2E) is known color: Cinnabar. HEX triplet: DB, 3F and 2E. RGB value is (219,63,46). Sum of RGB (Red+Green+Blue) = 219+63+46=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3F2E is #24C0D1. Grayscale: #6B6B6B. Windows color (decimal): -2408658 or 3031003. OLE color: 3031003.
HSL color Cylindrical-coordinate representation of color #DB3F2E: hue angle of 5.9º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB3F2E is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 46 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.14 |
| HSL | 5.9º | 0.71% | 0.52% | - |
| HSV(B) | 5.9º | 0.79% | 0.86% | - |
| XYZ | 31.48 | 18.81 | 4.56 | - |
| YUV | 107.71 | 93.18 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 46 | 0 | 0.71 | 0.79 | 0.14 | 5.9 | 0.71 | 0.52 |
| Hex | DB | 3F | 2E | 0 | 47 | 4F | E | 6 | 47 | 34 |
| Octal | 333 | 77 | 56 | 0 | 107 | 117 | 16 | 6 | 107 | 64 |
| Binary | 11011011 | 111111 | 101110 | 0 | 1000111 | 1001111 | 1110 | 110 | 1000111 | 110100 |
Color Harmonies of #DB3F2E
Complementary color
Monochromatic Colors of #DB3F2E
Black with #DB3F2E
Text Example
Text Example
White with #DB3F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F2E; }
p { color: rgb(219,63,46); }
H1.HeaderClassName
{
color: #DB3F2E;
}
.AnyTagClassName
{
color: #DB3F2E;
}
</style>
background-color css
<style>
a { background-color: #DB3F2E; }
a { background-color: rgb(219,63,46); }
div.DivClassName
{
background-color: #DB3F2E;
}
.BgClassName
{
background-color: #DB3F2E;
}
</style>
border-color css
<style>
span { border-color: #DB3F2E; }
span { border-color: rgb(219,63,46); }
td.TdClassName
{
border-color: #DB3F2E;
}
.TagClassName
{
border-color: #DB3F2E;
}
</style>