Shades of Cinnabar #DB463C
Tints of Cinnabar #DB463C
RGB
CMYK
RGB Variations
Color information
#DB463C (or 0xDB463C) is known color: Cinnabar. HEX triplet: DB, 46 and 3C. RGB value is (219,70,60). Sum of RGB (Red+Green+Blue) = 219+70+60=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB463C is #24B9C3. Grayscale: #717171. Windows color (decimal): -2406852 or 3950299. OLE color: 3950299.
HSL color Cylindrical-coordinate representation of color #DB463C: hue angle of 3.77º 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 #DB463C is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 60 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.14 |
| HSL | 3.77º | 0.69% | 0.55% | - |
| HSV(B) | 3.77º | 0.73% | 0.86% | - |
| XYZ | 32.22 | 19.77 | 6.39 | - |
| YUV | 113.41 | 97.86 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 60 | 0 | 0.68 | 0.73 | 0.14 | 3.77 | 0.69 | 0.55 |
| Hex | DB | 46 | 3C | 0 | 44 | 49 | E | 4 | 45 | 37 |
| Octal | 333 | 106 | 74 | 0 | 104 | 111 | 16 | 4 | 105 | 67 |
| Binary | 11011011 | 1000110 | 111100 | 0 | 1000100 | 1001001 | 1110 | 100 | 1000101 | 110111 |
Color Harmonies of #DB463C
Complementary color
Monochromatic Colors of #DB463C
Black with #DB463C
Text Example
Text Example
White with #DB463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB463C; }
p { color: rgb(219,70,60); }
H1.HeaderClassName
{
color: #DB463C;
}
.AnyTagClassName
{
color: #DB463C;
}
</style>
background-color css
<style>
a { background-color: #DB463C; }
a { background-color: rgb(219,70,60); }
div.DivClassName
{
background-color: #DB463C;
}
.BgClassName
{
background-color: #DB463C;
}
</style>
border-color css
<style>
span { border-color: #DB463C; }
span { border-color: rgb(219,70,60); }
td.TdClassName
{
border-color: #DB463C;
}
.TagClassName
{
border-color: #DB463C;
}
</style>