Shades of Cinnabar #DB4B23
Tints of Cinnabar #DB4B23
RGB
CMYK
RGB Variations
Color information
#DB4B23 (or 0xDB4B23) is known color: Cinnabar. HEX triplet: DB, 4B and 23. RGB value is (219,75,35). Sum of RGB (Red+Green+Blue) = 219+75+35=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4B23 is #24B4DC. Grayscale: #717171. Windows color (decimal): -2405597 or 2313179. OLE color: 2313179.
HSL color Cylindrical-coordinate representation of color #DB4B23: hue angle of 13.04º 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 #DB4B23 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 35 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.14 |
| HSL | 13.04º | 0.72% | 0.5% | - |
| HSV(B) | 13.04º | 0.84% | 0.86% | - |
| XYZ | 32.03 | 20.21 | 3.8 | - |
| YUV | 113.5 | 83.71 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 35 | 0 | 0.66 | 0.84 | 0.14 | 13.04 | 0.72 | 0.5 |
| Hex | DB | 4B | 23 | 0 | 42 | 54 | E | D | 48 | 32 |
| Octal | 333 | 113 | 43 | 0 | 102 | 124 | 16 | 15 | 110 | 62 |
| Binary | 11011011 | 1001011 | 100011 | 0 | 1000010 | 1010100 | 1110 | 1101 | 1001000 | 110010 |
Color Harmonies of #DB4B23
Complementary color
Monochromatic Colors of #DB4B23
Black with #DB4B23
Text Example
Text Example
White with #DB4B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B23; }
p { color: rgb(219,75,35); }
H1.HeaderClassName
{
color: #DB4B23;
}
.AnyTagClassName
{
color: #DB4B23;
}
</style>
background-color css
<style>
a { background-color: #DB4B23; }
a { background-color: rgb(219,75,35); }
div.DivClassName
{
background-color: #DB4B23;
}
.BgClassName
{
background-color: #DB4B23;
}
</style>
border-color css
<style>
span { border-color: #DB4B23; }
span { border-color: rgb(219,75,35); }
td.TdClassName
{
border-color: #DB4B23;
}
.TagClassName
{
border-color: #DB4B23;
}
</style>