Shades of Cinnabar #DB4729
Tints of Cinnabar #DB4729
RGB
CMYK
RGB Variations
Color information
#DB4729 (or 0xDB4729) is known color: Cinnabar. HEX triplet: DB, 47 and 29. RGB value is (219,71,41). Sum of RGB (Red+Green+Blue) = 219+71+41=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4729 is #24B8D6. Grayscale: #707070. Windows color (decimal): -2406615 or 2705371. OLE color: 2705371.
HSL color Cylindrical-coordinate representation of color #DB4729: hue angle of 10.11º 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 #DB4729 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 41 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.14 |
| HSL | 10.11º | 0.71% | 0.51% | - |
| HSV(B) | 10.11º | 0.81% | 0.86% | - |
| XYZ | 31.87 | 19.73 | 4.23 | - |
| YUV | 111.83 | 88.03 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 41 | 0 | 0.68 | 0.81 | 0.14 | 10.11 | 0.71 | 0.51 |
| Hex | DB | 47 | 29 | 0 | 44 | 51 | E | A | 47 | 33 |
| Octal | 333 | 107 | 51 | 0 | 104 | 121 | 16 | 12 | 107 | 63 |
| Binary | 11011011 | 1000111 | 101001 | 0 | 1000100 | 1010001 | 1110 | 1010 | 1000111 | 110011 |
Color Harmonies of #DB4729
Complementary color
Monochromatic Colors of #DB4729
Black with #DB4729
Text Example
Text Example
White with #DB4729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4729; }
p { color: rgb(219,71,41); }
H1.HeaderClassName
{
color: #DB4729;
}
.AnyTagClassName
{
color: #DB4729;
}
</style>
background-color css
<style>
a { background-color: #DB4729; }
a { background-color: rgb(219,71,41); }
div.DivClassName
{
background-color: #DB4729;
}
.BgClassName
{
background-color: #DB4729;
}
</style>
border-color css
<style>
span { border-color: #DB4729; }
span { border-color: rgb(219,71,41); }
td.TdClassName
{
border-color: #DB4729;
}
.TagClassName
{
border-color: #DB4729;
}
</style>