Shades of Cinnabar #DB4429
Tints of Cinnabar #DB4429
RGB
CMYK
RGB Variations
Color information
#DB4429 (or 0xDB4429) is known color: Cinnabar. HEX triplet: DB, 44 and 29. RGB value is (219,68,41). Sum of RGB (Red+Green+Blue) = 219+68+41=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4429 is #24BBD6. Grayscale: #6E6E6E. Windows color (decimal): -2407383 or 2704603. OLE color: 2704603.
HSL color Cylindrical-coordinate representation of color #DB4429: hue angle of 9.1º 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 #DB4429 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 41 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.14 |
| HSL | 9.1º | 0.71% | 0.51% | - |
| HSV(B) | 9.1º | 0.81% | 0.86% | - |
| XYZ | 31.68 | 19.35 | 4.16 | - |
| YUV | 110.07 | 89.03 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 41 | 0 | 0.69 | 0.81 | 0.14 | 9.1 | 0.71 | 0.51 |
| Hex | DB | 44 | 29 | 0 | 45 | 51 | E | 9 | 47 | 33 |
| Octal | 333 | 104 | 51 | 0 | 105 | 121 | 16 | 11 | 107 | 63 |
| Binary | 11011011 | 1000100 | 101001 | 0 | 1000101 | 1010001 | 1110 | 1001 | 1000111 | 110011 |
Color Harmonies of #DB4429
Complementary color
Monochromatic Colors of #DB4429
Black with #DB4429
Text Example
Text Example
White with #DB4429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4429; }
p { color: rgb(219,68,41); }
H1.HeaderClassName
{
color: #DB4429;
}
.AnyTagClassName
{
color: #DB4429;
}
</style>
background-color css
<style>
a { background-color: #DB4429; }
a { background-color: rgb(219,68,41); }
div.DivClassName
{
background-color: #DB4429;
}
.BgClassName
{
background-color: #DB4429;
}
</style>
border-color css
<style>
span { border-color: #DB4429; }
span { border-color: rgb(219,68,41); }
td.TdClassName
{
border-color: #DB4429;
}
.TagClassName
{
border-color: #DB4429;
}
</style>