Shades of Cinnabar #DB3E26
Tints of Cinnabar #DB3E26
RGB
CMYK
RGB Variations
Color information
#DB3E26 (or 0xDB3E26) is known color: Cinnabar. HEX triplet: DB, 3E and 26. RGB value is (219,62,38). Sum of RGB (Red+Green+Blue) = 219+62+38=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3E26 is #24C1D9. Grayscale: #6A6A6A. Windows color (decimal): -2408922 or 2506459. OLE color: 2506459.
HSL color Cylindrical-coordinate representation of color #DB3E26: hue angle of 7.96º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB3E26 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 38 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.14 |
| HSL | 7.96º | 0.72% | 0.5% | - |
| HSV(B) | 7.96º | 0.83% | 0.86% | - |
| XYZ | 31.29 | 18.65 | 3.78 | - |
| YUV | 106.21 | 89.51 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 38 | 0 | 0.72 | 0.83 | 0.14 | 7.96 | 0.72 | 0.5 |
| Hex | DB | 3E | 26 | 0 | 48 | 53 | E | 8 | 48 | 32 |
| Octal | 333 | 76 | 46 | 0 | 110 | 123 | 16 | 10 | 110 | 62 |
| Binary | 11011011 | 111110 | 100110 | 0 | 1001000 | 1010011 | 1110 | 1000 | 1001000 | 110010 |
Color Harmonies of #DB3E26
Complementary color
Monochromatic Colors of #DB3E26
Black with #DB3E26
Text Example
Text Example
White with #DB3E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E26; }
p { color: rgb(219,62,38); }
H1.HeaderClassName
{
color: #DB3E26;
}
.AnyTagClassName
{
color: #DB3E26;
}
</style>
background-color css
<style>
a { background-color: #DB3E26; }
a { background-color: rgb(219,62,38); }
div.DivClassName
{
background-color: #DB3E26;
}
.BgClassName
{
background-color: #DB3E26;
}
</style>
border-color css
<style>
span { border-color: #DB3E26; }
span { border-color: rgb(219,62,38); }
td.TdClassName
{
border-color: #DB3E26;
}
.TagClassName
{
border-color: #DB3E26;
}
</style>