Shades of Chilean Fire #DC5520
Tints of Chilean Fire #DC5520
RGB
CMYK
RGB Variations
Color information
#DC5520 (or 0xDC5520) is known color: Chilean Fire. HEX triplet: DC, 55 and 20. RGB value is (220,85,32). Sum of RGB (Red+Green+Blue) = 220+85+32=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5520 is #23AADF. Grayscale: #777777. Windows color (decimal): -2337504 or 2119132. OLE color: 2119132.
HSL color Cylindrical-coordinate representation of color #DC5520: hue angle of 16.91º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC5520 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 32 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.14 |
| HSL | 16.91º | 0.75% | 0.49% | - |
| HSV(B) | 16.91º | 0.85% | 0.86% | - |
| XYZ | 33.02 | 21.82 | 3.84 | - |
| YUV | 119.32 | 78.73 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 32 | 0 | 0.61 | 0.85 | 0.14 | 16.91 | 0.75 | 0.49 |
| Hex | DC | 55 | 20 | 0 | 3D | 55 | E | 11 | 4B | 31 |
| Octal | 334 | 125 | 40 | 0 | 75 | 125 | 16 | 21 | 113 | 61 |
| Binary | 11011100 | 1010101 | 100000 | 0 | 111101 | 1010101 | 1110 | 10001 | 1001011 | 110001 |
Color Harmonies of #DC5520
Complementary color
Monochromatic Colors of #DC5520
Black with #DC5520
Text Example
Text Example
White with #DC5520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5520; }
p { color: rgb(220,85,32); }
H1.HeaderClassName
{
color: #DC5520;
}
.AnyTagClassName
{
color: #DC5520;
}
</style>
background-color css
<style>
a { background-color: #DC5520; }
a { background-color: rgb(220,85,32); }
div.DivClassName
{
background-color: #DC5520;
}
.BgClassName
{
background-color: #DC5520;
}
</style>
border-color css
<style>
span { border-color: #DC5520; }
span { border-color: rgb(220,85,32); }
td.TdClassName
{
border-color: #DC5520;
}
.TagClassName
{
border-color: #DC5520;
}
</style>