Shades of Cinnabar #DB3B2B
Tints of Cinnabar #DB3B2B
RGB
CMYK
RGB Variations
Color information
#DB3B2B (or 0xDB3B2B) is known color: Cinnabar. HEX triplet: DB, 3B and 2B. RGB value is (219,59,43). Sum of RGB (Red+Green+Blue) = 219+59+43=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3B2B is #24C4D4. Grayscale: #696969. Windows color (decimal): -2409685 or 2833371. OLE color: 2833371.
HSL color Cylindrical-coordinate representation of color #DB3B2B: hue angle of 5.45º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB3B2B is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 43 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.14 |
| HSL | 5.45º | 0.71% | 0.51% | - |
| HSV(B) | 5.45º | 0.8% | 0.86% | - |
| XYZ | 31.21 | 18.36 | 4.18 | - |
| YUV | 105.02 | 93.01 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 43 | 0 | 0.73 | 0.80 | 0.14 | 5.45 | 0.71 | 0.51 |
| Hex | DB | 3B | 2B | 0 | 49 | 50 | E | 5 | 47 | 33 |
| Octal | 333 | 73 | 53 | 0 | 111 | 120 | 16 | 5 | 107 | 63 |
| Binary | 11011011 | 111011 | 101011 | 0 | 1001001 | 1010000 | 1110 | 101 | 1000111 | 110011 |
Color Harmonies of #DB3B2B
Complementary color
Monochromatic Colors of #DB3B2B
Black with #DB3B2B
Text Example
Text Example
White with #DB3B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B2B; }
p { color: rgb(219,59,43); }
H1.HeaderClassName
{
color: #DB3B2B;
}
.AnyTagClassName
{
color: #DB3B2B;
}
</style>
background-color css
<style>
a { background-color: #DB3B2B; }
a { background-color: rgb(219,59,43); }
div.DivClassName
{
background-color: #DB3B2B;
}
.BgClassName
{
background-color: #DB3B2B;
}
</style>
border-color css
<style>
span { border-color: #DB3B2B; }
span { border-color: rgb(219,59,43); }
td.TdClassName
{
border-color: #DB3B2B;
}
.TagClassName
{
border-color: #DB3B2B;
}
</style>