Shades of Cinnabar #DB4926
Tints of Cinnabar #DB4926
RGB
CMYK
RGB Variations
Color information
#DB4926 (or 0xDB4926) is known color: Cinnabar. HEX triplet: DB, 49 and 26. RGB value is (219,73,38). Sum of RGB (Red+Green+Blue) = 219+73+38=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4926 is #24B6D9. Grayscale: #707070. Windows color (decimal): -2406106 or 2509275. OLE color: 2509275.
HSL color Cylindrical-coordinate representation of color #DB4926: hue angle of 11.6º 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 #DB4926 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 38 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.14 |
| HSL | 11.6º | 0.72% | 0.5% | - |
| HSV(B) | 11.6º | 0.83% | 0.86% | - |
| XYZ | 31.95 | 19.97 | 4 | - |
| YUV | 112.66 | 85.87 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 38 | 0 | 0.67 | 0.83 | 0.14 | 11.6 | 0.72 | 0.5 |
| Hex | DB | 49 | 26 | 0 | 43 | 53 | E | C | 48 | 32 |
| Octal | 333 | 111 | 46 | 0 | 103 | 123 | 16 | 14 | 110 | 62 |
| Binary | 11011011 | 1001001 | 100110 | 0 | 1000011 | 1010011 | 1110 | 1100 | 1001000 | 110010 |
Color Harmonies of #DB4926
Complementary color
Monochromatic Colors of #DB4926
Black with #DB4926
Text Example
Text Example
White with #DB4926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4926; }
p { color: rgb(219,73,38); }
H1.HeaderClassName
{
color: #DB4926;
}
.AnyTagClassName
{
color: #DB4926;
}
</style>
background-color css
<style>
a { background-color: #DB4926; }
a { background-color: rgb(219,73,38); }
div.DivClassName
{
background-color: #DB4926;
}
.BgClassName
{
background-color: #DB4926;
}
</style>
border-color css
<style>
span { border-color: #DB4926; }
span { border-color: rgb(219,73,38); }
td.TdClassName
{
border-color: #DB4926;
}
.TagClassName
{
border-color: #DB4926;
}
</style>