Shades of Cinnabar #DB3D2B
Tints of Cinnabar #DB3D2B
RGB
CMYK
RGB Variations
Color information
#DB3D2B (or 0xDB3D2B) is known color: Cinnabar. HEX triplet: DB, 3D and 2B. RGB value is (219,61,43). Sum of RGB (Red+Green+Blue) = 219+61+43=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3D2B is #24C2D4. Grayscale: #6A6A6A. Windows color (decimal): -2409173 or 2833883. OLE color: 2833883.
HSL color Cylindrical-coordinate representation of color #DB3D2B: hue angle of 6.14º 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 #DB3D2B is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 43 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.14 |
| HSL | 6.14º | 0.71% | 0.51% | - |
| HSV(B) | 6.14º | 0.8% | 0.86% | - |
| XYZ | 31.32 | 18.57 | 4.22 | - |
| YUV | 106.19 | 92.35 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 43 | 0 | 0.72 | 0.80 | 0.14 | 6.14 | 0.71 | 0.51 |
| Hex | DB | 3D | 2B | 0 | 48 | 50 | E | 6 | 47 | 33 |
| Octal | 333 | 75 | 53 | 0 | 110 | 120 | 16 | 6 | 107 | 63 |
| Binary | 11011011 | 111101 | 101011 | 0 | 1001000 | 1010000 | 1110 | 110 | 1000111 | 110011 |
Color Harmonies of #DB3D2B
Complementary color
Monochromatic Colors of #DB3D2B
Black with #DB3D2B
Text Example
Text Example
White with #DB3D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D2B; }
p { color: rgb(219,61,43); }
H1.HeaderClassName
{
color: #DB3D2B;
}
.AnyTagClassName
{
color: #DB3D2B;
}
</style>
background-color css
<style>
a { background-color: #DB3D2B; }
a { background-color: rgb(219,61,43); }
div.DivClassName
{
background-color: #DB3D2B;
}
.BgClassName
{
background-color: #DB3D2B;
}
</style>
border-color css
<style>
span { border-color: #DB3D2B; }
span { border-color: rgb(219,61,43); }
td.TdClassName
{
border-color: #DB3D2B;
}
.TagClassName
{
border-color: #DB3D2B;
}
</style>