Shades of Cinnabar #DB3F3C
Tints of Cinnabar #DB3F3C
RGB
CMYK
RGB Variations
Color information
#DB3F3C (or 0xDB3F3C) is known color: Cinnabar. HEX triplet: DB, 3F and 3C. RGB value is (219,63,60). Sum of RGB (Red+Green+Blue) = 219+63+60=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3F3C is #24C0C3. Grayscale: #6D6D6D. Windows color (decimal): -2408644 or 3948507. OLE color: 3948507.
HSL color Cylindrical-coordinate representation of color #DB3F3C: hue angle of 1.13º 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 #DB3F3C is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 60 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.14 |
| HSL | 1.13º | 0.69% | 0.55% | - |
| HSV(B) | 1.13º | 0.73% | 0.86% | - |
| XYZ | 31.81 | 18.94 | 6.25 | - |
| YUV | 109.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 60 | 0 | 0.71 | 0.73 | 0.14 | 1.13 | 0.69 | 0.55 |
| Hex | DB | 3F | 3C | 0 | 47 | 49 | E | 1 | 45 | 37 |
| Octal | 333 | 77 | 74 | 0 | 107 | 111 | 16 | 1 | 105 | 67 |
| Binary | 11011011 | 111111 | 111100 | 0 | 1000111 | 1001001 | 1110 | 1 | 1000101 | 110111 |
Color Harmonies of #DB3F3C
Complementary color
Monochromatic Colors of #DB3F3C
Black with #DB3F3C
Text Example
Text Example
White with #DB3F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F3C; }
p { color: rgb(219,63,60); }
H1.HeaderClassName
{
color: #DB3F3C;
}
.AnyTagClassName
{
color: #DB3F3C;
}
</style>
background-color css
<style>
a { background-color: #DB3F3C; }
a { background-color: rgb(219,63,60); }
div.DivClassName
{
background-color: #DB3F3C;
}
.BgClassName
{
background-color: #DB3F3C;
}
</style>
border-color css
<style>
span { border-color: #DB3F3C; }
span { border-color: rgb(219,63,60); }
td.TdClassName
{
border-color: #DB3F3C;
}
.TagClassName
{
border-color: #DB3F3C;
}
</style>