Shades of Cinnabar #DB403F
Tints of Cinnabar #DB403F
RGB
CMYK
RGB Variations
Color information
#DB403F (or 0xDB403F) is known color: Cinnabar. HEX triplet: DB, 40 and 3F. RGB value is (219,64,63). Sum of RGB (Red+Green+Blue) = 219+64+63=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB403F is #24BFC0. Grayscale: #6E6E6E. Windows color (decimal): -2408385 or 4145371. OLE color: 4145371.
HSL color Cylindrical-coordinate representation of color #DB403F: hue angle of 0.38º 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 #DB403F is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 63 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.14 |
| HSL | 0.38º | 0.68% | 0.55% | - |
| HSV(B) | 0.38º | 0.71% | 0.86% | - |
| XYZ | 31.94 | 19.09 | 6.7 | - |
| YUV | 110.23 | 101.35 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 63 | 0 | 0.71 | 0.71 | 0.14 | 0.38 | 0.68 | 0.55 |
| Hex | DB | 40 | 3F | 0 | 47 | 47 | E | 0 | 44 | 37 |
| Octal | 333 | 100 | 77 | 0 | 107 | 107 | 16 | 0 | 104 | 67 |
| Binary | 11011011 | 1000000 | 111111 | 0 | 1000111 | 1000111 | 1110 | 0 | 1000100 | 110111 |
Color Harmonies of #DB403F
Complementary color
Monochromatic Colors of #DB403F
Black with #DB403F
Text Example
Text Example
White with #DB403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB403F; }
p { color: rgb(219,64,63); }
H1.HeaderClassName
{
color: #DB403F;
}
.AnyTagClassName
{
color: #DB403F;
}
</style>
background-color css
<style>
a { background-color: #DB403F; }
a { background-color: rgb(219,64,63); }
div.DivClassName
{
background-color: #DB403F;
}
.BgClassName
{
background-color: #DB403F;
}
</style>
border-color css
<style>
span { border-color: #DB403F; }
span { border-color: rgb(219,64,63); }
td.TdClassName
{
border-color: #DB403F;
}
.TagClassName
{
border-color: #DB403F;
}
</style>