Shades of Cinnabar #DB3829
Tints of Cinnabar #DB3829
RGB
CMYK
RGB Variations
Color information
#DB3829 (or 0xDB3829) is known color: Cinnabar. HEX triplet: DB, 38 and 29. RGB value is (219,56,41). Sum of RGB (Red+Green+Blue) = 219+56+41=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3829 is #24C7D6. Grayscale: #676767. Windows color (decimal): -2410455 or 2701531. OLE color: 2701531.
HSL color Cylindrical-coordinate representation of color #DB3829: hue angle of 5.06º 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 #DB3829 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 41 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.14 |
| HSL | 5.06º | 0.71% | 0.51% | - |
| HSV(B) | 5.06º | 0.81% | 0.86% | - |
| XYZ | 31.03 | 18.05 | 3.95 | - |
| YUV | 103.03 | 93 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 41 | 0 | 0.74 | 0.81 | 0.14 | 5.06 | 0.71 | 0.51 |
| Hex | DB | 38 | 29 | 0 | 4A | 51 | E | 5 | 47 | 33 |
| Octal | 333 | 70 | 51 | 0 | 112 | 121 | 16 | 5 | 107 | 63 |
| Binary | 11011011 | 111000 | 101001 | 0 | 1001010 | 1010001 | 1110 | 101 | 1000111 | 110011 |
Color Harmonies of #DB3829
Complementary color
Monochromatic Colors of #DB3829
Black with #DB3829
Text Example
Text Example
White with #DB3829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3829; }
p { color: rgb(219,56,41); }
H1.HeaderClassName
{
color: #DB3829;
}
.AnyTagClassName
{
color: #DB3829;
}
</style>
background-color css
<style>
a { background-color: #DB3829; }
a { background-color: rgb(219,56,41); }
div.DivClassName
{
background-color: #DB3829;
}
.BgClassName
{
background-color: #DB3829;
}
</style>
border-color css
<style>
span { border-color: #DB3829; }
span { border-color: rgb(219,56,41); }
td.TdClassName
{
border-color: #DB3829;
}
.TagClassName
{
border-color: #DB3829;
}
</style>