Shades of Cinnabar #DB3C29
Tints of Cinnabar #DB3C29
RGB
CMYK
RGB Variations
Color information
#DB3C29 (or 0xDB3C29) is known color: Cinnabar. HEX triplet: DB, 3C and 29. RGB value is (219,60,41). Sum of RGB (Red+Green+Blue) = 219+60+41=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3C29 is #24C3D6. Grayscale: #696969. Windows color (decimal): -2409431 or 2702555. OLE color: 2702555.
HSL color Cylindrical-coordinate representation of color #DB3C29: hue angle of 6.4º 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 #DB3C29 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 41 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.14 |
| HSL | 6.4º | 0.71% | 0.51% | - |
| HSV(B) | 6.4º | 0.81% | 0.86% | - |
| XYZ | 31.23 | 18.45 | 4.01 | - |
| YUV | 105.38 | 91.68 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 41 | 0 | 0.73 | 0.81 | 0.14 | 6.4 | 0.71 | 0.51 |
| Hex | DB | 3C | 29 | 0 | 49 | 51 | E | 6 | 47 | 33 |
| Octal | 333 | 74 | 51 | 0 | 111 | 121 | 16 | 6 | 107 | 63 |
| Binary | 11011011 | 111100 | 101001 | 0 | 1001001 | 1010001 | 1110 | 110 | 1000111 | 110011 |
Color Harmonies of #DB3C29
Complementary color
Monochromatic Colors of #DB3C29
Black with #DB3C29
Text Example
Text Example
White with #DB3C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C29; }
p { color: rgb(219,60,41); }
H1.HeaderClassName
{
color: #DB3C29;
}
.AnyTagClassName
{
color: #DB3C29;
}
</style>
background-color css
<style>
a { background-color: #DB3C29; }
a { background-color: rgb(219,60,41); }
div.DivClassName
{
background-color: #DB3C29;
}
.BgClassName
{
background-color: #DB3C29;
}
</style>
border-color css
<style>
span { border-color: #DB3C29; }
span { border-color: rgb(219,60,41); }
td.TdClassName
{
border-color: #DB3C29;
}
.TagClassName
{
border-color: #DB3C29;
}
</style>