Shades of Cinnabar #DB402E
Tints of Cinnabar #DB402E
RGB
CMYK
RGB Variations
Color information
#DB402E (or 0xDB402E) is known color: Cinnabar. HEX triplet: DB, 40 and 2E. RGB value is (219,64,46). Sum of RGB (Red+Green+Blue) = 219+64+46=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB402E is #24BFD1. Grayscale: #6C6C6C. Windows color (decimal): -2408402 or 3031259. OLE color: 3031259.
HSL color Cylindrical-coordinate representation of color #DB402E: hue angle of 6.24º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB402E is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 46 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.14 |
| HSL | 6.24º | 0.71% | 0.52% | - |
| HSV(B) | 6.24º | 0.79% | 0.86% | - |
| XYZ | 31.54 | 18.92 | 4.58 | - |
| YUV | 108.29 | 92.85 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 46 | 0 | 0.71 | 0.79 | 0.14 | 6.24 | 0.71 | 0.52 |
| Hex | DB | 40 | 2E | 0 | 47 | 4F | E | 6 | 47 | 34 |
| Octal | 333 | 100 | 56 | 0 | 107 | 117 | 16 | 6 | 107 | 64 |
| Binary | 11011011 | 1000000 | 101110 | 0 | 1000111 | 1001111 | 1110 | 110 | 1000111 | 110100 |
Color Harmonies of #DB402E
Complementary color
Monochromatic Colors of #DB402E
Black with #DB402E
Text Example
Text Example
White with #DB402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB402E; }
p { color: rgb(219,64,46); }
H1.HeaderClassName
{
color: #DB402E;
}
.AnyTagClassName
{
color: #DB402E;
}
</style>
background-color css
<style>
a { background-color: #DB402E; }
a { background-color: rgb(219,64,46); }
div.DivClassName
{
background-color: #DB402E;
}
.BgClassName
{
background-color: #DB402E;
}
</style>
border-color css
<style>
span { border-color: #DB402E; }
span { border-color: rgb(219,64,46); }
td.TdClassName
{
border-color: #DB402E;
}
.TagClassName
{
border-color: #DB402E;
}
</style>