Shades of Cinnabar #DB473F
Tints of Cinnabar #DB473F
RGB
CMYK
RGB Variations
Color information
#DB473F (or 0xDB473F) is known color: Cinnabar. HEX triplet: DB, 47 and 3F. RGB value is (219,71,63). Sum of RGB (Red+Green+Blue) = 219+71+63=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB473F is #24B8C0. Grayscale: #727272. Windows color (decimal): -2406593 or 4147163. OLE color: 4147163.
HSL color Cylindrical-coordinate representation of color #DB473F: hue angle of 3.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB473F is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 63 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.14 |
| HSL | 3.08º | 0.68% | 0.55% | - |
| HSV(B) | 3.08º | 0.71% | 0.86% | - |
| XYZ | 32.36 | 19.93 | 6.84 | - |
| YUV | 114.34 | 99.03 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 63 | 0 | 0.68 | 0.71 | 0.14 | 3.08 | 0.68 | 0.55 |
| Hex | DB | 47 | 3F | 0 | 44 | 47 | E | 3 | 44 | 37 |
| Octal | 333 | 107 | 77 | 0 | 104 | 107 | 16 | 3 | 104 | 67 |
| Binary | 11011011 | 1000111 | 111111 | 0 | 1000100 | 1000111 | 1110 | 11 | 1000100 | 110111 |
Color Harmonies of #DB473F
Complementary color
Monochromatic Colors of #DB473F
Black with #DB473F
Text Example
Text Example
White with #DB473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB473F; }
p { color: rgb(219,71,63); }
H1.HeaderClassName
{
color: #DB473F;
}
.AnyTagClassName
{
color: #DB473F;
}
</style>
background-color css
<style>
a { background-color: #DB473F; }
a { background-color: rgb(219,71,63); }
div.DivClassName
{
background-color: #DB473F;
}
.BgClassName
{
background-color: #DB473F;
}
</style>
border-color css
<style>
span { border-color: #DB473F; }
span { border-color: rgb(219,71,63); }
td.TdClassName
{
border-color: #DB473F;
}
.TagClassName
{
border-color: #DB473F;
}
</style>