Shades of Cinnabar #DB4E3C
Tints of Cinnabar #DB4E3C
RGB
CMYK
RGB Variations
Color information
#DB4E3C (or 0xDB4E3C) is known color: Cinnabar. HEX triplet: DB, 4E and 3C. RGB value is (219,78,60). Sum of RGB (Red+Green+Blue) = 219+78+60=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E3C is #24B1C3. Grayscale: #767676. Windows color (decimal): -2404804 or 3952347. OLE color: 3952347.
HSL color Cylindrical-coordinate representation of color #DB4E3C: hue angle of 6.79º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB4E3C is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 60 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.14 |
| HSL | 6.79º | 0.69% | 0.55% | - |
| HSV(B) | 6.79º | 0.73% | 0.86% | - |
| XYZ | 32.75 | 20.84 | 6.57 | - |
| YUV | 118.11 | 95.21 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 60 | 0 | 0.64 | 0.73 | 0.14 | 6.79 | 0.69 | 0.55 |
| Hex | DB | 4E | 3C | 0 | 40 | 49 | E | 7 | 45 | 37 |
| Octal | 333 | 116 | 74 | 0 | 100 | 111 | 16 | 7 | 105 | 67 |
| Binary | 11011011 | 1001110 | 111100 | 0 | 1000000 | 1001001 | 1110 | 111 | 1000101 | 110111 |
Color Harmonies of #DB4E3C
Complementary color
Monochromatic Colors of #DB4E3C
Black with #DB4E3C
Text Example
Text Example
White with #DB4E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E3C; }
p { color: rgb(219,78,60); }
H1.HeaderClassName
{
color: #DB4E3C;
}
.AnyTagClassName
{
color: #DB4E3C;
}
</style>
background-color css
<style>
a { background-color: #DB4E3C; }
a { background-color: rgb(219,78,60); }
div.DivClassName
{
background-color: #DB4E3C;
}
.BgClassName
{
background-color: #DB4E3C;
}
</style>
border-color css
<style>
span { border-color: #DB4E3C; }
span { border-color: rgb(219,78,60); }
td.TdClassName
{
border-color: #DB4E3C;
}
.TagClassName
{
border-color: #DB4E3C;
}
</style>