Shades of Cinnabar #DB4323
Tints of Cinnabar #DB4323
RGB
CMYK
RGB Variations
Color information
#DB4323 (or 0xDB4323) is known color: Cinnabar. HEX triplet: DB, 43 and 23. RGB value is (219,67,35). Sum of RGB (Red+Green+Blue) = 219+67+35=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4323 is #24BCDC. Grayscale: #6D6D6D. Windows color (decimal): -2407645 or 2311131. OLE color: 2311131.
HSL color Cylindrical-coordinate representation of color #DB4323: hue angle of 10.43º 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 #DB4323 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 35 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.14 |
| HSL | 10.43º | 0.72% | 0.5% | - |
| HSV(B) | 10.43º | 0.84% | 0.86% | - |
| XYZ | 31.52 | 19.2 | 3.63 | - |
| YUV | 108.8 | 86.36 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 35 | 0 | 0.69 | 0.84 | 0.14 | 10.43 | 0.72 | 0.5 |
| Hex | DB | 43 | 23 | 0 | 45 | 54 | E | A | 48 | 32 |
| Octal | 333 | 103 | 43 | 0 | 105 | 124 | 16 | 12 | 110 | 62 |
| Binary | 11011011 | 1000011 | 100011 | 0 | 1000101 | 1010100 | 1110 | 1010 | 1001000 | 110010 |
Color Harmonies of #DB4323
Complementary color
Monochromatic Colors of #DB4323
Black with #DB4323
Text Example
Text Example
White with #DB4323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4323; }
p { color: rgb(219,67,35); }
H1.HeaderClassName
{
color: #DB4323;
}
.AnyTagClassName
{
color: #DB4323;
}
</style>
background-color css
<style>
a { background-color: #DB4323; }
a { background-color: rgb(219,67,35); }
div.DivClassName
{
background-color: #DB4323;
}
.BgClassName
{
background-color: #DB4323;
}
</style>
border-color css
<style>
span { border-color: #DB4323; }
span { border-color: rgb(219,67,35); }
td.TdClassName
{
border-color: #DB4323;
}
.TagClassName
{
border-color: #DB4323;
}
</style>