Shades of Cinnabar #DB461E
Tints of Cinnabar #DB461E
RGB
CMYK
RGB Variations
Color information
#DB461E (or 0xDB461E) is known color: Cinnabar. HEX triplet: DB, 46 and 1E. RGB value is (219,70,30). Sum of RGB (Red+Green+Blue) = 219+70+30=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB461E is #24B9E1. Grayscale: #6E6E6E. Windows color (decimal): -2406882 or 1984219. OLE color: 1984219.
HSL color Cylindrical-coordinate representation of color #DB461E: hue angle of 12.7º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB461E is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 30 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.14 |
| HSL | 12.7º | 0.76% | 0.49% | - |
| HSV(B) | 12.7º | 0.86% | 0.86% | - |
| XYZ | 31.64 | 19.53 | 3.33 | - |
| YUV | 109.99 | 82.86 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 30 | 0 | 0.68 | 0.86 | 0.14 | 12.7 | 0.76 | 0.49 |
| Hex | DB | 46 | 1E | 0 | 44 | 56 | E | D | 4C | 31 |
| Octal | 333 | 106 | 36 | 0 | 104 | 126 | 16 | 15 | 114 | 61 |
| Binary | 11011011 | 1000110 | 11110 | 0 | 1000100 | 1010110 | 1110 | 1101 | 1001100 | 110001 |
Color Harmonies of #DB461E
Complementary color
Monochromatic Colors of #DB461E
Black with #DB461E
Text Example
Text Example
White with #DB461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB461E; }
p { color: rgb(219,70,30); }
H1.HeaderClassName
{
color: #DB461E;
}
.AnyTagClassName
{
color: #DB461E;
}
</style>
background-color css
<style>
a { background-color: #DB461E; }
a { background-color: rgb(219,70,30); }
div.DivClassName
{
background-color: #DB461E;
}
.BgClassName
{
background-color: #DB461E;
}
</style>
border-color css
<style>
span { border-color: #DB461E; }
span { border-color: rgb(219,70,30); }
td.TdClassName
{
border-color: #DB461E;
}
.TagClassName
{
border-color: #DB461E;
}
</style>