Shades of Cinnabar #DB473B
Tints of Cinnabar #DB473B
RGB
CMYK
RGB Variations
Color information
#DB473B (or 0xDB473B) is known color: Cinnabar. HEX triplet: DB, 47 and 3B. RGB value is (219,71,59). Sum of RGB (Red+Green+Blue) = 219+71+59=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB473B is #24B8C4. Grayscale: #727272. Windows color (decimal): -2406597 or 3885019. OLE color: 3885019.
HSL color Cylindrical-coordinate representation of color #DB473B: hue angle of 4.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB473B is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 59 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.14 |
| HSL | 4.5º | 0.69% | 0.55% | - |
| HSV(B) | 4.5º | 0.73% | 0.86% | - |
| XYZ | 32.26 | 19.88 | 6.28 | - |
| YUV | 113.88 | 97.03 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 59 | 0 | 0.68 | 0.73 | 0.14 | 4.5 | 0.69 | 0.55 |
| Hex | DB | 47 | 3B | 0 | 44 | 49 | E | 4 | 45 | 37 |
| Octal | 333 | 107 | 73 | 0 | 104 | 111 | 16 | 4 | 105 | 67 |
| Binary | 11011011 | 1000111 | 111011 | 0 | 1000100 | 1001001 | 1110 | 100 | 1000101 | 110111 |
Color Harmonies of #DB473B
Complementary color
Monochromatic Colors of #DB473B
Black with #DB473B
Text Example
Text Example
White with #DB473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB473B; }
p { color: rgb(219,71,59); }
H1.HeaderClassName
{
color: #DB473B;
}
.AnyTagClassName
{
color: #DB473B;
}
</style>
background-color css
<style>
a { background-color: #DB473B; }
a { background-color: rgb(219,71,59); }
div.DivClassName
{
background-color: #DB473B;
}
.BgClassName
{
background-color: #DB473B;
}
</style>
border-color css
<style>
span { border-color: #DB473B; }
span { border-color: rgb(219,71,59); }
td.TdClassName
{
border-color: #DB473B;
}
.TagClassName
{
border-color: #DB473B;
}
</style>