Shades of Cinnabar #DB4936
Tints of Cinnabar #DB4936
RGB
CMYK
RGB Variations
Color information
#DB4936 (or 0xDB4936) is known color: Cinnabar. HEX triplet: DB, 49 and 36. RGB value is (219,73,54). Sum of RGB (Red+Green+Blue) = 219+73+54=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4936 is #24B6C9. Grayscale: #727272. Windows color (decimal): -2406090 or 3557851. OLE color: 3557851.
HSL color Cylindrical-coordinate representation of color #DB4936: hue angle of 6.91º 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 #DB4936 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 54 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.14 |
| HSL | 6.91º | 0.7% | 0.54% | - |
| HSV(B) | 6.91º | 0.75% | 0.86% | - |
| XYZ | 32.26 | 20.09 | 5.67 | - |
| YUV | 114.49 | 93.87 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 54 | 0 | 0.67 | 0.75 | 0.14 | 6.91 | 0.7 | 0.54 |
| Hex | DB | 49 | 36 | 0 | 43 | 4B | E | 7 | 46 | 36 |
| Octal | 333 | 111 | 66 | 0 | 103 | 113 | 16 | 7 | 106 | 66 |
| Binary | 11011011 | 1001001 | 110110 | 0 | 1000011 | 1001011 | 1110 | 111 | 1000110 | 110110 |
Color Harmonies of #DB4936
Complementary color
Monochromatic Colors of #DB4936
Black with #DB4936
Text Example
Text Example
White with #DB4936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4936; }
p { color: rgb(219,73,54); }
H1.HeaderClassName
{
color: #DB4936;
}
.AnyTagClassName
{
color: #DB4936;
}
</style>
background-color css
<style>
a { background-color: #DB4936; }
a { background-color: rgb(219,73,54); }
div.DivClassName
{
background-color: #DB4936;
}
.BgClassName
{
background-color: #DB4936;
}
</style>
border-color css
<style>
span { border-color: #DB4936; }
span { border-color: rgb(219,73,54); }
td.TdClassName
{
border-color: #DB4936;
}
.TagClassName
{
border-color: #DB4936;
}
</style>