Shades of Cinnabar #DB3F31
Tints of Cinnabar #DB3F31
RGB
CMYK
RGB Variations
Color information
#DB3F31 (or 0xDB3F31) is known color: Cinnabar. HEX triplet: DB, 3F and 31. RGB value is (219,63,49). Sum of RGB (Red+Green+Blue) = 219+63+49=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3F31 is #24C0CE. Grayscale: #6C6C6C. Windows color (decimal): -2408655 or 3227611. OLE color: 3227611.
HSL color Cylindrical-coordinate representation of color #DB3F31: hue angle of 4.94º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3F31 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 49 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.14 |
| HSL | 4.94º | 0.7% | 0.53% | - |
| HSV(B) | 4.94º | 0.78% | 0.86% | - |
| XYZ | 31.55 | 18.84 | 4.88 | - |
| YUV | 108.05 | 94.68 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 49 | 0 | 0.71 | 0.78 | 0.14 | 4.94 | 0.7 | 0.53 |
| Hex | DB | 3F | 31 | 0 | 47 | 4E | E | 5 | 46 | 35 |
| Octal | 333 | 77 | 61 | 0 | 107 | 116 | 16 | 5 | 106 | 65 |
| Binary | 11011011 | 111111 | 110001 | 0 | 1000111 | 1001110 | 1110 | 101 | 1000110 | 110101 |
Color Harmonies of #DB3F31
Complementary color
Monochromatic Colors of #DB3F31
Black with #DB3F31
Text Example
Text Example
White with #DB3F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F31; }
p { color: rgb(219,63,49); }
H1.HeaderClassName
{
color: #DB3F31;
}
.AnyTagClassName
{
color: #DB3F31;
}
</style>
background-color css
<style>
a { background-color: #DB3F31; }
a { background-color: rgb(219,63,49); }
div.DivClassName
{
background-color: #DB3F31;
}
.BgClassName
{
background-color: #DB3F31;
}
</style>
border-color css
<style>
span { border-color: #DB3F31; }
span { border-color: rgb(219,63,49); }
td.TdClassName
{
border-color: #DB3F31;
}
.TagClassName
{
border-color: #DB3F31;
}
</style>