Shades of Cinnabar #DB4C23
Tints of Cinnabar #DB4C23
RGB
CMYK
RGB Variations
Color information
#DB4C23 (or 0xDB4C23) is known color: Cinnabar. HEX triplet: DB, 4C and 23. RGB value is (219,76,35). Sum of RGB (Red+Green+Blue) = 219+76+35=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C23 is #24B3DC. Grayscale: #727272. Windows color (decimal): -2405341 or 2313435. OLE color: 2313435.
HSL color Cylindrical-coordinate representation of color #DB4C23: hue angle of 13.37º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB4C23 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 35 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.14 |
| HSL | 13.37º | 0.72% | 0.5% | - |
| HSV(B) | 13.37º | 0.84% | 0.86% | - |
| XYZ | 32.1 | 20.35 | 3.83 | - |
| YUV | 114.08 | 83.38 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 35 | 0 | 0.65 | 0.84 | 0.14 | 13.37 | 0.72 | 0.5 |
| Hex | DB | 4C | 23 | 0 | 41 | 54 | E | D | 48 | 32 |
| Octal | 333 | 114 | 43 | 0 | 101 | 124 | 16 | 15 | 110 | 62 |
| Binary | 11011011 | 1001100 | 100011 | 0 | 1000001 | 1010100 | 1110 | 1101 | 1001000 | 110010 |
Color Harmonies of #DB4C23
Complementary color
Monochromatic Colors of #DB4C23
Black with #DB4C23
Text Example
Text Example
White with #DB4C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C23; }
p { color: rgb(219,76,35); }
H1.HeaderClassName
{
color: #DB4C23;
}
.AnyTagClassName
{
color: #DB4C23;
}
</style>
background-color css
<style>
a { background-color: #DB4C23; }
a { background-color: rgb(219,76,35); }
div.DivClassName
{
background-color: #DB4C23;
}
.BgClassName
{
background-color: #DB4C23;
}
</style>
border-color css
<style>
span { border-color: #DB4C23; }
span { border-color: rgb(219,76,35); }
td.TdClassName
{
border-color: #DB4C23;
}
.TagClassName
{
border-color: #DB4C23;
}
</style>