Shades of Cinnabar #DB432A
Tints of Cinnabar #DB432A
RGB
CMYK
RGB Variations
Color information
#DB432A (or 0xDB432A) is known color: Cinnabar. HEX triplet: DB, 43 and 2A. RGB value is (219,67,42). Sum of RGB (Red+Green+Blue) = 219+67+42=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB432A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB432A is #24BCD5. Grayscale: #6D6D6D. Windows color (decimal): -2407638 or 2769883. OLE color: 2769883.
HSL color Cylindrical-coordinate representation of color #DB432A: hue angle of 8.47º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB432A is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 42 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.14 |
| HSL | 8.47º | 0.71% | 0.51% | - |
| HSV(B) | 8.47º | 0.81% | 0.86% | - |
| XYZ | 31.64 | 19.24 | 4.24 | - |
| YUV | 109.6 | 89.86 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 42 | 0 | 0.69 | 0.81 | 0.14 | 8.47 | 0.71 | 0.51 |
| Hex | DB | 43 | 2A | 0 | 45 | 51 | E | 8 | 47 | 33 |
| Octal | 333 | 103 | 52 | 0 | 105 | 121 | 16 | 10 | 107 | 63 |
| Binary | 11011011 | 1000011 | 101010 | 0 | 1000101 | 1010001 | 1110 | 1000 | 1000111 | 110011 |
Color Harmonies of #DB432A
Complementary color
Monochromatic Colors of #DB432A
Black with #DB432A
Text Example
Text Example
White with #DB432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB432A; }
p { color: rgb(219,67,42); }
H1.HeaderClassName
{
color: #DB432A;
}
.AnyTagClassName
{
color: #DB432A;
}
</style>
background-color css
<style>
a { background-color: #DB432A; }
a { background-color: rgb(219,67,42); }
div.DivClassName
{
background-color: #DB432A;
}
.BgClassName
{
background-color: #DB432A;
}
</style>
border-color css
<style>
span { border-color: #DB432A; }
span { border-color: rgb(219,67,42); }
td.TdClassName
{
border-color: #DB432A;
}
.TagClassName
{
border-color: #DB432A;
}
</style>