Shades of Chilean Fire #DB6032
Tints of Chilean Fire #DB6032
RGB
CMYK
RGB Variations
Color information
#DB6032 (or 0xDB6032) is known color: Chilean Fire. HEX triplet: DB, 60 and 32. RGB value is (219,96,50). Sum of RGB (Red+Green+Blue) = 219+96+50=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6032 is #249FCD. Grayscale: #7F7F7F. Windows color (decimal): -2400206 or 3301595. OLE color: 3301595.
HSL color Cylindrical-coordinate representation of color #DB6032: hue angle of 16.33º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB6032 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 50 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.14 |
| HSL | 16.33º | 0.7% | 0.53% | - |
| HSV(B) | 16.33º | 0.77% | 0.86% | - |
| XYZ | 33.97 | 23.66 | 5.79 | - |
| YUV | 127.53 | 84.25 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 50 | 0 | 0.56 | 0.77 | 0.14 | 16.33 | 0.7 | 0.53 |
| Hex | DB | 60 | 32 | 0 | 38 | 4D | E | 10 | 46 | 35 |
| Octal | 333 | 140 | 62 | 0 | 70 | 115 | 16 | 20 | 106 | 65 |
| Binary | 11011011 | 1100000 | 110010 | 0 | 111000 | 1001101 | 1110 | 10000 | 1000110 | 110101 |
Color Harmonies of #DB6032
Complementary color
Monochromatic Colors of #DB6032
Black with #DB6032
Text Example
Text Example
White with #DB6032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6032; }
p { color: rgb(219,96,50); }
H1.HeaderClassName
{
color: #DB6032;
}
.AnyTagClassName
{
color: #DB6032;
}
</style>
background-color css
<style>
a { background-color: #DB6032; }
a { background-color: rgb(219,96,50); }
div.DivClassName
{
background-color: #DB6032;
}
.BgClassName
{
background-color: #DB6032;
}
</style>
border-color css
<style>
span { border-color: #DB6032; }
span { border-color: rgb(219,96,50); }
td.TdClassName
{
border-color: #DB6032;
}
.TagClassName
{
border-color: #DB6032;
}
</style>