Shades of Cinnabar #DB403B
Tints of Cinnabar #DB403B
RGB
CMYK
RGB Variations
Color information
#DB403B (or 0xDB403B) is known color: Cinnabar. HEX triplet: DB, 40 and 3B. RGB value is (219,64,59). Sum of RGB (Red+Green+Blue) = 219+64+59=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB403B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB403B is #24BFC4. Grayscale: #6D6D6D. Windows color (decimal): -2408389 or 3883227. OLE color: 3883227.
HSL color Cylindrical-coordinate representation of color #DB403B: hue angle of 1.88º 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 #DB403B is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 59 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.14 |
| HSL | 1.88º | 0.69% | 0.55% | - |
| HSV(B) | 1.88º | 0.73% | 0.86% | - |
| XYZ | 31.84 | 19.04 | 6.14 | - |
| YUV | 109.78 | 99.35 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 59 | 0 | 0.71 | 0.73 | 0.14 | 1.88 | 0.69 | 0.55 |
| Hex | DB | 40 | 3B | 0 | 47 | 49 | E | 2 | 45 | 37 |
| Octal | 333 | 100 | 73 | 0 | 107 | 111 | 16 | 2 | 105 | 67 |
| Binary | 11011011 | 1000000 | 111011 | 0 | 1000111 | 1001001 | 1110 | 10 | 1000101 | 110111 |
Color Harmonies of #DB403B
Complementary color
Monochromatic Colors of #DB403B
Black with #DB403B
Text Example
Text Example
White with #DB403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB403B; }
p { color: rgb(219,64,59); }
H1.HeaderClassName
{
color: #DB403B;
}
.AnyTagClassName
{
color: #DB403B;
}
</style>
background-color css
<style>
a { background-color: #DB403B; }
a { background-color: rgb(219,64,59); }
div.DivClassName
{
background-color: #DB403B;
}
.BgClassName
{
background-color: #DB403B;
}
</style>
border-color css
<style>
span { border-color: #DB403B; }
span { border-color: rgb(219,64,59); }
td.TdClassName
{
border-color: #DB403B;
}
.TagClassName
{
border-color: #DB403B;
}
</style>