Shades of Cinnabar #DB3B3A
Tints of Cinnabar #DB3B3A
RGB
CMYK
RGB Variations
Color information
#DB3B3A (or 0xDB3B3A) is known color: Cinnabar. HEX triplet: DB, 3B and 3A. RGB value is (219,59,58). Sum of RGB (Red+Green+Blue) = 219+59+58=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3B3A is #24C4C5. Grayscale: #6A6A6A. Windows color (decimal): -2409670 or 3816411. OLE color: 3816411.
HSL color Cylindrical-coordinate representation of color #DB3B3A: hue angle of 0.37º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3B3A is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 58 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.14 |
| HSL | 0.37º | 0.69% | 0.54% | - |
| HSV(B) | 0.37º | 0.74% | 0.86% | - |
| XYZ | 31.54 | 18.49 | 5.91 | - |
| YUV | 106.73 | 100.51 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 58 | 0 | 0.73 | 0.74 | 0.14 | 0.37 | 0.69 | 0.54 |
| Hex | DB | 3B | 3A | 0 | 49 | 4A | E | 0 | 45 | 36 |
| Octal | 333 | 73 | 72 | 0 | 111 | 112 | 16 | 0 | 105 | 66 |
| Binary | 11011011 | 111011 | 111010 | 0 | 1001001 | 1001010 | 1110 | 0 | 1000101 | 110110 |
Color Harmonies of #DB3B3A
Complementary color
Monochromatic Colors of #DB3B3A
Black with #DB3B3A
Text Example
Text Example
White with #DB3B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B3A; }
p { color: rgb(219,59,58); }
H1.HeaderClassName
{
color: #DB3B3A;
}
.AnyTagClassName
{
color: #DB3B3A;
}
</style>
background-color css
<style>
a { background-color: #DB3B3A; }
a { background-color: rgb(219,59,58); }
div.DivClassName
{
background-color: #DB3B3A;
}
.BgClassName
{
background-color: #DB3B3A;
}
</style>
border-color css
<style>
span { border-color: #DB3B3A; }
span { border-color: rgb(219,59,58); }
td.TdClassName
{
border-color: #DB3B3A;
}
.TagClassName
{
border-color: #DB3B3A;
}
</style>