Shades of Chilean Fire #DC522B
Tints of Chilean Fire #DC522B
RGB
CMYK
RGB Variations
Color information
#DC522B (or 0xDC522B) is known color: Chilean Fire. HEX triplet: DC, 52 and 2B. RGB value is (220,82,43). Sum of RGB (Red+Green+Blue) = 220+82+43=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC522B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC522B is #23ADD4. Grayscale: #777777. Windows color (decimal): -2338261 or 2839260. OLE color: 2839260.
HSL color Cylindrical-coordinate representation of color #DC522B: hue angle of 13.22º degrees, saturation: 0.72, 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 #DC522B is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 43 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.14 |
| HSL | 13.22º | 0.72% | 0.52% | - |
| HSV(B) | 13.22º | 0.8% | 0.86% | - |
| XYZ | 32.97 | 21.42 | 4.68 | - |
| YUV | 118.82 | 85.22 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 43 | 0 | 0.63 | 0.80 | 0.14 | 13.22 | 0.72 | 0.52 |
| Hex | DC | 52 | 2B | 0 | 3F | 50 | E | D | 48 | 34 |
| Octal | 334 | 122 | 53 | 0 | 77 | 120 | 16 | 15 | 110 | 64 |
| Binary | 11011100 | 1010010 | 101011 | 0 | 111111 | 1010000 | 1110 | 1101 | 1001000 | 110100 |
Color Harmonies of #DC522B
Complementary color
Monochromatic Colors of #DC522B
Black with #DC522B
Text Example
Text Example
White with #DC522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC522B; }
p { color: rgb(220,82,43); }
H1.HeaderClassName
{
color: #DC522B;
}
.AnyTagClassName
{
color: #DC522B;
}
</style>
background-color css
<style>
a { background-color: #DC522B; }
a { background-color: rgb(220,82,43); }
div.DivClassName
{
background-color: #DC522B;
}
.BgClassName
{
background-color: #DC522B;
}
</style>
border-color css
<style>
span { border-color: #DC522B; }
span { border-color: rgb(220,82,43); }
td.TdClassName
{
border-color: #DC522B;
}
.TagClassName
{
border-color: #DC522B;
}
</style>