Shades of Cinnabar #DB4E39
Tints of Cinnabar #DB4E39
RGB
CMYK
RGB Variations
Color information
#DB4E39 (or 0xDB4E39) is known color: Cinnabar. HEX triplet: DB, 4E and 39. RGB value is (219,78,57). Sum of RGB (Red+Green+Blue) = 219+78+57=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E39 is #24B1C6. Grayscale: #757575. Windows color (decimal): -2404807 or 3755739. OLE color: 3755739.
HSL color Cylindrical-coordinate representation of color #DB4E39: hue angle of 7.78º 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 #DB4E39 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 57 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.14 |
| HSL | 7.78º | 0.69% | 0.54% | - |
| HSV(B) | 7.78º | 0.74% | 0.86% | - |
| XYZ | 32.68 | 20.8 | 6.16 | - |
| YUV | 117.77 | 93.71 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 57 | 0 | 0.64 | 0.74 | 0.14 | 7.78 | 0.69 | 0.54 |
| Hex | DB | 4E | 39 | 0 | 40 | 4A | E | 8 | 45 | 36 |
| Octal | 333 | 116 | 71 | 0 | 100 | 112 | 16 | 10 | 105 | 66 |
| Binary | 11011011 | 1001110 | 111001 | 0 | 1000000 | 1001010 | 1110 | 1000 | 1000101 | 110110 |
Color Harmonies of #DB4E39
Complementary color
Monochromatic Colors of #DB4E39
Black with #DB4E39
Text Example
Text Example
White with #DB4E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E39; }
p { color: rgb(219,78,57); }
H1.HeaderClassName
{
color: #DB4E39;
}
.AnyTagClassName
{
color: #DB4E39;
}
</style>
background-color css
<style>
a { background-color: #DB4E39; }
a { background-color: rgb(219,78,57); }
div.DivClassName
{
background-color: #DB4E39;
}
.BgClassName
{
background-color: #DB4E39;
}
</style>
border-color css
<style>
span { border-color: #DB4E39; }
span { border-color: rgb(219,78,57); }
td.TdClassName
{
border-color: #DB4E39;
}
.TagClassName
{
border-color: #DB4E39;
}
</style>