Shades of Cinnabar #DB4D33
Tints of Cinnabar #DB4D33
RGB
CMYK
RGB Variations
Color information
#DB4D33 (or 0xDB4D33) is known color: Cinnabar. HEX triplet: DB, 4D and 33. RGB value is (219,77,51). Sum of RGB (Red+Green+Blue) = 219+77+51=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4D33 is #24B2CC. Grayscale: #747474. Windows color (decimal): -2405069 or 3362267. OLE color: 3362267.
HSL color Cylindrical-coordinate representation of color #DB4D33: hue angle of 9.29º 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 #DB4D33 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 51 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.14 |
| HSL | 9.29º | 0.7% | 0.53% | - |
| HSV(B) | 9.29º | 0.77% | 0.86% | - |
| XYZ | 32.46 | 20.61 | 5.4 | - |
| YUV | 116.49 | 91.04 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 51 | 0 | 0.65 | 0.77 | 0.14 | 9.29 | 0.7 | 0.53 |
| Hex | DB | 4D | 33 | 0 | 41 | 4D | E | 9 | 46 | 35 |
| Octal | 333 | 115 | 63 | 0 | 101 | 115 | 16 | 11 | 106 | 65 |
| Binary | 11011011 | 1001101 | 110011 | 0 | 1000001 | 1001101 | 1110 | 1001 | 1000110 | 110101 |
Color Harmonies of #DB4D33
Complementary color
Monochromatic Colors of #DB4D33
Black with #DB4D33
Text Example
Text Example
White with #DB4D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D33; }
p { color: rgb(219,77,51); }
H1.HeaderClassName
{
color: #DB4D33;
}
.AnyTagClassName
{
color: #DB4D33;
}
</style>
background-color css
<style>
a { background-color: #DB4D33; }
a { background-color: rgb(219,77,51); }
div.DivClassName
{
background-color: #DB4D33;
}
.BgClassName
{
background-color: #DB4D33;
}
</style>
border-color css
<style>
span { border-color: #DB4D33; }
span { border-color: rgb(219,77,51); }
td.TdClassName
{
border-color: #DB4D33;
}
.TagClassName
{
border-color: #DB4D33;
}
</style>