Shades of Cinnabar #DB4432
Tints of Cinnabar #DB4432
RGB
CMYK
RGB Variations
Color information
#DB4432 (or 0xDB4432) is known color: Cinnabar. HEX triplet: DB, 44 and 32. RGB value is (219,68,50). Sum of RGB (Red+Green+Blue) = 219+68+50=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4432 is #24BBCD. Grayscale: #6F6F6F. Windows color (decimal): -2407374 or 3294427. OLE color: 3294427.
HSL color Cylindrical-coordinate representation of color #DB4432: hue angle of 6.39º 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 #DB4432 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 50 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.14 |
| HSL | 6.39º | 0.7% | 0.53% | - |
| HSV(B) | 6.39º | 0.77% | 0.86% | - |
| XYZ | 31.86 | 19.42 | 5.09 | - |
| YUV | 111.1 | 93.53 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 50 | 0 | 0.69 | 0.77 | 0.14 | 6.39 | 0.7 | 0.53 |
| Hex | DB | 44 | 32 | 0 | 45 | 4D | E | 6 | 46 | 35 |
| Octal | 333 | 104 | 62 | 0 | 105 | 115 | 16 | 6 | 106 | 65 |
| Binary | 11011011 | 1000100 | 110010 | 0 | 1000101 | 1001101 | 1110 | 110 | 1000110 | 110101 |
Color Harmonies of #DB4432
Complementary color
Monochromatic Colors of #DB4432
Black with #DB4432
Text Example
Text Example
White with #DB4432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4432; }
p { color: rgb(219,68,50); }
H1.HeaderClassName
{
color: #DB4432;
}
.AnyTagClassName
{
color: #DB4432;
}
</style>
background-color css
<style>
a { background-color: #DB4432; }
a { background-color: rgb(219,68,50); }
div.DivClassName
{
background-color: #DB4432;
}
.BgClassName
{
background-color: #DB4432;
}
</style>
border-color css
<style>
span { border-color: #DB4432; }
span { border-color: rgb(219,68,50); }
td.TdClassName
{
border-color: #DB4432;
}
.TagClassName
{
border-color: #DB4432;
}
</style>