Shades of Cinnabar #DB3C2D
Tints of Cinnabar #DB3C2D
RGB
CMYK
RGB Variations
Color information
#DB3C2D (or 0xDB3C2D) is known color: Cinnabar. HEX triplet: DB, 3C and 2D. RGB value is (219,60,45). Sum of RGB (Red+Green+Blue) = 219+60+45=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3C2D is #24C3D2. Grayscale: #6A6A6A. Windows color (decimal): -2409427 or 2964699. OLE color: 2964699.
HSL color Cylindrical-coordinate representation of color #DB3C2D: hue angle of 5.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB3C2D is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 45 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.14 |
| HSL | 5.17º | 0.71% | 0.52% | - |
| HSV(B) | 5.17º | 0.79% | 0.86% | - |
| XYZ | 31.3 | 18.48 | 4.4 | - |
| YUV | 105.83 | 93.68 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 45 | 0 | 0.73 | 0.79 | 0.14 | 5.17 | 0.71 | 0.52 |
| Hex | DB | 3C | 2D | 0 | 49 | 4F | E | 5 | 47 | 34 |
| Octal | 333 | 74 | 55 | 0 | 111 | 117 | 16 | 5 | 107 | 64 |
| Binary | 11011011 | 111100 | 101101 | 0 | 1001001 | 1001111 | 1110 | 101 | 1000111 | 110100 |
Color Harmonies of #DB3C2D
Complementary color
Monochromatic Colors of #DB3C2D
Black with #DB3C2D
Text Example
Text Example
White with #DB3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C2D; }
p { color: rgb(219,60,45); }
H1.HeaderClassName
{
color: #DB3C2D;
}
.AnyTagClassName
{
color: #DB3C2D;
}
</style>
background-color css
<style>
a { background-color: #DB3C2D; }
a { background-color: rgb(219,60,45); }
div.DivClassName
{
background-color: #DB3C2D;
}
.BgClassName
{
background-color: #DB3C2D;
}
</style>
border-color css
<style>
span { border-color: #DB3C2D; }
span { border-color: rgb(219,60,45); }
td.TdClassName
{
border-color: #DB3C2D;
}
.TagClassName
{
border-color: #DB3C2D;
}
</style>