Shades of Cinnabar #DB473E
Tints of Cinnabar #DB473E
RGB
CMYK
RGB Variations
Color information
#DB473E (or 0xDB473E) is known color: Cinnabar. HEX triplet: DB, 47 and 3E. RGB value is (219,71,62). Sum of RGB (Red+Green+Blue) = 219+71+62=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB473E is #24B8C1. Grayscale: #727272. Windows color (decimal): -2406594 or 4081627. OLE color: 4081627.
HSL color Cylindrical-coordinate representation of color #DB473E: hue angle of 3.44º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB473E is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 62 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.14 |
| HSL | 3.44º | 0.69% | 0.55% | - |
| HSV(B) | 3.44º | 0.72% | 0.86% | - |
| XYZ | 32.34 | 19.91 | 6.7 | - |
| YUV | 114.23 | 98.53 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 62 | 0 | 0.68 | 0.72 | 0.14 | 3.44 | 0.69 | 0.55 |
| Hex | DB | 47 | 3E | 0 | 44 | 48 | E | 3 | 45 | 37 |
| Octal | 333 | 107 | 76 | 0 | 104 | 110 | 16 | 3 | 105 | 67 |
| Binary | 11011011 | 1000111 | 111110 | 0 | 1000100 | 1001000 | 1110 | 11 | 1000101 | 110111 |
Color Harmonies of #DB473E
Complementary color
Monochromatic Colors of #DB473E
Black with #DB473E
Text Example
Text Example
White with #DB473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB473E; }
p { color: rgb(219,71,62); }
H1.HeaderClassName
{
color: #DB473E;
}
.AnyTagClassName
{
color: #DB473E;
}
</style>
background-color css
<style>
a { background-color: #DB473E; }
a { background-color: rgb(219,71,62); }
div.DivClassName
{
background-color: #DB473E;
}
.BgClassName
{
background-color: #DB473E;
}
</style>
border-color css
<style>
span { border-color: #DB473E; }
span { border-color: rgb(219,71,62); }
td.TdClassName
{
border-color: #DB473E;
}
.TagClassName
{
border-color: #DB473E;
}
</style>