Shades of Cinnabar #DB3C32
Tints of Cinnabar #DB3C32
RGB
CMYK
RGB Variations
Color information
#DB3C32 (or 0xDB3C32) is known color: Cinnabar. HEX triplet: DB, 3C and 32. RGB value is (219,60,50). Sum of RGB (Red+Green+Blue) = 219+60+50=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3C32 is #24C3CD. Grayscale: #6A6A6A. Windows color (decimal): -2409422 or 3292379. OLE color: 3292379.
HSL color Cylindrical-coordinate representation of color #DB3C32: hue angle of 3.55º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3C32 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 50 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.14 |
| HSL | 3.55º | 0.7% | 0.53% | - |
| HSV(B) | 3.55º | 0.77% | 0.86% | - |
| XYZ | 31.41 | 18.52 | 4.94 | - |
| YUV | 106.4 | 96.18 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 50 | 0 | 0.73 | 0.77 | 0.14 | 3.55 | 0.7 | 0.53 |
| Hex | DB | 3C | 32 | 0 | 49 | 4D | E | 4 | 46 | 35 |
| Octal | 333 | 74 | 62 | 0 | 111 | 115 | 16 | 4 | 106 | 65 |
| Binary | 11011011 | 111100 | 110010 | 0 | 1001001 | 1001101 | 1110 | 100 | 1000110 | 110101 |
Color Harmonies of #DB3C32
Complementary color
Monochromatic Colors of #DB3C32
Black with #DB3C32
Text Example
Text Example
White with #DB3C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C32; }
p { color: rgb(219,60,50); }
H1.HeaderClassName
{
color: #DB3C32;
}
.AnyTagClassName
{
color: #DB3C32;
}
</style>
background-color css
<style>
a { background-color: #DB3C32; }
a { background-color: rgb(219,60,50); }
div.DivClassName
{
background-color: #DB3C32;
}
.BgClassName
{
background-color: #DB3C32;
}
</style>
border-color css
<style>
span { border-color: #DB3C32; }
span { border-color: rgb(219,60,50); }
td.TdClassName
{
border-color: #DB3C32;
}
.TagClassName
{
border-color: #DB3C32;
}
</style>