Shades of Cinnabar #DB4731
Tints of Cinnabar #DB4731
RGB
CMYK
RGB Variations
Color information
#DB4731 (or 0xDB4731) is known color: Cinnabar. HEX triplet: DB, 47 and 31. RGB value is (219,71,49). Sum of RGB (Red+Green+Blue) = 219+71+49=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4731 is #24B8CE. Grayscale: #707070. Windows color (decimal): -2406607 or 3229659. OLE color: 3229659.
HSL color Cylindrical-coordinate representation of color #DB4731: hue angle of 7.76º 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 #DB4731 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 49 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.14 |
| HSL | 7.76º | 0.7% | 0.53% | - |
| HSV(B) | 7.76º | 0.78% | 0.86% | - |
| XYZ | 32.02 | 19.79 | 5.04 | - |
| YUV | 112.74 | 92.03 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 49 | 0 | 0.68 | 0.78 | 0.14 | 7.76 | 0.7 | 0.53 |
| Hex | DB | 47 | 31 | 0 | 44 | 4E | E | 8 | 46 | 35 |
| Octal | 333 | 107 | 61 | 0 | 104 | 116 | 16 | 10 | 106 | 65 |
| Binary | 11011011 | 1000111 | 110001 | 0 | 1000100 | 1001110 | 1110 | 1000 | 1000110 | 110101 |
Color Harmonies of #DB4731
Complementary color
Monochromatic Colors of #DB4731
Black with #DB4731
Text Example
Text Example
White with #DB4731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4731; }
p { color: rgb(219,71,49); }
H1.HeaderClassName
{
color: #DB4731;
}
.AnyTagClassName
{
color: #DB4731;
}
</style>
background-color css
<style>
a { background-color: #DB4731; }
a { background-color: rgb(219,71,49); }
div.DivClassName
{
background-color: #DB4731;
}
.BgClassName
{
background-color: #DB4731;
}
</style>
border-color css
<style>
span { border-color: #DB4731; }
span { border-color: rgb(219,71,49); }
td.TdClassName
{
border-color: #DB4731;
}
.TagClassName
{
border-color: #DB4731;
}
</style>