Shades of Cinnabar #DB4B24
Tints of Cinnabar #DB4B24
RGB
CMYK
RGB Variations
Color information
#DB4B24 (or 0xDB4B24) is known color: Cinnabar. HEX triplet: DB, 4B and 24. RGB value is (219,75,36). Sum of RGB (Red+Green+Blue) = 219+75+36=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4B24 is #24B4DB. Grayscale: #717171. Windows color (decimal): -2405596 or 2378715. OLE color: 2378715.
HSL color Cylindrical-coordinate representation of color #DB4B24: hue angle of 12.79º 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 #DB4B24 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 36 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.14 |
| HSL | 12.79º | 0.72% | 0.5% | - |
| HSV(B) | 12.79º | 0.84% | 0.86% | - |
| XYZ | 32.05 | 20.22 | 3.88 | - |
| YUV | 113.61 | 84.21 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 36 | 0 | 0.66 | 0.84 | 0.14 | 12.79 | 0.72 | 0.5 |
| Hex | DB | 4B | 24 | 0 | 42 | 54 | E | D | 48 | 32 |
| Octal | 333 | 113 | 44 | 0 | 102 | 124 | 16 | 15 | 110 | 62 |
| Binary | 11011011 | 1001011 | 100100 | 0 | 1000010 | 1010100 | 1110 | 1101 | 1001000 | 110010 |
Color Harmonies of #DB4B24
Complementary color
Monochromatic Colors of #DB4B24
Black with #DB4B24
Text Example
Text Example
White with #DB4B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B24; }
p { color: rgb(219,75,36); }
H1.HeaderClassName
{
color: #DB4B24;
}
.AnyTagClassName
{
color: #DB4B24;
}
</style>
background-color css
<style>
a { background-color: #DB4B24; }
a { background-color: rgb(219,75,36); }
div.DivClassName
{
background-color: #DB4B24;
}
.BgClassName
{
background-color: #DB4B24;
}
</style>
border-color css
<style>
span { border-color: #DB4B24; }
span { border-color: rgb(219,75,36); }
td.TdClassName
{
border-color: #DB4B24;
}
.TagClassName
{
border-color: #DB4B24;
}
</style>