Shades of Cinnabar #DB4326
Tints of Cinnabar #DB4326
RGB
CMYK
RGB Variations
Color information
#DB4326 (or 0xDB4326) is known color: Cinnabar. HEX triplet: DB, 43 and 26. RGB value is (219,67,38). Sum of RGB (Red+Green+Blue) = 219+67+38=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4326 is #24BCD9. Grayscale: #6D6D6D. Windows color (decimal): -2407642 or 2507739. OLE color: 2507739.
HSL color Cylindrical-coordinate representation of color #DB4326: hue angle of 9.61º 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 #DB4326 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 38 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.14 |
| HSL | 9.61º | 0.72% | 0.5% | - |
| HSV(B) | 9.61º | 0.83% | 0.86% | - |
| XYZ | 31.57 | 19.21 | 3.88 | - |
| YUV | 109.14 | 87.86 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 38 | 0 | 0.69 | 0.83 | 0.14 | 9.61 | 0.72 | 0.5 |
| Hex | DB | 43 | 26 | 0 | 45 | 53 | E | A | 48 | 32 |
| Octal | 333 | 103 | 46 | 0 | 105 | 123 | 16 | 12 | 110 | 62 |
| Binary | 11011011 | 1000011 | 100110 | 0 | 1000101 | 1010011 | 1110 | 1010 | 1001000 | 110010 |
Color Harmonies of #DB4326
Complementary color
Monochromatic Colors of #DB4326
Black with #DB4326
Text Example
Text Example
White with #DB4326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4326; }
p { color: rgb(219,67,38); }
H1.HeaderClassName
{
color: #DB4326;
}
.AnyTagClassName
{
color: #DB4326;
}
</style>
background-color css
<style>
a { background-color: #DB4326; }
a { background-color: rgb(219,67,38); }
div.DivClassName
{
background-color: #DB4326;
}
.BgClassName
{
background-color: #DB4326;
}
</style>
border-color css
<style>
span { border-color: #DB4326; }
span { border-color: rgb(219,67,38); }
td.TdClassName
{
border-color: #DB4326;
}
.TagClassName
{
border-color: #DB4326;
}
</style>