Shades of Chilean Fire #DB522D
Tints of Chilean Fire #DB522D
RGB
CMYK
RGB Variations
Color information
#DB522D (or 0xDB522D) is known color: Chilean Fire. HEX triplet: DB, 52 and 2D. RGB value is (219,82,45). Sum of RGB (Red+Green+Blue) = 219+82+45=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB522D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB522D is #24ADD2. Grayscale: #777777. Windows color (decimal): -2403795 or 2970331. OLE color: 2970331.
HSL color Cylindrical-coordinate representation of color #DB522D: hue angle of 12.76º 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 #DB522D is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 45 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.14 |
| HSL | 12.76º | 0.71% | 0.52% | - |
| HSV(B) | 12.76º | 0.79% | 0.86% | - |
| XYZ | 32.7 | 21.28 | 4.87 | - |
| YUV | 118.75 | 86.39 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 45 | 0 | 0.63 | 0.79 | 0.14 | 12.76 | 0.71 | 0.52 |
| Hex | DB | 52 | 2D | 0 | 3F | 4F | E | D | 47 | 34 |
| Octal | 333 | 122 | 55 | 0 | 77 | 117 | 16 | 15 | 107 | 64 |
| Binary | 11011011 | 1010010 | 101101 | 0 | 111111 | 1001111 | 1110 | 1101 | 1000111 | 110100 |
Color Harmonies of #DB522D
Complementary color
Monochromatic Colors of #DB522D
Black with #DB522D
Text Example
Text Example
White with #DB522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB522D; }
p { color: rgb(219,82,45); }
H1.HeaderClassName
{
color: #DB522D;
}
.AnyTagClassName
{
color: #DB522D;
}
</style>
background-color css
<style>
a { background-color: #DB522D; }
a { background-color: rgb(219,82,45); }
div.DivClassName
{
background-color: #DB522D;
}
.BgClassName
{
background-color: #DB522D;
}
</style>
border-color css
<style>
span { border-color: #DB522D; }
span { border-color: rgb(219,82,45); }
td.TdClassName
{
border-color: #DB522D;
}
.TagClassName
{
border-color: #DB522D;
}
</style>