Shades of Cinnabar #DB3B2E
Tints of Cinnabar #DB3B2E
RGB
CMYK
RGB Variations
Color information
#DB3B2E (or 0xDB3B2E) is known color: Cinnabar. HEX triplet: DB, 3B and 2E. RGB value is (219,59,46). Sum of RGB (Red+Green+Blue) = 219+59+46=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3B2E is #24C4D1. Grayscale: #696969. Windows color (decimal): -2409682 or 3029979. OLE color: 3029979.
HSL color Cylindrical-coordinate representation of color #DB3B2E: hue angle of 4.51º 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 #DB3B2E is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 46 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.14 |
| HSL | 4.51º | 0.71% | 0.52% | - |
| HSV(B) | 4.51º | 0.79% | 0.86% | - |
| XYZ | 31.27 | 18.39 | 4.49 | - |
| YUV | 105.36 | 94.51 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 46 | 0 | 0.73 | 0.79 | 0.14 | 4.51 | 0.71 | 0.52 |
| Hex | DB | 3B | 2E | 0 | 49 | 4F | E | 5 | 47 | 34 |
| Octal | 333 | 73 | 56 | 0 | 111 | 117 | 16 | 5 | 107 | 64 |
| Binary | 11011011 | 111011 | 101110 | 0 | 1001001 | 1001111 | 1110 | 101 | 1000111 | 110100 |
Color Harmonies of #DB3B2E
Complementary color
Monochromatic Colors of #DB3B2E
Black with #DB3B2E
Text Example
Text Example
White with #DB3B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B2E; }
p { color: rgb(219,59,46); }
H1.HeaderClassName
{
color: #DB3B2E;
}
.AnyTagClassName
{
color: #DB3B2E;
}
</style>
background-color css
<style>
a { background-color: #DB3B2E; }
a { background-color: rgb(219,59,46); }
div.DivClassName
{
background-color: #DB3B2E;
}
.BgClassName
{
background-color: #DB3B2E;
}
</style>
border-color css
<style>
span { border-color: #DB3B2E; }
span { border-color: rgb(219,59,46); }
td.TdClassName
{
border-color: #DB3B2E;
}
.TagClassName
{
border-color: #DB3B2E;
}
</style>