Shades of Cinnabar #DB4B32
Tints of Cinnabar #DB4B32
RGB
CMYK
RGB Variations
Color information
#DB4B32 (or 0xDB4B32) is known color: Cinnabar. HEX triplet: DB, 4B and 32. RGB value is (219,75,50). Sum of RGB (Red+Green+Blue) = 219+75+50=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4B32 is #24B4CD. Grayscale: #737373. Windows color (decimal): -2405582 or 3296219. OLE color: 3296219.
HSL color Cylindrical-coordinate representation of color #DB4B32: hue angle of 8.88º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB4B32 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 50 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.14 |
| HSL | 8.88º | 0.7% | 0.53% | - |
| HSV(B) | 8.88º | 0.77% | 0.86% | - |
| XYZ | 32.31 | 20.32 | 5.24 | - |
| YUV | 115.21 | 91.21 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 50 | 0 | 0.66 | 0.77 | 0.14 | 8.88 | 0.7 | 0.53 |
| Hex | DB | 4B | 32 | 0 | 42 | 4D | E | 9 | 46 | 35 |
| Octal | 333 | 113 | 62 | 0 | 102 | 115 | 16 | 11 | 106 | 65 |
| Binary | 11011011 | 1001011 | 110010 | 0 | 1000010 | 1001101 | 1110 | 1001 | 1000110 | 110101 |
Color Harmonies of #DB4B32
Complementary color
Monochromatic Colors of #DB4B32
Black with #DB4B32
Text Example
Text Example
White with #DB4B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B32; }
p { color: rgb(219,75,50); }
H1.HeaderClassName
{
color: #DB4B32;
}
.AnyTagClassName
{
color: #DB4B32;
}
</style>
background-color css
<style>
a { background-color: #DB4B32; }
a { background-color: rgb(219,75,50); }
div.DivClassName
{
background-color: #DB4B32;
}
.BgClassName
{
background-color: #DB4B32;
}
</style>
border-color css
<style>
span { border-color: #DB4B32; }
span { border-color: rgb(219,75,50); }
td.TdClassName
{
border-color: #DB4B32;
}
.TagClassName
{
border-color: #DB4B32;
}
</style>