Shades of Cinnabar #DB4F31
Tints of Cinnabar #DB4F31
RGB
CMYK
RGB Variations
Color information
#DB4F31 (or 0xDB4F31) is known color: Cinnabar. HEX triplet: DB, 4F and 31. RGB value is (219,79,49). Sum of RGB (Red+Green+Blue) = 219+79+49=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F31 is #24B0CE. Grayscale: #757575. Windows color (decimal): -2404559 or 3231707. OLE color: 3231707.
HSL color Cylindrical-coordinate representation of color #DB4F31: hue angle of 10.59º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB4F31 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 49 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.14 |
| HSL | 10.59º | 0.7% | 0.53% | - |
| HSV(B) | 10.59º | 0.78% | 0.86% | - |
| XYZ | 32.56 | 20.87 | 5.22 | - |
| YUV | 117.44 | 89.38 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 49 | 0 | 0.64 | 0.78 | 0.14 | 10.59 | 0.7 | 0.53 |
| Hex | DB | 4F | 31 | 0 | 40 | 4E | E | B | 46 | 35 |
| Octal | 333 | 117 | 61 | 0 | 100 | 116 | 16 | 13 | 106 | 65 |
| Binary | 11011011 | 1001111 | 110001 | 0 | 1000000 | 1001110 | 1110 | 1011 | 1000110 | 110101 |
Color Harmonies of #DB4F31
Complementary color
Monochromatic Colors of #DB4F31
Black with #DB4F31
Text Example
Text Example
White with #DB4F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F31; }
p { color: rgb(219,79,49); }
H1.HeaderClassName
{
color: #DB4F31;
}
.AnyTagClassName
{
color: #DB4F31;
}
</style>
background-color css
<style>
a { background-color: #DB4F31; }
a { background-color: rgb(219,79,49); }
div.DivClassName
{
background-color: #DB4F31;
}
.BgClassName
{
background-color: #DB4F31;
}
</style>
border-color css
<style>
span { border-color: #DB4F31; }
span { border-color: rgb(219,79,49); }
td.TdClassName
{
border-color: #DB4F31;
}
.TagClassName
{
border-color: #DB4F31;
}
</style>