Shades of Cinnabar #DB4D40
Tints of Cinnabar #DB4D40
RGB
CMYK
RGB Variations
Color information
#DB4D40 (or 0xDB4D40) is known color: Cinnabar. HEX triplet: DB, 4D and 40. RGB value is (219,77,64). Sum of RGB (Red+Green+Blue) = 219+77+64=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4D40 is #24B2BF. Grayscale: #767676. Windows color (decimal): -2405056 or 4214235. OLE color: 4214235.
HSL color Cylindrical-coordinate representation of color #DB4D40: hue angle of 5.03º 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 #DB4D40 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 64 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.14 |
| HSL | 5.03º | 0.68% | 0.55% | - |
| HSV(B) | 5.03º | 0.71% | 0.86% | - |
| XYZ | 32.79 | 20.74 | 7.12 | - |
| YUV | 117.98 | 97.54 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 64 | 0 | 0.65 | 0.71 | 0.14 | 5.03 | 0.68 | 0.55 |
| Hex | DB | 4D | 40 | 0 | 41 | 47 | E | 5 | 44 | 37 |
| Octal | 333 | 115 | 100 | 0 | 101 | 107 | 16 | 5 | 104 | 67 |
| Binary | 11011011 | 1001101 | 1000000 | 0 | 1000001 | 1000111 | 1110 | 101 | 1000100 | 110111 |
Color Harmonies of #DB4D40
Complementary color
Monochromatic Colors of #DB4D40
Black with #DB4D40
Text Example
Text Example
White with #DB4D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D40; }
p { color: rgb(219,77,64); }
H1.HeaderClassName
{
color: #DB4D40;
}
.AnyTagClassName
{
color: #DB4D40;
}
</style>
background-color css
<style>
a { background-color: #DB4D40; }
a { background-color: rgb(219,77,64); }
div.DivClassName
{
background-color: #DB4D40;
}
.BgClassName
{
background-color: #DB4D40;
}
</style>
border-color css
<style>
span { border-color: #DB4D40; }
span { border-color: rgb(219,77,64); }
td.TdClassName
{
border-color: #DB4D40;
}
.TagClassName
{
border-color: #DB4D40;
}
</style>