Shades of Cinnabar #DB4A32
Tints of Cinnabar #DB4A32
RGB
CMYK
RGB Variations
Color information
#DB4A32 (or 0xDB4A32) is known color: Cinnabar. HEX triplet: DB, 4A and 32. RGB value is (219,74,50). Sum of RGB (Red+Green+Blue) = 219+74+50=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4A32 is #24B5CD. Grayscale: #727272. Windows color (decimal): -2405838 or 3295963. OLE color: 3295963.
HSL color Cylindrical-coordinate representation of color #DB4A32: hue angle of 8.52º 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 #DB4A32 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 50 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.14 |
| HSL | 8.52º | 0.7% | 0.53% | - |
| HSV(B) | 8.52º | 0.77% | 0.86% | - |
| XYZ | 32.24 | 20.19 | 5.22 | - |
| YUV | 114.62 | 91.54 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 50 | 0 | 0.66 | 0.77 | 0.14 | 8.52 | 0.7 | 0.53 |
| Hex | DB | 4A | 32 | 0 | 42 | 4D | E | 9 | 46 | 35 |
| Octal | 333 | 112 | 62 | 0 | 102 | 115 | 16 | 11 | 106 | 65 |
| Binary | 11011011 | 1001010 | 110010 | 0 | 1000010 | 1001101 | 1110 | 1001 | 1000110 | 110101 |
Color Harmonies of #DB4A32
Complementary color
Monochromatic Colors of #DB4A32
Black with #DB4A32
Text Example
Text Example
White with #DB4A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A32; }
p { color: rgb(219,74,50); }
H1.HeaderClassName
{
color: #DB4A32;
}
.AnyTagClassName
{
color: #DB4A32;
}
</style>
background-color css
<style>
a { background-color: #DB4A32; }
a { background-color: rgb(219,74,50); }
div.DivClassName
{
background-color: #DB4A32;
}
.BgClassName
{
background-color: #DB4A32;
}
</style>
border-color css
<style>
span { border-color: #DB4A32; }
span { border-color: rgb(219,74,50); }
td.TdClassName
{
border-color: #DB4A32;
}
.TagClassName
{
border-color: #DB4A32;
}
</style>