Shades of Cinnabar #DB4C26
Tints of Cinnabar #DB4C26
RGB
CMYK
RGB Variations
Color information
#DB4C26 (or 0xDB4C26) is known color: Cinnabar. HEX triplet: DB, 4C and 26. RGB value is (219,76,38). Sum of RGB (Red+Green+Blue) = 219+76+38=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C26 is #24B3D9. Grayscale: #727272. Windows color (decimal): -2405338 or 2510043. OLE color: 2510043.
HSL color Cylindrical-coordinate representation of color #DB4C26: hue angle of 12.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 #DB4C26 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 38 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.14 |
| HSL | 12.6º | 0.72% | 0.5% | - |
| HSV(B) | 12.6º | 0.83% | 0.86% | - |
| XYZ | 32.15 | 20.37 | 4.07 | - |
| YUV | 114.43 | 84.88 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 38 | 0 | 0.65 | 0.83 | 0.14 | 12.6 | 0.72 | 0.5 |
| Hex | DB | 4C | 26 | 0 | 41 | 53 | E | D | 48 | 32 |
| Octal | 333 | 114 | 46 | 0 | 101 | 123 | 16 | 15 | 110 | 62 |
| Binary | 11011011 | 1001100 | 100110 | 0 | 1000001 | 1010011 | 1110 | 1101 | 1001000 | 110010 |
Color Harmonies of #DB4C26
Complementary color
Monochromatic Colors of #DB4C26
Black with #DB4C26
Text Example
Text Example
White with #DB4C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C26; }
p { color: rgb(219,76,38); }
H1.HeaderClassName
{
color: #DB4C26;
}
.AnyTagClassName
{
color: #DB4C26;
}
</style>
background-color css
<style>
a { background-color: #DB4C26; }
a { background-color: rgb(219,76,38); }
div.DivClassName
{
background-color: #DB4C26;
}
.BgClassName
{
background-color: #DB4C26;
}
</style>
border-color css
<style>
span { border-color: #DB4C26; }
span { border-color: rgb(219,76,38); }
td.TdClassName
{
border-color: #DB4C26;
}
.TagClassName
{
border-color: #DB4C26;
}
</style>