Shades of Chilean Fire #DC522E
Tints of Chilean Fire #DC522E
RGB
CMYK
RGB Variations
Color information
#DC522E (or 0xDC522E) is known color: Chilean Fire. HEX triplet: DC, 52 and 2E. RGB value is (220,82,46). Sum of RGB (Red+Green+Blue) = 220+82+46=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC522E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC522E is #23ADD1. Grayscale: #777777. Windows color (decimal): -2338258 or 3035868. OLE color: 3035868.
HSL color Cylindrical-coordinate representation of color #DC522E: hue angle of 12.41º 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 #DC522E is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 46 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.14 |
| HSL | 12.41º | 0.71% | 0.52% | - |
| HSV(B) | 12.41º | 0.79% | 0.86% | - |
| XYZ | 33.03 | 21.45 | 4.98 | - |
| YUV | 119.16 | 86.72 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 46 | 0 | 0.63 | 0.79 | 0.14 | 12.41 | 0.71 | 0.52 |
| Hex | DC | 52 | 2E | 0 | 3F | 4F | E | C | 47 | 34 |
| Octal | 334 | 122 | 56 | 0 | 77 | 117 | 16 | 14 | 107 | 64 |
| Binary | 11011100 | 1010010 | 101110 | 0 | 111111 | 1001111 | 1110 | 1100 | 1000111 | 110100 |
Color Harmonies of #DC522E
Complementary color
Monochromatic Colors of #DC522E
Black with #DC522E
Text Example
Text Example
White with #DC522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC522E; }
p { color: rgb(220,82,46); }
H1.HeaderClassName
{
color: #DC522E;
}
.AnyTagClassName
{
color: #DC522E;
}
</style>
background-color css
<style>
a { background-color: #DC522E; }
a { background-color: rgb(220,82,46); }
div.DivClassName
{
background-color: #DC522E;
}
.BgClassName
{
background-color: #DC522E;
}
</style>
border-color css
<style>
span { border-color: #DC522E; }
span { border-color: rgb(220,82,46); }
td.TdClassName
{
border-color: #DC522E;
}
.TagClassName
{
border-color: #DC522E;
}
</style>