Shades of Chilean Fire #DC5622
Tints of Chilean Fire #DC5622
RGB
CMYK
RGB Variations
Color information
#DC5622 (or 0xDC5622) is known color: Chilean Fire. HEX triplet: DC, 56 and 22. RGB value is (220,86,34). Sum of RGB (Red+Green+Blue) = 220+86+34=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5622 is #23A9DD. Grayscale: #787878. Windows color (decimal): -2337246 or 2250460. OLE color: 2250460.
HSL color Cylindrical-coordinate representation of color #DC5622: hue angle of 16.77º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC5622 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 34 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.14 |
| HSL | 16.77º | 0.73% | 0.5% | - |
| HSV(B) | 16.77º | 0.85% | 0.86% | - |
| XYZ | 33.13 | 21.99 | 4.01 | - |
| YUV | 120.14 | 79.39 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 34 | 0 | 0.61 | 0.85 | 0.14 | 16.77 | 0.73 | 0.5 |
| Hex | DC | 56 | 22 | 0 | 3D | 55 | E | 11 | 49 | 32 |
| Octal | 334 | 126 | 42 | 0 | 75 | 125 | 16 | 21 | 111 | 62 |
| Binary | 11011100 | 1010110 | 100010 | 0 | 111101 | 1010101 | 1110 | 10001 | 1001001 | 110010 |
Color Harmonies of #DC5622
Complementary color
Monochromatic Colors of #DC5622
Black with #DC5622
Text Example
Text Example
White with #DC5622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5622; }
p { color: rgb(220,86,34); }
H1.HeaderClassName
{
color: #DC5622;
}
.AnyTagClassName
{
color: #DC5622;
}
</style>
background-color css
<style>
a { background-color: #DC5622; }
a { background-color: rgb(220,86,34); }
div.DivClassName
{
background-color: #DC5622;
}
.BgClassName
{
background-color: #DC5622;
}
</style>
border-color css
<style>
span { border-color: #DC5622; }
span { border-color: rgb(220,86,34); }
td.TdClassName
{
border-color: #DC5622;
}
.TagClassName
{
border-color: #DC5622;
}
</style>