Shades of Cinnabar #DB4D23
Tints of Cinnabar #DB4D23
RGB
CMYK
RGB Variations
Color information
#DB4D23 (or 0xDB4D23) is known color: Cinnabar. HEX triplet: DB, 4D and 23. RGB value is (219,77,35). Sum of RGB (Red+Green+Blue) = 219+77+35=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4D23 is #24B2DC. Grayscale: #727272. Windows color (decimal): -2405085 or 2313691. OLE color: 2313691.
HSL color Cylindrical-coordinate representation of color #DB4D23: hue angle of 13.7º 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 #DB4D23 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 35 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.14 |
| HSL | 13.7º | 0.72% | 0.5% | - |
| HSV(B) | 13.7º | 0.84% | 0.86% | - |
| XYZ | 32.17 | 20.49 | 3.85 | - |
| YUV | 114.67 | 83.04 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 35 | 0 | 0.65 | 0.84 | 0.14 | 13.7 | 0.72 | 0.5 |
| Hex | DB | 4D | 23 | 0 | 41 | 54 | E | E | 48 | 32 |
| Octal | 333 | 115 | 43 | 0 | 101 | 124 | 16 | 16 | 110 | 62 |
| Binary | 11011011 | 1001101 | 100011 | 0 | 1000001 | 1010100 | 1110 | 1110 | 1001000 | 110010 |
Color Harmonies of #DB4D23
Complementary color
Monochromatic Colors of #DB4D23
Black with #DB4D23
Text Example
Text Example
White with #DB4D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D23; }
p { color: rgb(219,77,35); }
H1.HeaderClassName
{
color: #DB4D23;
}
.AnyTagClassName
{
color: #DB4D23;
}
</style>
background-color css
<style>
a { background-color: #DB4D23; }
a { background-color: rgb(219,77,35); }
div.DivClassName
{
background-color: #DB4D23;
}
.BgClassName
{
background-color: #DB4D23;
}
</style>
border-color css
<style>
span { border-color: #DB4D23; }
span { border-color: rgb(219,77,35); }
td.TdClassName
{
border-color: #DB4D23;
}
.TagClassName
{
border-color: #DB4D23;
}
</style>