Shades of Cinnabar #DB4023
Tints of Cinnabar #DB4023
RGB
CMYK
RGB Variations
Color information
#DB4023 (or 0xDB4023) is known color: Cinnabar. HEX triplet: DB, 40 and 23. RGB value is (219,64,35). Sum of RGB (Red+Green+Blue) = 219+64+35=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4023 is #24BFDC. Grayscale: #6B6B6B. Windows color (decimal): -2408413 or 2310363. OLE color: 2310363.
HSL color Cylindrical-coordinate representation of color #DB4023: hue angle of 9.46º 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 #DB4023 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 35 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.14 |
| HSL | 9.46º | 0.72% | 0.5% | - |
| HSV(B) | 9.46º | 0.84% | 0.86% | - |
| XYZ | 31.35 | 18.85 | 3.58 | - |
| YUV | 107.04 | 87.35 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 35 | 0 | 0.71 | 0.84 | 0.14 | 9.46 | 0.72 | 0.5 |
| Hex | DB | 40 | 23 | 0 | 47 | 54 | E | 9 | 48 | 32 |
| Octal | 333 | 100 | 43 | 0 | 107 | 124 | 16 | 11 | 110 | 62 |
| Binary | 11011011 | 1000000 | 100011 | 0 | 1000111 | 1010100 | 1110 | 1001 | 1001000 | 110010 |
Color Harmonies of #DB4023
Complementary color
Monochromatic Colors of #DB4023
Black with #DB4023
Text Example
Text Example
White with #DB4023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4023; }
p { color: rgb(219,64,35); }
H1.HeaderClassName
{
color: #DB4023;
}
.AnyTagClassName
{
color: #DB4023;
}
</style>
background-color css
<style>
a { background-color: #DB4023; }
a { background-color: rgb(219,64,35); }
div.DivClassName
{
background-color: #DB4023;
}
.BgClassName
{
background-color: #DB4023;
}
</style>
border-color css
<style>
span { border-color: #DB4023; }
span { border-color: rgb(219,64,35); }
td.TdClassName
{
border-color: #DB4023;
}
.TagClassName
{
border-color: #DB4023;
}
</style>