Shades of Chilean Fire #DB6035
Tints of Chilean Fire #DB6035
RGB
CMYK
RGB Variations
Color information
#DB6035 (or 0xDB6035) is known color: Chilean Fire. HEX triplet: DB, 60 and 35. RGB value is (219,96,53). Sum of RGB (Red+Green+Blue) = 219+96+53=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6035 is #249FCA. Grayscale: #808080. Windows color (decimal): -2400203 or 3498203. OLE color: 3498203.
HSL color Cylindrical-coordinate representation of color #DB6035: hue angle of 15.54º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB6035 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 53 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.14 |
| HSL | 15.54º | 0.7% | 0.53% | - |
| HSV(B) | 15.54º | 0.76% | 0.86% | - |
| XYZ | 34.04 | 23.68 | 6.15 | - |
| YUV | 127.88 | 85.75 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 53 | 0 | 0.56 | 0.76 | 0.14 | 15.54 | 0.7 | 0.53 |
| Hex | DB | 60 | 35 | 0 | 38 | 4C | E | 10 | 46 | 35 |
| Octal | 333 | 140 | 65 | 0 | 70 | 114 | 16 | 20 | 106 | 65 |
| Binary | 11011011 | 1100000 | 110101 | 0 | 111000 | 1001100 | 1110 | 10000 | 1000110 | 110101 |
Color Harmonies of #DB6035
Complementary color
Monochromatic Colors of #DB6035
Black with #DB6035
Text Example
Text Example
White with #DB6035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6035; }
p { color: rgb(219,96,53); }
H1.HeaderClassName
{
color: #DB6035;
}
.AnyTagClassName
{
color: #DB6035;
}
</style>
background-color css
<style>
a { background-color: #DB6035; }
a { background-color: rgb(219,96,53); }
div.DivClassName
{
background-color: #DB6035;
}
.BgClassName
{
background-color: #DB6035;
}
</style>
border-color css
<style>
span { border-color: #DB6035; }
span { border-color: rgb(219,96,53); }
td.TdClassName
{
border-color: #DB6035;
}
.TagClassName
{
border-color: #DB6035;
}
</style>