Shades of Cinnabar #DB4C24
Tints of Cinnabar #DB4C24
RGB
CMYK
RGB Variations
Color information
#DB4C24 (or 0xDB4C24) is known color: Cinnabar. HEX triplet: DB, 4C and 24. RGB value is (219,76,36). Sum of RGB (Red+Green+Blue) = 219+76+36=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C24 is #24B3DB. Grayscale: #727272. Windows color (decimal): -2405340 or 2378971. OLE color: 2378971.
HSL color Cylindrical-coordinate representation of color #DB4C24: hue angle of 13.11º 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 #DB4C24 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 36 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.14 |
| HSL | 13.11º | 0.72% | 0.5% | - |
| HSV(B) | 13.11º | 0.84% | 0.86% | - |
| XYZ | 32.12 | 20.36 | 3.91 | - |
| YUV | 114.2 | 83.88 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 36 | 0 | 0.65 | 0.84 | 0.14 | 13.11 | 0.72 | 0.5 |
| Hex | DB | 4C | 24 | 0 | 41 | 54 | E | D | 48 | 32 |
| Octal | 333 | 114 | 44 | 0 | 101 | 124 | 16 | 15 | 110 | 62 |
| Binary | 11011011 | 1001100 | 100100 | 0 | 1000001 | 1010100 | 1110 | 1101 | 1001000 | 110010 |
Color Harmonies of #DB4C24
Complementary color
Monochromatic Colors of #DB4C24
Black with #DB4C24
Text Example
Text Example
White with #DB4C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C24; }
p { color: rgb(219,76,36); }
H1.HeaderClassName
{
color: #DB4C24;
}
.AnyTagClassName
{
color: #DB4C24;
}
</style>
background-color css
<style>
a { background-color: #DB4C24; }
a { background-color: rgb(219,76,36); }
div.DivClassName
{
background-color: #DB4C24;
}
.BgClassName
{
background-color: #DB4C24;
}
</style>
border-color css
<style>
span { border-color: #DB4C24; }
span { border-color: rgb(219,76,36); }
td.TdClassName
{
border-color: #DB4C24;
}
.TagClassName
{
border-color: #DB4C24;
}
</style>