Shades of Cinnabar #DB3F3B
Tints of Cinnabar #DB3F3B
RGB
CMYK
RGB Variations
Color information
#DB3F3B (or 0xDB3F3B) is known color: Cinnabar. HEX triplet: DB, 3F and 3B. RGB value is (219,63,59). Sum of RGB (Red+Green+Blue) = 219+63+59=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3F3B is #24C0C4. Grayscale: #6D6D6D. Windows color (decimal): -2408645 or 3882971. OLE color: 3882971.
HSL color Cylindrical-coordinate representation of color #DB3F3B: hue angle of 1.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3F3B is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 59 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.14 |
| HSL | 1.5º | 0.69% | 0.55% | - |
| HSV(B) | 1.5º | 0.73% | 0.86% | - |
| XYZ | 31.78 | 18.93 | 6.12 | - |
| YUV | 109.19 | 99.68 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 59 | 0 | 0.71 | 0.73 | 0.14 | 1.5 | 0.69 | 0.55 |
| Hex | DB | 3F | 3B | 0 | 47 | 49 | E | 2 | 45 | 37 |
| Octal | 333 | 77 | 73 | 0 | 107 | 111 | 16 | 2 | 105 | 67 |
| Binary | 11011011 | 111111 | 111011 | 0 | 1000111 | 1001001 | 1110 | 10 | 1000101 | 110111 |
Color Harmonies of #DB3F3B
Complementary color
Monochromatic Colors of #DB3F3B
Black with #DB3F3B
Text Example
Text Example
White with #DB3F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F3B; }
p { color: rgb(219,63,59); }
H1.HeaderClassName
{
color: #DB3F3B;
}
.AnyTagClassName
{
color: #DB3F3B;
}
</style>
background-color css
<style>
a { background-color: #DB3F3B; }
a { background-color: rgb(219,63,59); }
div.DivClassName
{
background-color: #DB3F3B;
}
.BgClassName
{
background-color: #DB3F3B;
}
</style>
border-color css
<style>
span { border-color: #DB3F3B; }
span { border-color: rgb(219,63,59); }
td.TdClassName
{
border-color: #DB3F3B;
}
.TagClassName
{
border-color: #DB3F3B;
}
</style>