Shades of Cinnabar #DB492F
Tints of Cinnabar #DB492F
RGB
CMYK
RGB Variations
Color information
#DB492F (or 0xDB492F) is known color: Cinnabar. HEX triplet: DB, 49 and 2F. RGB value is (219,73,47). Sum of RGB (Red+Green+Blue) = 219+73+47=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB492F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB492F is #24B6D0. Grayscale: #717171. Windows color (decimal): -2406097 or 3099099. OLE color: 3099099.
HSL color Cylindrical-coordinate representation of color #DB492F: hue angle of 9.07º degrees, saturation: 0.7, 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 #DB492F is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 47 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.14 |
| HSL | 9.07º | 0.7% | 0.52% | - |
| HSV(B) | 9.07º | 0.79% | 0.86% | - |
| XYZ | 32.11 | 20.03 | 4.86 | - |
| YUV | 113.69 | 90.37 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 47 | 0 | 0.67 | 0.79 | 0.14 | 9.07 | 0.7 | 0.52 |
| Hex | DB | 49 | 2F | 0 | 43 | 4F | E | 9 | 46 | 34 |
| Octal | 333 | 111 | 57 | 0 | 103 | 117 | 16 | 11 | 106 | 64 |
| Binary | 11011011 | 1001001 | 101111 | 0 | 1000011 | 1001111 | 1110 | 1001 | 1000110 | 110100 |
Color Harmonies of #DB492F
Complementary color
Monochromatic Colors of #DB492F
Black with #DB492F
Text Example
Text Example
White with #DB492F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB492F; }
p { color: rgb(219,73,47); }
H1.HeaderClassName
{
color: #DB492F;
}
.AnyTagClassName
{
color: #DB492F;
}
</style>
background-color css
<style>
a { background-color: #DB492F; }
a { background-color: rgb(219,73,47); }
div.DivClassName
{
background-color: #DB492F;
}
.BgClassName
{
background-color: #DB492F;
}
</style>
border-color css
<style>
span { border-color: #DB492F; }
span { border-color: rgb(219,73,47); }
td.TdClassName
{
border-color: #DB492F;
}
.TagClassName
{
border-color: #DB492F;
}
</style>