Shades of Cinnabar #DB4034
Tints of Cinnabar #DB4034
RGB
CMYK
RGB Variations
Color information
#DB4034 (or 0xDB4034) is known color: Cinnabar. HEX triplet: DB, 40 and 34. RGB value is (219,64,52). Sum of RGB (Red+Green+Blue) = 219+64+52=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4034 is #24BFCB. Grayscale: #6D6D6D. Windows color (decimal): -2408396 or 3424475. OLE color: 3424475.
HSL color Cylindrical-coordinate representation of color #DB4034: hue angle of 4.31º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB4034 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 52 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.14 |
| HSL | 4.31º | 0.7% | 0.53% | - |
| HSV(B) | 4.31º | 0.76% | 0.86% | - |
| XYZ | 31.67 | 18.97 | 5.24 | - |
| YUV | 108.98 | 95.85 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 52 | 0 | 0.71 | 0.76 | 0.14 | 4.31 | 0.7 | 0.53 |
| Hex | DB | 40 | 34 | 0 | 47 | 4C | E | 4 | 46 | 35 |
| Octal | 333 | 100 | 64 | 0 | 107 | 114 | 16 | 4 | 106 | 65 |
| Binary | 11011011 | 1000000 | 110100 | 0 | 1000111 | 1001100 | 1110 | 100 | 1000110 | 110101 |
Color Harmonies of #DB4034
Complementary color
Monochromatic Colors of #DB4034
Black with #DB4034
Text Example
Text Example
White with #DB4034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4034; }
p { color: rgb(219,64,52); }
H1.HeaderClassName
{
color: #DB4034;
}
.AnyTagClassName
{
color: #DB4034;
}
</style>
background-color css
<style>
a { background-color: #DB4034; }
a { background-color: rgb(219,64,52); }
div.DivClassName
{
background-color: #DB4034;
}
.BgClassName
{
background-color: #DB4034;
}
</style>
border-color css
<style>
span { border-color: #DB4034; }
span { border-color: rgb(219,64,52); }
td.TdClassName
{
border-color: #DB4034;
}
.TagClassName
{
border-color: #DB4034;
}
</style>