Shades of Cinnabar #DB392B
Tints of Cinnabar #DB392B
RGB
CMYK
RGB Variations
Color information
#DB392B (or 0xDB392B) is known color: Cinnabar. HEX triplet: DB, 39 and 2B. RGB value is (219,57,43). Sum of RGB (Red+Green+Blue) = 219+57+43=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB392B is #24C6D4. Grayscale: #686868. Windows color (decimal): -2410197 or 2832859. OLE color: 2832859.
HSL color Cylindrical-coordinate representation of color #DB392B: hue angle of 4.77º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB392B is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 43 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.14 |
| HSL | 4.77º | 0.71% | 0.51% | - |
| HSV(B) | 4.77º | 0.8% | 0.86% | - |
| XYZ | 31.11 | 18.16 | 4.15 | - |
| YUV | 103.84 | 93.67 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 43 | 0 | 0.74 | 0.80 | 0.14 | 4.77 | 0.71 | 0.51 |
| Hex | DB | 39 | 2B | 0 | 4A | 50 | E | 5 | 47 | 33 |
| Octal | 333 | 71 | 53 | 0 | 112 | 120 | 16 | 5 | 107 | 63 |
| Binary | 11011011 | 111001 | 101011 | 0 | 1001010 | 1010000 | 1110 | 101 | 1000111 | 110011 |
Color Harmonies of #DB392B
Complementary color
Monochromatic Colors of #DB392B
Black with #DB392B
Text Example
Text Example
White with #DB392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB392B; }
p { color: rgb(219,57,43); }
H1.HeaderClassName
{
color: #DB392B;
}
.AnyTagClassName
{
color: #DB392B;
}
</style>
background-color css
<style>
a { background-color: #DB392B; }
a { background-color: rgb(219,57,43); }
div.DivClassName
{
background-color: #DB392B;
}
.BgClassName
{
background-color: #DB392B;
}
</style>
border-color css
<style>
span { border-color: #DB392B; }
span { border-color: rgb(219,57,43); }
td.TdClassName
{
border-color: #DB392B;
}
.TagClassName
{
border-color: #DB392B;
}
</style>