Shades of Cinnabar #DB4F39
Tints of Cinnabar #DB4F39
RGB
CMYK
RGB Variations
Color information
#DB4F39 (or 0xDB4F39) is known color: Cinnabar. HEX triplet: DB, 4F and 39. RGB value is (219,79,57). Sum of RGB (Red+Green+Blue) = 219+79+57=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F39 is #24B0C6. Grayscale: #767676. Windows color (decimal): -2404551 or 3755995. OLE color: 3755995.
HSL color Cylindrical-coordinate representation of color #DB4F39: hue angle of 8.15º 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 #DB4F39 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 57 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.14 |
| HSL | 8.15º | 0.69% | 0.54% | - |
| HSV(B) | 8.15º | 0.74% | 0.86% | - |
| XYZ | 32.75 | 20.95 | 6.19 | - |
| YUV | 118.35 | 93.38 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 57 | 0 | 0.64 | 0.74 | 0.14 | 8.15 | 0.69 | 0.54 |
| Hex | DB | 4F | 39 | 0 | 40 | 4A | E | 8 | 45 | 36 |
| Octal | 333 | 117 | 71 | 0 | 100 | 112 | 16 | 10 | 105 | 66 |
| Binary | 11011011 | 1001111 | 111001 | 0 | 1000000 | 1001010 | 1110 | 1000 | 1000101 | 110110 |
Color Harmonies of #DB4F39
Complementary color
Monochromatic Colors of #DB4F39
Black with #DB4F39
Text Example
Text Example
White with #DB4F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F39; }
p { color: rgb(219,79,57); }
H1.HeaderClassName
{
color: #DB4F39;
}
.AnyTagClassName
{
color: #DB4F39;
}
</style>
background-color css
<style>
a { background-color: #DB4F39; }
a { background-color: rgb(219,79,57); }
div.DivClassName
{
background-color: #DB4F39;
}
.BgClassName
{
background-color: #DB4F39;
}
</style>
border-color css
<style>
span { border-color: #DB4F39; }
span { border-color: rgb(219,79,57); }
td.TdClassName
{
border-color: #DB4F39;
}
.TagClassName
{
border-color: #DB4F39;
}
</style>