Shades of Cinnabar #DB403E
Tints of Cinnabar #DB403E
RGB
CMYK
RGB Variations
Color information
#DB403E (or 0xDB403E) is known color: Cinnabar. HEX triplet: DB, 40 and 3E. RGB value is (219,64,62). Sum of RGB (Red+Green+Blue) = 219+64+62=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB403E is #24BFC1. Grayscale: #6E6E6E. Windows color (decimal): -2408386 or 4079835. OLE color: 4079835.
HSL color Cylindrical-coordinate representation of color #DB403E: hue angle of 0.76º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB403E is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 62 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.14 |
| HSL | 0.76º | 0.69% | 0.55% | - |
| HSV(B) | 0.76º | 0.72% | 0.86% | - |
| XYZ | 31.92 | 19.07 | 6.56 | - |
| YUV | 110.12 | 100.85 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 62 | 0 | 0.71 | 0.72 | 0.14 | 0.76 | 0.69 | 0.55 |
| Hex | DB | 40 | 3E | 0 | 47 | 48 | E | 1 | 45 | 37 |
| Octal | 333 | 100 | 76 | 0 | 107 | 110 | 16 | 1 | 105 | 67 |
| Binary | 11011011 | 1000000 | 111110 | 0 | 1000111 | 1001000 | 1110 | 1 | 1000101 | 110111 |
Color Harmonies of #DB403E
Complementary color
Monochromatic Colors of #DB403E
Black with #DB403E
Text Example
Text Example
White with #DB403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB403E; }
p { color: rgb(219,64,62); }
H1.HeaderClassName
{
color: #DB403E;
}
.AnyTagClassName
{
color: #DB403E;
}
</style>
background-color css
<style>
a { background-color: #DB403E; }
a { background-color: rgb(219,64,62); }
div.DivClassName
{
background-color: #DB403E;
}
.BgClassName
{
background-color: #DB403E;
}
</style>
border-color css
<style>
span { border-color: #DB403E; }
span { border-color: rgb(219,64,62); }
td.TdClassName
{
border-color: #DB403E;
}
.TagClassName
{
border-color: #DB403E;
}
</style>