Shades of Cinnabar #DB462E
Tints of Cinnabar #DB462E
RGB
CMYK
RGB Variations
Color information
#DB462E (or 0xDB462E) is known color: Cinnabar. HEX triplet: DB, 46 and 2E. RGB value is (219,70,46). Sum of RGB (Red+Green+Blue) = 219+70+46=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB462E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB462E is #24B9D1. Grayscale: #707070. Windows color (decimal): -2406866 or 3032795. OLE color: 3032795.
HSL color Cylindrical-coordinate representation of color #DB462E: hue angle of 8.32º degrees, saturation: 0.71, 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 #DB462E is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 46 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.14 |
| HSL | 8.32º | 0.71% | 0.52% | - |
| HSV(B) | 8.32º | 0.79% | 0.86% | - |
| XYZ | 31.9 | 19.64 | 4.69 | - |
| YUV | 111.82 | 90.86 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 46 | 0 | 0.68 | 0.79 | 0.14 | 8.32 | 0.71 | 0.52 |
| Hex | DB | 46 | 2E | 0 | 44 | 4F | E | 8 | 47 | 34 |
| Octal | 333 | 106 | 56 | 0 | 104 | 117 | 16 | 10 | 107 | 64 |
| Binary | 11011011 | 1000110 | 101110 | 0 | 1000100 | 1001111 | 1110 | 1000 | 1000111 | 110100 |
Color Harmonies of #DB462E
Complementary color
Monochromatic Colors of #DB462E
Black with #DB462E
Text Example
Text Example
White with #DB462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB462E; }
p { color: rgb(219,70,46); }
H1.HeaderClassName
{
color: #DB462E;
}
.AnyTagClassName
{
color: #DB462E;
}
</style>
background-color css
<style>
a { background-color: #DB462E; }
a { background-color: rgb(219,70,46); }
div.DivClassName
{
background-color: #DB462E;
}
.BgClassName
{
background-color: #DB462E;
}
</style>
border-color css
<style>
span { border-color: #DB462E; }
span { border-color: rgb(219,70,46); }
td.TdClassName
{
border-color: #DB462E;
}
.TagClassName
{
border-color: #DB462E;
}
</style>