Shades of Chilean Fire #DB522E
Tints of Chilean Fire #DB522E
RGB
CMYK
RGB Variations
Color information
#DB522E (or 0xDB522E) is known color: Chilean Fire. HEX triplet: DB, 52 and 2E. RGB value is (219,82,46). Sum of RGB (Red+Green+Blue) = 219+82+46=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB522E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB522E is #24ADD1. Grayscale: #777777. Windows color (decimal): -2403794 or 3035867. OLE color: 3035867.
HSL color Cylindrical-coordinate representation of color #DB522E: hue angle of 12.49º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB522E is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 46 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.14 |
| HSL | 12.49º | 0.71% | 0.52% | - |
| HSV(B) | 12.49º | 0.79% | 0.86% | - |
| XYZ | 32.72 | 21.29 | 4.97 | - |
| YUV | 118.86 | 86.89 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 46 | 0 | 0.63 | 0.79 | 0.14 | 12.49 | 0.71 | 0.52 |
| Hex | DB | 52 | 2E | 0 | 3F | 4F | E | C | 47 | 34 |
| Octal | 333 | 122 | 56 | 0 | 77 | 117 | 16 | 14 | 107 | 64 |
| Binary | 11011011 | 1010010 | 101110 | 0 | 111111 | 1001111 | 1110 | 1100 | 1000111 | 110100 |
Color Harmonies of #DB522E
Complementary color
Monochromatic Colors of #DB522E
Black with #DB522E
Text Example
Text Example
White with #DB522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB522E; }
p { color: rgb(219,82,46); }
H1.HeaderClassName
{
color: #DB522E;
}
.AnyTagClassName
{
color: #DB522E;
}
</style>
background-color css
<style>
a { background-color: #DB522E; }
a { background-color: rgb(219,82,46); }
div.DivClassName
{
background-color: #DB522E;
}
.BgClassName
{
background-color: #DB522E;
}
</style>
border-color css
<style>
span { border-color: #DB522E; }
span { border-color: rgb(219,82,46); }
td.TdClassName
{
border-color: #DB522E;
}
.TagClassName
{
border-color: #DB522E;
}
</style>