Shades of Cinnabar #DB4131
Tints of Cinnabar #DB4131
RGB
CMYK
RGB Variations
Color information
#DB4131 (or 0xDB4131) is known color: Cinnabar. HEX triplet: DB, 41 and 31. RGB value is (219,65,49). Sum of RGB (Red+Green+Blue) = 219+65+49=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4131 is #24BECE. Grayscale: #6D6D6D. Windows color (decimal): -2408143 or 3228123. OLE color: 3228123.
HSL color Cylindrical-coordinate representation of color #DB4131: hue angle of 5.65º 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 #DB4131 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 49 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.14 |
| HSL | 5.65º | 0.7% | 0.53% | - |
| HSV(B) | 5.65º | 0.78% | 0.86% | - |
| XYZ | 31.66 | 19.06 | 4.92 | - |
| YUV | 109.22 | 94.02 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 49 | 0 | 0.70 | 0.78 | 0.14 | 5.65 | 0.7 | 0.53 |
| Hex | DB | 41 | 31 | 0 | 46 | 4E | E | 6 | 46 | 35 |
| Octal | 333 | 101 | 61 | 0 | 106 | 116 | 16 | 6 | 106 | 65 |
| Binary | 11011011 | 1000001 | 110001 | 0 | 1000110 | 1001110 | 1110 | 110 | 1000110 | 110101 |
Color Harmonies of #DB4131
Complementary color
Monochromatic Colors of #DB4131
Black with #DB4131
Text Example
Text Example
White with #DB4131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4131; }
p { color: rgb(219,65,49); }
H1.HeaderClassName
{
color: #DB4131;
}
.AnyTagClassName
{
color: #DB4131;
}
</style>
background-color css
<style>
a { background-color: #DB4131; }
a { background-color: rgb(219,65,49); }
div.DivClassName
{
background-color: #DB4131;
}
.BgClassName
{
background-color: #DB4131;
}
</style>
border-color css
<style>
span { border-color: #DB4131; }
span { border-color: rgb(219,65,49); }
td.TdClassName
{
border-color: #DB4131;
}
.TagClassName
{
border-color: #DB4131;
}
</style>