Shades of Chilean Fire #DB522C
Tints of Chilean Fire #DB522C
RGB
CMYK
RGB Variations
Color information
#DB522C (or 0xDB522C) is known color: Chilean Fire. HEX triplet: DB, 52 and 2C. RGB value is (219,82,44). Sum of RGB (Red+Green+Blue) = 219+82+44=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB522C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB522C is #24ADD3. Grayscale: #767676. Windows color (decimal): -2403796 or 2904795. OLE color: 2904795.
HSL color Cylindrical-coordinate representation of color #DB522C: hue angle of 13.03º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB522C is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 44 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.14 |
| HSL | 13.03º | 0.71% | 0.52% | - |
| HSV(B) | 13.03º | 0.8% | 0.86% | - |
| XYZ | 32.69 | 21.28 | 4.77 | - |
| YUV | 118.63 | 85.89 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 44 | 0 | 0.63 | 0.80 | 0.14 | 13.03 | 0.71 | 0.52 |
| Hex | DB | 52 | 2C | 0 | 3F | 50 | E | D | 47 | 34 |
| Octal | 333 | 122 | 54 | 0 | 77 | 120 | 16 | 15 | 107 | 64 |
| Binary | 11011011 | 1010010 | 101100 | 0 | 111111 | 1010000 | 1110 | 1101 | 1000111 | 110100 |
Color Harmonies of #DB522C
Complementary color
Monochromatic Colors of #DB522C
Black with #DB522C
Text Example
Text Example
White with #DB522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB522C; }
p { color: rgb(219,82,44); }
H1.HeaderClassName
{
color: #DB522C;
}
.AnyTagClassName
{
color: #DB522C;
}
</style>
background-color css
<style>
a { background-color: #DB522C; }
a { background-color: rgb(219,82,44); }
div.DivClassName
{
background-color: #DB522C;
}
.BgClassName
{
background-color: #DB522C;
}
</style>
border-color css
<style>
span { border-color: #DB522C; }
span { border-color: rgb(219,82,44); }
td.TdClassName
{
border-color: #DB522C;
}
.TagClassName
{
border-color: #DB522C;
}
</style>