Shades of Chilean Fire #DB522B
Tints of Chilean Fire #DB522B
RGB
CMYK
RGB Variations
Color information
#DB522B (or 0xDB522B) is known color: Chilean Fire. HEX triplet: DB, 52 and 2B. RGB value is (219,82,43). Sum of RGB (Red+Green+Blue) = 219+82+43=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB522B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB522B is #24ADD4. Grayscale: #767676. Windows color (decimal): -2403797 or 2839259. OLE color: 2839259.
HSL color Cylindrical-coordinate representation of color #DB522B: hue angle of 13.3º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB522B is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 43 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.14 |
| HSL | 13.3º | 0.71% | 0.51% | - |
| HSV(B) | 13.3º | 0.8% | 0.86% | - |
| XYZ | 32.67 | 21.27 | 4.67 | - |
| YUV | 118.52 | 85.39 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 43 | 0 | 0.63 | 0.80 | 0.14 | 13.3 | 0.71 | 0.51 |
| Hex | DB | 52 | 2B | 0 | 3F | 50 | E | D | 47 | 33 |
| Octal | 333 | 122 | 53 | 0 | 77 | 120 | 16 | 15 | 107 | 63 |
| Binary | 11011011 | 1010010 | 101011 | 0 | 111111 | 1010000 | 1110 | 1101 | 1000111 | 110011 |
Color Harmonies of #DB522B
Complementary color
Monochromatic Colors of #DB522B
Black with #DB522B
Text Example
Text Example
White with #DB522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB522B; }
p { color: rgb(219,82,43); }
H1.HeaderClassName
{
color: #DB522B;
}
.AnyTagClassName
{
color: #DB522B;
}
</style>
background-color css
<style>
a { background-color: #DB522B; }
a { background-color: rgb(219,82,43); }
div.DivClassName
{
background-color: #DB522B;
}
.BgClassName
{
background-color: #DB522B;
}
</style>
border-color css
<style>
span { border-color: #DB522B; }
span { border-color: rgb(219,82,43); }
td.TdClassName
{
border-color: #DB522B;
}
.TagClassName
{
border-color: #DB522B;
}
</style>