Shades of Cinnabar #DB4F29
Tints of Cinnabar #DB4F29
RGB
CMYK
RGB Variations
Color information
#DB4F29 (or 0xDB4F29) is known color: Cinnabar. HEX triplet: DB, 4F and 29. RGB value is (219,79,41). Sum of RGB (Red+Green+Blue) = 219+79+41=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F29 is #24B0D6. Grayscale: #747474. Windows color (decimal): -2404567 or 2707419. OLE color: 2707419.
HSL color Cylindrical-coordinate representation of color #DB4F29: hue angle of 12.81º 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 #DB4F29 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 41 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.14 |
| HSL | 12.81º | 0.71% | 0.51% | - |
| HSV(B) | 12.81º | 0.81% | 0.86% | - |
| XYZ | 32.41 | 20.81 | 4.41 | - |
| YUV | 116.53 | 85.38 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 41 | 0 | 0.64 | 0.81 | 0.14 | 12.81 | 0.71 | 0.51 |
| Hex | DB | 4F | 29 | 0 | 40 | 51 | E | D | 47 | 33 |
| Octal | 333 | 117 | 51 | 0 | 100 | 121 | 16 | 15 | 107 | 63 |
| Binary | 11011011 | 1001111 | 101001 | 0 | 1000000 | 1010001 | 1110 | 1101 | 1000111 | 110011 |
Color Harmonies of #DB4F29
Complementary color
Monochromatic Colors of #DB4F29
Black with #DB4F29
Text Example
Text Example
White with #DB4F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F29; }
p { color: rgb(219,79,41); }
H1.HeaderClassName
{
color: #DB4F29;
}
.AnyTagClassName
{
color: #DB4F29;
}
</style>
background-color css
<style>
a { background-color: #DB4F29; }
a { background-color: rgb(219,79,41); }
div.DivClassName
{
background-color: #DB4F29;
}
.BgClassName
{
background-color: #DB4F29;
}
</style>
border-color css
<style>
span { border-color: #DB4F29; }
span { border-color: rgb(219,79,41); }
td.TdClassName
{
border-color: #DB4F29;
}
.TagClassName
{
border-color: #DB4F29;
}
</style>