Shades of Chilean Fire #DB5522
Tints of Chilean Fire #DB5522
RGB
CMYK
RGB Variations
Color information
#DB5522 (or 0xDB5522) is known color: Chilean Fire. HEX triplet: DB, 55 and 22. RGB value is (219,85,34). Sum of RGB (Red+Green+Blue) = 219+85+34=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5522 is #24AADD. Grayscale: #777777. Windows color (decimal): -2403038 or 2250203. OLE color: 2250203.
HSL color Cylindrical-coordinate representation of color #DB5522: hue angle of 16.54º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB5522 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 34 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.14 |
| HSL | 16.54º | 0.73% | 0.5% | - |
| HSV(B) | 16.54º | 0.84% | 0.86% | - |
| XYZ | 32.75 | 21.67 | 3.97 | - |
| YUV | 119.25 | 79.89 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 34 | 0 | 0.61 | 0.84 | 0.14 | 16.54 | 0.73 | 0.5 |
| Hex | DB | 55 | 22 | 0 | 3D | 54 | E | 11 | 49 | 32 |
| Octal | 333 | 125 | 42 | 0 | 75 | 124 | 16 | 21 | 111 | 62 |
| Binary | 11011011 | 1010101 | 100010 | 0 | 111101 | 1010100 | 1110 | 10001 | 1001001 | 110010 |
Color Harmonies of #DB5522
Complementary color
Monochromatic Colors of #DB5522
Black with #DB5522
Text Example
Text Example
White with #DB5522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5522; }
p { color: rgb(219,85,34); }
H1.HeaderClassName
{
color: #DB5522;
}
.AnyTagClassName
{
color: #DB5522;
}
</style>
background-color css
<style>
a { background-color: #DB5522; }
a { background-color: rgb(219,85,34); }
div.DivClassName
{
background-color: #DB5522;
}
.BgClassName
{
background-color: #DB5522;
}
</style>
border-color css
<style>
span { border-color: #DB5522; }
span { border-color: rgb(219,85,34); }
td.TdClassName
{
border-color: #DB5522;
}
.TagClassName
{
border-color: #DB5522;
}
</style>