Shades of Cinnabar #DB4C31
Tints of Cinnabar #DB4C31
RGB
CMYK
RGB Variations
Color information
#DB4C31 (or 0xDB4C31) is known color: Cinnabar. HEX triplet: DB, 4C and 31. RGB value is (219,76,49). Sum of RGB (Red+Green+Blue) = 219+76+49=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C31 is #24B3CE. Grayscale: #737373. Windows color (decimal): -2405327 or 3230939. OLE color: 3230939.
HSL color Cylindrical-coordinate representation of color #DB4C31: hue angle of 9.53º 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 #DB4C31 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 49 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.14 |
| HSL | 9.53º | 0.7% | 0.53% | - |
| HSV(B) | 9.53º | 0.78% | 0.86% | - |
| XYZ | 32.35 | 20.45 | 5.15 | - |
| YUV | 115.68 | 90.38 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 49 | 0 | 0.65 | 0.78 | 0.14 | 9.53 | 0.7 | 0.53 |
| Hex | DB | 4C | 31 | 0 | 41 | 4E | E | A | 46 | 35 |
| Octal | 333 | 114 | 61 | 0 | 101 | 116 | 16 | 12 | 106 | 65 |
| Binary | 11011011 | 1001100 | 110001 | 0 | 1000001 | 1001110 | 1110 | 1010 | 1000110 | 110101 |
Color Harmonies of #DB4C31
Complementary color
Monochromatic Colors of #DB4C31
Black with #DB4C31
Text Example
Text Example
White with #DB4C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C31; }
p { color: rgb(219,76,49); }
H1.HeaderClassName
{
color: #DB4C31;
}
.AnyTagClassName
{
color: #DB4C31;
}
</style>
background-color css
<style>
a { background-color: #DB4C31; }
a { background-color: rgb(219,76,49); }
div.DivClassName
{
background-color: #DB4C31;
}
.BgClassName
{
background-color: #DB4C31;
}
</style>
border-color css
<style>
span { border-color: #DB4C31; }
span { border-color: rgb(219,76,49); }
td.TdClassName
{
border-color: #DB4C31;
}
.TagClassName
{
border-color: #DB4C31;
}
</style>