Shades of Chilean Fire #DC522C
Tints of Chilean Fire #DC522C
RGB
CMYK
RGB Variations
Color information
#DC522C (or 0xDC522C) is known color: Chilean Fire. HEX triplet: DC, 52 and 2C. RGB value is (220,82,44). Sum of RGB (Red+Green+Blue) = 220+82+44=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC522C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC522C is #23ADD3. Grayscale: #777777. Windows color (decimal): -2338260 or 2904796. OLE color: 2904796.
HSL color Cylindrical-coordinate representation of color #DC522C: hue angle of 12.95º 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 #DC522C is Cyan = 0, Magento = 0.63, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 44 | - |
| CMYK | 0 | 0.63 | 0.8 | 0.14 |
| HSL | 12.95º | 0.72% | 0.52% | - |
| HSV(B) | 12.95º | 0.8% | 0.86% | - |
| XYZ | 32.99 | 21.43 | 4.78 | - |
| YUV | 118.93 | 85.72 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 44 | 0 | 0.63 | 0.8 | 0.14 | 12.95 | 0.72 | 0.52 |
| Hex | DC | 52 | 2C | 0 | 3F | 50 | E | D | 48 | 34 |
| Octal | 334 | 122 | 54 | 0 | 77 | 120 | 16 | 15 | 110 | 64 |
| Binary | 11011100 | 1010010 | 101100 | 0 | 111111 | 1010000 | 1110 | 1101 | 1001000 | 110100 |
Color Harmonies of #DC522C
Complementary color
Monochromatic Colors of #DC522C
Black with #DC522C
Text Example
Text Example
White with #DC522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC522C; }
p { color: rgb(220,82,44); }
H1.HeaderClassName
{
color: #DC522C;
}
.AnyTagClassName
{
color: #DC522C;
}
</style>
background-color css
<style>
a { background-color: #DC522C; }
a { background-color: rgb(220,82,44); }
div.DivClassName
{
background-color: #DC522C;
}
.BgClassName
{
background-color: #DC522C;
}
</style>
border-color css
<style>
span { border-color: #DC522C; }
span { border-color: rgb(220,82,44); }
td.TdClassName
{
border-color: #DC522C;
}
.TagClassName
{
border-color: #DC522C;
}
</style>