Shades of Cinnabar #DB4C36
Tints of Cinnabar #DB4C36
RGB
CMYK
RGB Variations
Color information
#DB4C36 (or 0xDB4C36) is known color: Cinnabar. HEX triplet: DB, 4C and 36. RGB value is (219,76,54). Sum of RGB (Red+Green+Blue) = 219+76+54=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C36 is #24B3C9. Grayscale: #747474. Windows color (decimal): -2405322 or 3558619. OLE color: 3558619.
HSL color Cylindrical-coordinate representation of color #DB4C36: hue angle of 8º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB4C36 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 54 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.14 |
| HSL | 8º | 0.7% | 0.54% | - |
| HSV(B) | 8º | 0.75% | 0.86% | - |
| XYZ | 32.46 | 20.5 | 5.73 | - |
| YUV | 116.25 | 92.88 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 54 | 0 | 0.65 | 0.75 | 0.14 | 8 | 0.7 | 0.54 |
| Hex | DB | 4C | 36 | 0 | 41 | 4B | E | 8 | 46 | 36 |
| Octal | 333 | 114 | 66 | 0 | 101 | 113 | 16 | 10 | 106 | 66 |
| Binary | 11011011 | 1001100 | 110110 | 0 | 1000001 | 1001011 | 1110 | 1000 | 1000110 | 110110 |
Color Harmonies of #DB4C36
Complementary color
Monochromatic Colors of #DB4C36
Black with #DB4C36
Text Example
Text Example
White with #DB4C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C36; }
p { color: rgb(219,76,54); }
H1.HeaderClassName
{
color: #DB4C36;
}
.AnyTagClassName
{
color: #DB4C36;
}
</style>
background-color css
<style>
a { background-color: #DB4C36; }
a { background-color: rgb(219,76,54); }
div.DivClassName
{
background-color: #DB4C36;
}
.BgClassName
{
background-color: #DB4C36;
}
</style>
border-color css
<style>
span { border-color: #DB4C36; }
span { border-color: rgb(219,76,54); }
td.TdClassName
{
border-color: #DB4C36;
}
.TagClassName
{
border-color: #DB4C36;
}
</style>