Shades of Cinnabar #DB3B39
Tints of Cinnabar #DB3B39
RGB
CMYK
RGB Variations
Color information
#DB3B39 (or 0xDB3B39) is known color: Cinnabar. HEX triplet: DB, 3B and 39. RGB value is (219,59,57). Sum of RGB (Red+Green+Blue) = 219+59+57=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3B39 is #24C4C6. Grayscale: #6A6A6A. Windows color (decimal): -2409671 or 3750875. OLE color: 3750875.
HSL color Cylindrical-coordinate representation of color #DB3B39: hue angle of 0.74º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3B39 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 57 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.14 |
| HSL | 0.74º | 0.69% | 0.54% | - |
| HSV(B) | 0.74º | 0.74% | 0.86% | - |
| XYZ | 31.52 | 18.48 | 5.78 | - |
| YUV | 106.61 | 100.01 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 57 | 0 | 0.73 | 0.74 | 0.14 | 0.74 | 0.69 | 0.54 |
| Hex | DB | 3B | 39 | 0 | 49 | 4A | E | 1 | 45 | 36 |
| Octal | 333 | 73 | 71 | 0 | 111 | 112 | 16 | 1 | 105 | 66 |
| Binary | 11011011 | 111011 | 111001 | 0 | 1001001 | 1001010 | 1110 | 1 | 1000101 | 110110 |
Color Harmonies of #DB3B39
Complementary color
Monochromatic Colors of #DB3B39
Black with #DB3B39
Text Example
Text Example
White with #DB3B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B39; }
p { color: rgb(219,59,57); }
H1.HeaderClassName
{
color: #DB3B39;
}
.AnyTagClassName
{
color: #DB3B39;
}
</style>
background-color css
<style>
a { background-color: #DB3B39; }
a { background-color: rgb(219,59,57); }
div.DivClassName
{
background-color: #DB3B39;
}
.BgClassName
{
background-color: #DB3B39;
}
</style>
border-color css
<style>
span { border-color: #DB3B39; }
span { border-color: rgb(219,59,57); }
td.TdClassName
{
border-color: #DB3B39;
}
.TagClassName
{
border-color: #DB3B39;
}
</style>