Shades of Cinnabar #DB4336
Tints of Cinnabar #DB4336
RGB
CMYK
RGB Variations
Color information
#DB4336 (or 0xDB4336) is known color: Cinnabar. HEX triplet: DB, 43 and 36. RGB value is (219,67,54). Sum of RGB (Red+Green+Blue) = 219+67+54=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4336 is #24BCC9. Grayscale: #6F6F6F. Windows color (decimal): -2407626 or 3556315. OLE color: 3556315.
HSL color Cylindrical-coordinate representation of color #DB4336: hue angle of 4.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB4336 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 54 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.14 |
| HSL | 4.73º | 0.7% | 0.54% | - |
| HSV(B) | 4.73º | 0.75% | 0.86% | - |
| XYZ | 31.89 | 19.34 | 5.54 | - |
| YUV | 110.97 | 95.86 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 54 | 0 | 0.69 | 0.75 | 0.14 | 4.73 | 0.7 | 0.54 |
| Hex | DB | 43 | 36 | 0 | 45 | 4B | E | 5 | 46 | 36 |
| Octal | 333 | 103 | 66 | 0 | 105 | 113 | 16 | 5 | 106 | 66 |
| Binary | 11011011 | 1000011 | 110110 | 0 | 1000101 | 1001011 | 1110 | 101 | 1000110 | 110110 |
Color Harmonies of #DB4336
Complementary color
Monochromatic Colors of #DB4336
Black with #DB4336
Text Example
Text Example
White with #DB4336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4336; }
p { color: rgb(219,67,54); }
H1.HeaderClassName
{
color: #DB4336;
}
.AnyTagClassName
{
color: #DB4336;
}
</style>
background-color css
<style>
a { background-color: #DB4336; }
a { background-color: rgb(219,67,54); }
div.DivClassName
{
background-color: #DB4336;
}
.BgClassName
{
background-color: #DB4336;
}
</style>
border-color css
<style>
span { border-color: #DB4336; }
span { border-color: rgb(219,67,54); }
td.TdClassName
{
border-color: #DB4336;
}
.TagClassName
{
border-color: #DB4336;
}
</style>