Shades of Cinnabar #DB4035
Tints of Cinnabar #DB4035
RGB
CMYK
RGB Variations
Color information
#DB4035 (or 0xDB4035) is known color: Cinnabar. HEX triplet: DB, 40 and 35. RGB value is (219,64,53). Sum of RGB (Red+Green+Blue) = 219+64+53=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4035 is #24BFCA. Grayscale: #6D6D6D. Windows color (decimal): -2408395 or 3490011. OLE color: 3490011.
HSL color Cylindrical-coordinate representation of color #DB4035: hue angle of 3.98º 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 #DB4035 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 53 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.14 |
| HSL | 3.98º | 0.7% | 0.53% | - |
| HSV(B) | 3.98º | 0.76% | 0.86% | - |
| XYZ | 31.69 | 18.98 | 5.36 | - |
| YUV | 109.09 | 96.35 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 53 | 0 | 0.71 | 0.76 | 0.14 | 3.98 | 0.7 | 0.53 |
| Hex | DB | 40 | 35 | 0 | 47 | 4C | E | 4 | 46 | 35 |
| Octal | 333 | 100 | 65 | 0 | 107 | 114 | 16 | 4 | 106 | 65 |
| Binary | 11011011 | 1000000 | 110101 | 0 | 1000111 | 1001100 | 1110 | 100 | 1000110 | 110101 |
Color Harmonies of #DB4035
Complementary color
Monochromatic Colors of #DB4035
Black with #DB4035
Text Example
Text Example
White with #DB4035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4035; }
p { color: rgb(219,64,53); }
H1.HeaderClassName
{
color: #DB4035;
}
.AnyTagClassName
{
color: #DB4035;
}
</style>
background-color css
<style>
a { background-color: #DB4035; }
a { background-color: rgb(219,64,53); }
div.DivClassName
{
background-color: #DB4035;
}
.BgClassName
{
background-color: #DB4035;
}
</style>
border-color css
<style>
span { border-color: #DB4035; }
span { border-color: rgb(219,64,53); }
td.TdClassName
{
border-color: #DB4035;
}
.TagClassName
{
border-color: #DB4035;
}
</style>