Shades of Cinnabar #DB463F
Tints of Cinnabar #DB463F
RGB
CMYK
RGB Variations
Color information
#DB463F (or 0xDB463F) is known color: Cinnabar. HEX triplet: DB, 46 and 3F. RGB value is (219,70,63). Sum of RGB (Red+Green+Blue) = 219+70+63=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB463F is #24B9C0. Grayscale: #717171. Windows color (decimal): -2406849 or 4146907. OLE color: 4146907.
HSL color Cylindrical-coordinate representation of color #DB463F: hue angle of 2.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB463F is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 63 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.14 |
| HSL | 2.69º | 0.68% | 0.55% | - |
| HSV(B) | 2.69º | 0.71% | 0.86% | - |
| XYZ | 32.3 | 19.8 | 6.82 | - |
| YUV | 113.75 | 99.36 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 63 | 0 | 0.68 | 0.71 | 0.14 | 2.69 | 0.68 | 0.55 |
| Hex | DB | 46 | 3F | 0 | 44 | 47 | E | 3 | 44 | 37 |
| Octal | 333 | 106 | 77 | 0 | 104 | 107 | 16 | 3 | 104 | 67 |
| Binary | 11011011 | 1000110 | 111111 | 0 | 1000100 | 1000111 | 1110 | 11 | 1000100 | 110111 |
Color Harmonies of #DB463F
Complementary color
Monochromatic Colors of #DB463F
Black with #DB463F
Text Example
Text Example
White with #DB463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB463F; }
p { color: rgb(219,70,63); }
H1.HeaderClassName
{
color: #DB463F;
}
.AnyTagClassName
{
color: #DB463F;
}
</style>
background-color css
<style>
a { background-color: #DB463F; }
a { background-color: rgb(219,70,63); }
div.DivClassName
{
background-color: #DB463F;
}
.BgClassName
{
background-color: #DB463F;
}
</style>
border-color css
<style>
span { border-color: #DB463F; }
span { border-color: rgb(219,70,63); }
td.TdClassName
{
border-color: #DB463F;
}
.TagClassName
{
border-color: #DB463F;
}
</style>