Shades of Cinnabar #DB503C
Tints of Cinnabar #DB503C
RGB
CMYK
RGB Variations
Color information
#DB503C (or 0xDB503C) is known color: Cinnabar. HEX triplet: DB, 50 and 3C. RGB value is (219,80,60). Sum of RGB (Red+Green+Blue) = 219+80+60=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB503C is #24AFC3. Grayscale: #777777. Windows color (decimal): -2404292 or 3952859. OLE color: 3952859.
HSL color Cylindrical-coordinate representation of color #DB503C: hue angle of 7.55º 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 #DB503C is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 60 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.14 |
| HSL | 7.55º | 0.69% | 0.55% | - |
| HSV(B) | 7.55º | 0.73% | 0.86% | - |
| XYZ | 32.9 | 21.12 | 6.62 | - |
| YUV | 119.28 | 94.55 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 60 | 0 | 0.63 | 0.73 | 0.14 | 7.55 | 0.69 | 0.55 |
| Hex | DB | 50 | 3C | 0 | 3F | 49 | E | 8 | 45 | 37 |
| Octal | 333 | 120 | 74 | 0 | 77 | 111 | 16 | 10 | 105 | 67 |
| Binary | 11011011 | 1010000 | 111100 | 0 | 111111 | 1001001 | 1110 | 1000 | 1000101 | 110111 |
Color Harmonies of #DB503C
Complementary color
Monochromatic Colors of #DB503C
Black with #DB503C
Text Example
Text Example
White with #DB503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB503C; }
p { color: rgb(219,80,60); }
H1.HeaderClassName
{
color: #DB503C;
}
.AnyTagClassName
{
color: #DB503C;
}
</style>
background-color css
<style>
a { background-color: #DB503C; }
a { background-color: rgb(219,80,60); }
div.DivClassName
{
background-color: #DB503C;
}
.BgClassName
{
background-color: #DB503C;
}
</style>
border-color css
<style>
span { border-color: #DB503C; }
span { border-color: rgb(219,80,60); }
td.TdClassName
{
border-color: #DB503C;
}
.TagClassName
{
border-color: #DB503C;
}
</style>