Shades of Cinnabar #DB432C
Tints of Cinnabar #DB432C
RGB
CMYK
RGB Variations
Color information
#DB432C (or 0xDB432C) is known color: Cinnabar. HEX triplet: DB, 43 and 2C. RGB value is (219,67,44). Sum of RGB (Red+Green+Blue) = 219+67+44=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB432C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB432C is #24BCD3. Grayscale: #6E6E6E. Windows color (decimal): -2407636 or 2900955. OLE color: 2900955.
HSL color Cylindrical-coordinate representation of color #DB432C: hue angle of 7.89º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB432C is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 44 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.14 |
| HSL | 7.89º | 0.71% | 0.52% | - |
| HSV(B) | 7.89º | 0.8% | 0.86% | - |
| XYZ | 31.68 | 19.26 | 4.43 | - |
| YUV | 109.83 | 90.86 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 44 | 0 | 0.69 | 0.80 | 0.14 | 7.89 | 0.71 | 0.52 |
| Hex | DB | 43 | 2C | 0 | 45 | 50 | E | 8 | 47 | 34 |
| Octal | 333 | 103 | 54 | 0 | 105 | 120 | 16 | 10 | 107 | 64 |
| Binary | 11011011 | 1000011 | 101100 | 0 | 1000101 | 1010000 | 1110 | 1000 | 1000111 | 110100 |
Color Harmonies of #DB432C
Complementary color
Monochromatic Colors of #DB432C
Black with #DB432C
Text Example
Text Example
White with #DB432C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB432C; }
p { color: rgb(219,67,44); }
H1.HeaderClassName
{
color: #DB432C;
}
.AnyTagClassName
{
color: #DB432C;
}
</style>
background-color css
<style>
a { background-color: #DB432C; }
a { background-color: rgb(219,67,44); }
div.DivClassName
{
background-color: #DB432C;
}
.BgClassName
{
background-color: #DB432C;
}
</style>
border-color css
<style>
span { border-color: #DB432C; }
span { border-color: rgb(219,67,44); }
td.TdClassName
{
border-color: #DB432C;
}
.TagClassName
{
border-color: #DB432C;
}
</style>