Shades of Cinnabar #DB493B
Tints of Cinnabar #DB493B
RGB
CMYK
RGB Variations
Color information
#DB493B (or 0xDB493B) is known color: Cinnabar. HEX triplet: DB, 49 and 3B. RGB value is (219,73,59). Sum of RGB (Red+Green+Blue) = 219+73+59=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB493B is #24B6C4. Grayscale: #737373. Windows color (decimal): -2406085 or 3885531. OLE color: 3885531.
HSL color Cylindrical-coordinate representation of color #DB493B: hue angle of 5.25º 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 #DB493B is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 59 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.14 |
| HSL | 5.25º | 0.69% | 0.55% | - |
| HSV(B) | 5.25º | 0.73% | 0.86% | - |
| XYZ | 32.39 | 20.14 | 6.32 | - |
| YUV | 115.06 | 96.37 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 59 | 0 | 0.67 | 0.73 | 0.14 | 5.25 | 0.69 | 0.55 |
| Hex | DB | 49 | 3B | 0 | 43 | 49 | E | 5 | 45 | 37 |
| Octal | 333 | 111 | 73 | 0 | 103 | 111 | 16 | 5 | 105 | 67 |
| Binary | 11011011 | 1001001 | 111011 | 0 | 1000011 | 1001001 | 1110 | 101 | 1000101 | 110111 |
Color Harmonies of #DB493B
Complementary color
Monochromatic Colors of #DB493B
Black with #DB493B
Text Example
Text Example
White with #DB493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB493B; }
p { color: rgb(219,73,59); }
H1.HeaderClassName
{
color: #DB493B;
}
.AnyTagClassName
{
color: #DB493B;
}
</style>
background-color css
<style>
a { background-color: #DB493B; }
a { background-color: rgb(219,73,59); }
div.DivClassName
{
background-color: #DB493B;
}
.BgClassName
{
background-color: #DB493B;
}
</style>
border-color css
<style>
span { border-color: #DB493B; }
span { border-color: rgb(219,73,59); }
td.TdClassName
{
border-color: #DB493B;
}
.TagClassName
{
border-color: #DB493B;
}
</style>