Shades of Cinnabar #DB4E3F
Tints of Cinnabar #DB4E3F
RGB
CMYK
RGB Variations
Color information
#DB4E3F (or 0xDB4E3F) is known color: Cinnabar. HEX triplet: DB, 4E and 3F. RGB value is (219,78,63). Sum of RGB (Red+Green+Blue) = 219+78+63=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E3F is #24B1C0. Grayscale: #767676. Windows color (decimal): -2404801 or 4148955. OLE color: 4148955.
HSL color Cylindrical-coordinate representation of color #DB4E3F: hue angle of 5.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB4E3F is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 63 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.14 |
| HSL | 5.77º | 0.68% | 0.55% | - |
| HSV(B) | 5.77º | 0.71% | 0.86% | - |
| XYZ | 32.84 | 20.87 | 7 | - |
| YUV | 118.45 | 96.71 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 63 | 0 | 0.64 | 0.71 | 0.14 | 5.77 | 0.68 | 0.55 |
| Hex | DB | 4E | 3F | 0 | 40 | 47 | E | 6 | 44 | 37 |
| Octal | 333 | 116 | 77 | 0 | 100 | 107 | 16 | 6 | 104 | 67 |
| Binary | 11011011 | 1001110 | 111111 | 0 | 1000000 | 1000111 | 1110 | 110 | 1000100 | 110111 |
Color Harmonies of #DB4E3F
Complementary color
Monochromatic Colors of #DB4E3F
Black with #DB4E3F
Text Example
Text Example
White with #DB4E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E3F; }
p { color: rgb(219,78,63); }
H1.HeaderClassName
{
color: #DB4E3F;
}
.AnyTagClassName
{
color: #DB4E3F;
}
</style>
background-color css
<style>
a { background-color: #DB4E3F; }
a { background-color: rgb(219,78,63); }
div.DivClassName
{
background-color: #DB4E3F;
}
.BgClassName
{
background-color: #DB4E3F;
}
</style>
border-color css
<style>
span { border-color: #DB4E3F; }
span { border-color: rgb(219,78,63); }
td.TdClassName
{
border-color: #DB4E3F;
}
.TagClassName
{
border-color: #DB4E3F;
}
</style>