Shades of Cinnabar #DB493A
Tints of Cinnabar #DB493A
RGB
CMYK
RGB Variations
Color information
#DB493A (or 0xDB493A) is known color: Cinnabar. HEX triplet: DB, 49 and 3A. RGB value is (219,73,58). Sum of RGB (Red+Green+Blue) = 219+73+58=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB493A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB493A is #24B6C5. Grayscale: #737373. Windows color (decimal): -2406086 or 3819995. OLE color: 3819995.
HSL color Cylindrical-coordinate representation of color #DB493A: hue angle of 5.59º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB493A is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 58 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.14 |
| HSL | 5.59º | 0.69% | 0.54% | - |
| HSV(B) | 5.59º | 0.74% | 0.86% | - |
| XYZ | 32.36 | 20.13 | 6.18 | - |
| YUV | 114.94 | 95.87 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 58 | 0 | 0.67 | 0.74 | 0.14 | 5.59 | 0.69 | 0.54 |
| Hex | DB | 49 | 3A | 0 | 43 | 4A | E | 6 | 45 | 36 |
| Octal | 333 | 111 | 72 | 0 | 103 | 112 | 16 | 6 | 105 | 66 |
| Binary | 11011011 | 1001001 | 111010 | 0 | 1000011 | 1001010 | 1110 | 110 | 1000101 | 110110 |
Color Harmonies of #DB493A
Complementary color
Monochromatic Colors of #DB493A
Black with #DB493A
Text Example
Text Example
White with #DB493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB493A; }
p { color: rgb(219,73,58); }
H1.HeaderClassName
{
color: #DB493A;
}
.AnyTagClassName
{
color: #DB493A;
}
</style>
background-color css
<style>
a { background-color: #DB493A; }
a { background-color: rgb(219,73,58); }
div.DivClassName
{
background-color: #DB493A;
}
.BgClassName
{
background-color: #DB493A;
}
</style>
border-color css
<style>
span { border-color: #DB493A; }
span { border-color: rgb(219,73,58); }
td.TdClassName
{
border-color: #DB493A;
}
.TagClassName
{
border-color: #DB493A;
}
</style>