Shades of Cinnabar #DB431E
Tints of Cinnabar #DB431E
RGB
CMYK
RGB Variations
Color information
#DB431E (or 0xDB431E) is known color: Cinnabar. HEX triplet: DB, 43 and 1E. RGB value is (219,67,30). Sum of RGB (Red+Green+Blue) = 219+67+30=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB431E is #24BCE1. Grayscale: #6C6C6C. Windows color (decimal): -2407650 or 1983451. OLE color: 1983451.
HSL color Cylindrical-coordinate representation of color #DB431E: hue angle of 11.75º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB431E is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 30 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.14 |
| HSL | 11.75º | 0.76% | 0.49% | - |
| HSV(B) | 11.75º | 0.86% | 0.86% | - |
| XYZ | 31.45 | 19.17 | 3.27 | - |
| YUV | 108.23 | 83.86 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 30 | 0 | 0.69 | 0.86 | 0.14 | 11.75 | 0.76 | 0.49 |
| Hex | DB | 43 | 1E | 0 | 45 | 56 | E | C | 4C | 31 |
| Octal | 333 | 103 | 36 | 0 | 105 | 126 | 16 | 14 | 114 | 61 |
| Binary | 11011011 | 1000011 | 11110 | 0 | 1000101 | 1010110 | 1110 | 1100 | 1001100 | 110001 |
Color Harmonies of #DB431E
Complementary color
Monochromatic Colors of #DB431E
Black with #DB431E
Text Example
Text Example
White with #DB431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB431E; }
p { color: rgb(219,67,30); }
H1.HeaderClassName
{
color: #DB431E;
}
.AnyTagClassName
{
color: #DB431E;
}
</style>
background-color css
<style>
a { background-color: #DB431E; }
a { background-color: rgb(219,67,30); }
div.DivClassName
{
background-color: #DB431E;
}
.BgClassName
{
background-color: #DB431E;
}
</style>
border-color css
<style>
span { border-color: #DB431E; }
span { border-color: rgb(219,67,30); }
td.TdClassName
{
border-color: #DB431E;
}
.TagClassName
{
border-color: #DB431E;
}
</style>