Shades of Cinnabar #DB3F39
Tints of Cinnabar #DB3F39
RGB
CMYK
RGB Variations
Color information
#DB3F39 (or 0xDB3F39) is known color: Cinnabar. HEX triplet: DB, 3F and 39. RGB value is (219,63,57). Sum of RGB (Red+Green+Blue) = 219+63+57=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3F39 is #24C0C6. Grayscale: #6D6D6D. Windows color (decimal): -2408647 or 3751899. OLE color: 3751899.
HSL color Cylindrical-coordinate representation of color #DB3F39: hue angle of 2.22º 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 #DB3F39 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 57 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.14 |
| HSL | 2.22º | 0.69% | 0.54% | - |
| HSV(B) | 2.22º | 0.74% | 0.86% | - |
| XYZ | 31.73 | 18.91 | 5.85 | - |
| YUV | 108.96 | 98.68 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 57 | 0 | 0.71 | 0.74 | 0.14 | 2.22 | 0.69 | 0.54 |
| Hex | DB | 3F | 39 | 0 | 47 | 4A | E | 2 | 45 | 36 |
| Octal | 333 | 77 | 71 | 0 | 107 | 112 | 16 | 2 | 105 | 66 |
| Binary | 11011011 | 111111 | 111001 | 0 | 1000111 | 1001010 | 1110 | 10 | 1000101 | 110110 |
Color Harmonies of #DB3F39
Complementary color
Monochromatic Colors of #DB3F39
Black with #DB3F39
Text Example
Text Example
White with #DB3F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F39; }
p { color: rgb(219,63,57); }
H1.HeaderClassName
{
color: #DB3F39;
}
.AnyTagClassName
{
color: #DB3F39;
}
</style>
background-color css
<style>
a { background-color: #DB3F39; }
a { background-color: rgb(219,63,57); }
div.DivClassName
{
background-color: #DB3F39;
}
.BgClassName
{
background-color: #DB3F39;
}
</style>
border-color css
<style>
span { border-color: #DB3F39; }
span { border-color: rgb(219,63,57); }
td.TdClassName
{
border-color: #DB3F39;
}
.TagClassName
{
border-color: #DB3F39;
}
</style>