Shades of Cinnabar #DB4C3A
Tints of Cinnabar #DB4C3A
RGB
CMYK
RGB Variations
Color information
#DB4C3A (or 0xDB4C3A) is known color: Cinnabar. HEX triplet: DB, 4C and 3A. RGB value is (219,76,58). Sum of RGB (Red+Green+Blue) = 219+76+58=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C3A is #24B3C5. Grayscale: #747474. Windows color (decimal): -2405318 or 3820763. OLE color: 3820763.
HSL color Cylindrical-coordinate representation of color #DB4C3A: hue angle of 6.71º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB4C3A is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 58 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.14 |
| HSL | 6.71º | 0.69% | 0.54% | - |
| HSV(B) | 6.71º | 0.74% | 0.86% | - |
| XYZ | 32.56 | 20.53 | 6.25 | - |
| YUV | 116.71 | 94.88 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 58 | 0 | 0.65 | 0.74 | 0.14 | 6.71 | 0.69 | 0.54 |
| Hex | DB | 4C | 3A | 0 | 41 | 4A | E | 7 | 45 | 36 |
| Octal | 333 | 114 | 72 | 0 | 101 | 112 | 16 | 7 | 105 | 66 |
| Binary | 11011011 | 1001100 | 111010 | 0 | 1000001 | 1001010 | 1110 | 111 | 1000101 | 110110 |
Color Harmonies of #DB4C3A
Complementary color
Monochromatic Colors of #DB4C3A
Black with #DB4C3A
Text Example
Text Example
White with #DB4C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C3A; }
p { color: rgb(219,76,58); }
H1.HeaderClassName
{
color: #DB4C3A;
}
.AnyTagClassName
{
color: #DB4C3A;
}
</style>
background-color css
<style>
a { background-color: #DB4C3A; }
a { background-color: rgb(219,76,58); }
div.DivClassName
{
background-color: #DB4C3A;
}
.BgClassName
{
background-color: #DB4C3A;
}
</style>
border-color css
<style>
span { border-color: #DB4C3A; }
span { border-color: rgb(219,76,58); }
td.TdClassName
{
border-color: #DB4C3A;
}
.TagClassName
{
border-color: #DB4C3A;
}
</style>