Shades of Cinnabar #DB402F
Tints of Cinnabar #DB402F
RGB
CMYK
RGB Variations
Color information
#DB402F (or 0xDB402F) is known color: Cinnabar. HEX triplet: DB, 40 and 2F. RGB value is (219,64,47). Sum of RGB (Red+Green+Blue) = 219+64+47=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB402F is #24BFD0. Grayscale: #6C6C6C. Windows color (decimal): -2408401 or 3096795. OLE color: 3096795.
HSL color Cylindrical-coordinate representation of color #DB402F: hue angle of 5.93º degrees, saturation: 0.7, 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 #DB402F is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 47 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.14 |
| HSL | 5.93º | 0.7% | 0.52% | - |
| HSV(B) | 5.93º | 0.79% | 0.86% | - |
| XYZ | 31.56 | 18.93 | 4.68 | - |
| YUV | 108.41 | 93.35 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 47 | 0 | 0.71 | 0.79 | 0.14 | 5.93 | 0.7 | 0.52 |
| Hex | DB | 40 | 2F | 0 | 47 | 4F | E | 6 | 46 | 34 |
| Octal | 333 | 100 | 57 | 0 | 107 | 117 | 16 | 6 | 106 | 64 |
| Binary | 11011011 | 1000000 | 101111 | 0 | 1000111 | 1001111 | 1110 | 110 | 1000110 | 110100 |
Color Harmonies of #DB402F
Complementary color
Monochromatic Colors of #DB402F
Black with #DB402F
Text Example
Text Example
White with #DB402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB402F; }
p { color: rgb(219,64,47); }
H1.HeaderClassName
{
color: #DB402F;
}
.AnyTagClassName
{
color: #DB402F;
}
</style>
background-color css
<style>
a { background-color: #DB402F; }
a { background-color: rgb(219,64,47); }
div.DivClassName
{
background-color: #DB402F;
}
.BgClassName
{
background-color: #DB402F;
}
</style>
border-color css
<style>
span { border-color: #DB402F; }
span { border-color: rgb(219,64,47); }
td.TdClassName
{
border-color: #DB402F;
}
.TagClassName
{
border-color: #DB402F;
}
</style>