Shades of Cinnabar #DB4929
Tints of Cinnabar #DB4929
RGB
CMYK
RGB Variations
Color information
#DB4929 (or 0xDB4929) is known color: Cinnabar. HEX triplet: DB, 49 and 29. RGB value is (219,73,41). Sum of RGB (Red+Green+Blue) = 219+73+41=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4929 is #24B6D6. Grayscale: #717171. Windows color (decimal): -2406103 or 2705883. OLE color: 2705883.
HSL color Cylindrical-coordinate representation of color #DB4929: hue angle of 10.79º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB4929 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 41 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.14 |
| HSL | 10.79º | 0.71% | 0.51% | - |
| HSV(B) | 10.79º | 0.81% | 0.86% | - |
| XYZ | 32 | 19.99 | 4.27 | - |
| YUV | 113.01 | 87.37 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 41 | 0 | 0.67 | 0.81 | 0.14 | 10.79 | 0.71 | 0.51 |
| Hex | DB | 49 | 29 | 0 | 43 | 51 | E | B | 47 | 33 |
| Octal | 333 | 111 | 51 | 0 | 103 | 121 | 16 | 13 | 107 | 63 |
| Binary | 11011011 | 1001001 | 101001 | 0 | 1000011 | 1010001 | 1110 | 1011 | 1000111 | 110011 |
Color Harmonies of #DB4929
Complementary color
Monochromatic Colors of #DB4929
Black with #DB4929
Text Example
Text Example
White with #DB4929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4929; }
p { color: rgb(219,73,41); }
H1.HeaderClassName
{
color: #DB4929;
}
.AnyTagClassName
{
color: #DB4929;
}
</style>
background-color css
<style>
a { background-color: #DB4929; }
a { background-color: rgb(219,73,41); }
div.DivClassName
{
background-color: #DB4929;
}
.BgClassName
{
background-color: #DB4929;
}
</style>
border-color css
<style>
span { border-color: #DB4929; }
span { border-color: rgb(219,73,41); }
td.TdClassName
{
border-color: #DB4929;
}
.TagClassName
{
border-color: #DB4929;
}
</style>