Shades of Cinnabar #DB493E
Tints of Cinnabar #DB493E
RGB
CMYK
RGB Variations
Color information
#DB493E (or 0xDB493E) is known color: Cinnabar. HEX triplet: DB, 49 and 3E. RGB value is (219,73,62). Sum of RGB (Red+Green+Blue) = 219+73+62=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB493E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB493E is #24B6C1. Grayscale: #737373. Windows color (decimal): -2406082 or 4082139. OLE color: 4082139.
HSL color Cylindrical-coordinate representation of color #DB493E: hue angle of 4.2º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB493E is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 62 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.14 |
| HSL | 4.2º | 0.69% | 0.55% | - |
| HSV(B) | 4.2º | 0.72% | 0.86% | - |
| XYZ | 32.47 | 20.17 | 6.74 | - |
| YUV | 115.4 | 97.87 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 62 | 0 | 0.67 | 0.72 | 0.14 | 4.2 | 0.69 | 0.55 |
| Hex | DB | 49 | 3E | 0 | 43 | 48 | E | 4 | 45 | 37 |
| Octal | 333 | 111 | 76 | 0 | 103 | 110 | 16 | 4 | 105 | 67 |
| Binary | 11011011 | 1001001 | 111110 | 0 | 1000011 | 1001000 | 1110 | 100 | 1000101 | 110111 |
Color Harmonies of #DB493E
Complementary color
Monochromatic Colors of #DB493E
Black with #DB493E
Text Example
Text Example
White with #DB493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB493E; }
p { color: rgb(219,73,62); }
H1.HeaderClassName
{
color: #DB493E;
}
.AnyTagClassName
{
color: #DB493E;
}
</style>
background-color css
<style>
a { background-color: #DB493E; }
a { background-color: rgb(219,73,62); }
div.DivClassName
{
background-color: #DB493E;
}
.BgClassName
{
background-color: #DB493E;
}
</style>
border-color css
<style>
span { border-color: #DB493E; }
span { border-color: rgb(219,73,62); }
td.TdClassName
{
border-color: #DB493E;
}
.TagClassName
{
border-color: #DB493E;
}
</style>