Shades of Cinnabar #DB3B23
Tints of Cinnabar #DB3B23
RGB
CMYK
RGB Variations
Color information
#DB3B23 (or 0xDB3B23) is known color: Cinnabar. HEX triplet: DB, 3B and 23. RGB value is (219,59,35). Sum of RGB (Red+Green+Blue) = 219+59+35=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 35 (14.06% from 255 or 11.18% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3B23 is #24C4DC. Grayscale: #686868. Windows color (decimal): -2409693 or 2309083. OLE color: 2309083.
HSL color Cylindrical-coordinate representation of color #DB3B23: hue angle of 7.83º 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 #DB3B23 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 35 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.14 |
| HSL | 7.83º | 0.72% | 0.5% | - |
| HSV(B) | 7.83º | 0.84% | 0.86% | - |
| XYZ | 31.08 | 18.31 | 3.49 | - |
| YUV | 104.1 | 89.01 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 35 | 0 | 0.73 | 0.84 | 0.14 | 7.83 | 0.72 | 0.5 |
| Hex | DB | 3B | 23 | 0 | 49 | 54 | E | 8 | 48 | 32 |
| Octal | 333 | 73 | 43 | 0 | 111 | 124 | 16 | 10 | 110 | 62 |
| Binary | 11011011 | 111011 | 100011 | 0 | 1001001 | 1010100 | 1110 | 1000 | 1001000 | 110010 |
Color Harmonies of #DB3B23
Complementary color
Monochromatic Colors of #DB3B23
Black with #DB3B23
Text Example
Text Example
White with #DB3B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B23; }
p { color: rgb(219,59,35); }
H1.HeaderClassName
{
color: #DB3B23;
}
.AnyTagClassName
{
color: #DB3B23;
}
</style>
background-color css
<style>
a { background-color: #DB3B23; }
a { background-color: rgb(219,59,35); }
div.DivClassName
{
background-color: #DB3B23;
}
.BgClassName
{
background-color: #DB3B23;
}
</style>
border-color css
<style>
span { border-color: #DB3B23; }
span { border-color: rgb(219,59,35); }
td.TdClassName
{
border-color: #DB3B23;
}
.TagClassName
{
border-color: #DB3B23;
}
</style>