Shades of Chilean Fire #DB6031
Tints of Chilean Fire #DB6031
RGB
CMYK
RGB Variations
Color information
#DB6031 (or 0xDB6031) is known color: Chilean Fire. HEX triplet: DB, 60 and 31. RGB value is (219,96,49). Sum of RGB (Red+Green+Blue) = 219+96+49=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6031 is #249FCE. Grayscale: #7F7F7F. Windows color (decimal): -2400207 or 3236059. OLE color: 3236059.
HSL color Cylindrical-coordinate representation of color #DB6031: hue angle of 16.59º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB6031 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 49 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.14 |
| HSL | 16.59º | 0.7% | 0.53% | - |
| HSV(B) | 16.59º | 0.78% | 0.86% | - |
| XYZ | 33.95 | 23.65 | 5.68 | - |
| YUV | 127.42 | 83.75 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 49 | 0 | 0.56 | 0.78 | 0.14 | 16.59 | 0.7 | 0.53 |
| Hex | DB | 60 | 31 | 0 | 38 | 4E | E | 11 | 46 | 35 |
| Octal | 333 | 140 | 61 | 0 | 70 | 116 | 16 | 21 | 106 | 65 |
| Binary | 11011011 | 1100000 | 110001 | 0 | 111000 | 1001110 | 1110 | 10001 | 1000110 | 110101 |
Color Harmonies of #DB6031
Complementary color
Monochromatic Colors of #DB6031
Black with #DB6031
Text Example
Text Example
White with #DB6031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6031; }
p { color: rgb(219,96,49); }
H1.HeaderClassName
{
color: #DB6031;
}
.AnyTagClassName
{
color: #DB6031;
}
</style>
background-color css
<style>
a { background-color: #DB6031; }
a { background-color: rgb(219,96,49); }
div.DivClassName
{
background-color: #DB6031;
}
.BgClassName
{
background-color: #DB6031;
}
</style>
border-color css
<style>
span { border-color: #DB6031; }
span { border-color: rgb(219,96,49); }
td.TdClassName
{
border-color: #DB6031;
}
.TagClassName
{
border-color: #DB6031;
}
</style>