Shades of Cinnabar #DB4D29
Tints of Cinnabar #DB4D29
RGB
CMYK
RGB Variations
Color information
#DB4D29 (or 0xDB4D29) is known color: Cinnabar. HEX triplet: DB, 4D and 29. RGB value is (219,77,41). Sum of RGB (Red+Green+Blue) = 219+77+41=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4D29 is #24B2D6. Grayscale: #737373. Windows color (decimal): -2405079 or 2706907. OLE color: 2706907.
HSL color Cylindrical-coordinate representation of color #DB4D29: hue angle of 12.13º 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 #DB4D29 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 41 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.14 |
| HSL | 12.13º | 0.71% | 0.51% | - |
| HSV(B) | 12.13º | 0.81% | 0.86% | - |
| XYZ | 32.27 | 20.53 | 4.36 | - |
| YUV | 115.35 | 86.04 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 41 | 0 | 0.65 | 0.81 | 0.14 | 12.13 | 0.71 | 0.51 |
| Hex | DB | 4D | 29 | 0 | 41 | 51 | E | C | 47 | 33 |
| Octal | 333 | 115 | 51 | 0 | 101 | 121 | 16 | 14 | 107 | 63 |
| Binary | 11011011 | 1001101 | 101001 | 0 | 1000001 | 1010001 | 1110 | 1100 | 1000111 | 110011 |
Color Harmonies of #DB4D29
Complementary color
Monochromatic Colors of #DB4D29
Black with #DB4D29
Text Example
Text Example
White with #DB4D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D29; }
p { color: rgb(219,77,41); }
H1.HeaderClassName
{
color: #DB4D29;
}
.AnyTagClassName
{
color: #DB4D29;
}
</style>
background-color css
<style>
a { background-color: #DB4D29; }
a { background-color: rgb(219,77,41); }
div.DivClassName
{
background-color: #DB4D29;
}
.BgClassName
{
background-color: #DB4D29;
}
</style>
border-color css
<style>
span { border-color: #DB4D29; }
span { border-color: rgb(219,77,41); }
td.TdClassName
{
border-color: #DB4D29;
}
.TagClassName
{
border-color: #DB4D29;
}
</style>