Shades of Cinnabar #DB4F3C
Tints of Cinnabar #DB4F3C
RGB
CMYK
RGB Variations
Color information
#DB4F3C (or 0xDB4F3C) is known color: Cinnabar. HEX triplet: DB, 4F and 3C. RGB value is (219,79,60). Sum of RGB (Red+Green+Blue) = 219+79+60=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F3C is #24B0C3. Grayscale: #767676. Windows color (decimal): -2404548 or 3952603. OLE color: 3952603.
HSL color Cylindrical-coordinate representation of color #DB4F3C: hue angle of 7.17º 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 #DB4F3C is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 60 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.14 |
| HSL | 7.17º | 0.69% | 0.55% | - |
| HSV(B) | 7.17º | 0.73% | 0.86% | - |
| XYZ | 32.83 | 20.98 | 6.59 | - |
| YUV | 118.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 60 | 0 | 0.64 | 0.73 | 0.14 | 7.17 | 0.69 | 0.55 |
| Hex | DB | 4F | 3C | 0 | 40 | 49 | E | 7 | 45 | 37 |
| Octal | 333 | 117 | 74 | 0 | 100 | 111 | 16 | 7 | 105 | 67 |
| Binary | 11011011 | 1001111 | 111100 | 0 | 1000000 | 1001001 | 1110 | 111 | 1000101 | 110111 |
Color Harmonies of #DB4F3C
Complementary color
Monochromatic Colors of #DB4F3C
Black with #DB4F3C
Text Example
Text Example
White with #DB4F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F3C; }
p { color: rgb(219,79,60); }
H1.HeaderClassName
{
color: #DB4F3C;
}
.AnyTagClassName
{
color: #DB4F3C;
}
</style>
background-color css
<style>
a { background-color: #DB4F3C; }
a { background-color: rgb(219,79,60); }
div.DivClassName
{
background-color: #DB4F3C;
}
.BgClassName
{
background-color: #DB4F3C;
}
</style>
border-color css
<style>
span { border-color: #DB4F3C; }
span { border-color: rgb(219,79,60); }
td.TdClassName
{
border-color: #DB4F3C;
}
.TagClassName
{
border-color: #DB4F3C;
}
</style>