Shades of Cinnabar #DB4036
Tints of Cinnabar #DB4036
RGB
CMYK
RGB Variations
Color information
#DB4036 (or 0xDB4036) is known color: Cinnabar. HEX triplet: DB, 40 and 36. RGB value is (219,64,54). Sum of RGB (Red+Green+Blue) = 219+64+54=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4036 is #24BFC9. Grayscale: #6D6D6D. Windows color (decimal): -2408394 or 3555547. OLE color: 3555547.
HSL color Cylindrical-coordinate representation of color #DB4036: hue angle of 3.64º 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 #DB4036 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 54 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.14 |
| HSL | 3.64º | 0.7% | 0.54% | - |
| HSV(B) | 3.64º | 0.75% | 0.86% | - |
| XYZ | 31.71 | 18.99 | 5.48 | - |
| YUV | 109.21 | 96.85 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 54 | 0 | 0.71 | 0.75 | 0.14 | 3.64 | 0.7 | 0.54 |
| Hex | DB | 40 | 36 | 0 | 47 | 4B | E | 4 | 46 | 36 |
| Octal | 333 | 100 | 66 | 0 | 107 | 113 | 16 | 4 | 106 | 66 |
| Binary | 11011011 | 1000000 | 110110 | 0 | 1000111 | 1001011 | 1110 | 100 | 1000110 | 110110 |
Color Harmonies of #DB4036
Complementary color
Monochromatic Colors of #DB4036
Black with #DB4036
Text Example
Text Example
White with #DB4036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4036; }
p { color: rgb(219,64,54); }
H1.HeaderClassName
{
color: #DB4036;
}
.AnyTagClassName
{
color: #DB4036;
}
</style>
background-color css
<style>
a { background-color: #DB4036; }
a { background-color: rgb(219,64,54); }
div.DivClassName
{
background-color: #DB4036;
}
.BgClassName
{
background-color: #DB4036;
}
</style>
border-color css
<style>
span { border-color: #DB4036; }
span { border-color: rgb(219,64,54); }
td.TdClassName
{
border-color: #DB4036;
}
.TagClassName
{
border-color: #DB4036;
}
</style>