Shades of Cinnabar #DB492D
Tints of Cinnabar #DB492D
RGB
CMYK
RGB Variations
Color information
#DB492D (or 0xDB492D) is known color: Cinnabar. HEX triplet: DB, 49 and 2D. RGB value is (219,73,45). Sum of RGB (Red+Green+Blue) = 219+73+45=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB492D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB492D is #24B6D2. Grayscale: #717171. Windows color (decimal): -2406099 or 2968027. OLE color: 2968027.
HSL color Cylindrical-coordinate representation of color #DB492D: hue angle of 9.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB492D is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 45 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.14 |
| HSL | 9.66º | 0.71% | 0.52% | - |
| HSV(B) | 9.66º | 0.79% | 0.86% | - |
| XYZ | 32.07 | 20.01 | 4.66 | - |
| YUV | 113.46 | 89.37 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 45 | 0 | 0.67 | 0.79 | 0.14 | 9.66 | 0.71 | 0.52 |
| Hex | DB | 49 | 2D | 0 | 43 | 4F | E | A | 47 | 34 |
| Octal | 333 | 111 | 55 | 0 | 103 | 117 | 16 | 12 | 107 | 64 |
| Binary | 11011011 | 1001001 | 101101 | 0 | 1000011 | 1001111 | 1110 | 1010 | 1000111 | 110100 |
Color Harmonies of #DB492D
Complementary color
Monochromatic Colors of #DB492D
Black with #DB492D
Text Example
Text Example
White with #DB492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB492D; }
p { color: rgb(219,73,45); }
H1.HeaderClassName
{
color: #DB492D;
}
.AnyTagClassName
{
color: #DB492D;
}
</style>
background-color css
<style>
a { background-color: #DB492D; }
a { background-color: rgb(219,73,45); }
div.DivClassName
{
background-color: #DB492D;
}
.BgClassName
{
background-color: #DB492D;
}
</style>
border-color css
<style>
span { border-color: #DB492D; }
span { border-color: rgb(219,73,45); }
td.TdClassName
{
border-color: #DB492D;
}
.TagClassName
{
border-color: #DB492D;
}
</style>