Shades of Cinnabar #DB4A23
Tints of Cinnabar #DB4A23
RGB
CMYK
RGB Variations
Color information
#DB4A23 (or 0xDB4A23) is known color: Cinnabar. HEX triplet: DB, 4A and 23. RGB value is (219,74,35). Sum of RGB (Red+Green+Blue) = 219+74+35=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4A23 is #24B5DC. Grayscale: #717171. Windows color (decimal): -2405853 or 2312923. OLE color: 2312923.
HSL color Cylindrical-coordinate representation of color #DB4A23: hue angle of 12.72º 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 #DB4A23 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 35 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.14 |
| HSL | 12.72º | 0.72% | 0.5% | - |
| HSV(B) | 12.72º | 0.84% | 0.86% | - |
| XYZ | 31.97 | 20.08 | 3.78 | - |
| YUV | 112.91 | 84.04 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 35 | 0 | 0.66 | 0.84 | 0.14 | 12.72 | 0.72 | 0.5 |
| Hex | DB | 4A | 23 | 0 | 42 | 54 | E | D | 48 | 32 |
| Octal | 333 | 112 | 43 | 0 | 102 | 124 | 16 | 15 | 110 | 62 |
| Binary | 11011011 | 1001010 | 100011 | 0 | 1000010 | 1010100 | 1110 | 1101 | 1001000 | 110010 |
Color Harmonies of #DB4A23
Complementary color
Monochromatic Colors of #DB4A23
Black with #DB4A23
Text Example
Text Example
White with #DB4A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A23; }
p { color: rgb(219,74,35); }
H1.HeaderClassName
{
color: #DB4A23;
}
.AnyTagClassName
{
color: #DB4A23;
}
</style>
background-color css
<style>
a { background-color: #DB4A23; }
a { background-color: rgb(219,74,35); }
div.DivClassName
{
background-color: #DB4A23;
}
.BgClassName
{
background-color: #DB4A23;
}
</style>
border-color css
<style>
span { border-color: #DB4A23; }
span { border-color: rgb(219,74,35); }
td.TdClassName
{
border-color: #DB4A23;
}
.TagClassName
{
border-color: #DB4A23;
}
</style>