Shades of Chilean Fire #DF5622
Tints of Chilean Fire #DF5622
RGB
CMYK
RGB Variations
Color information
#DF5622 (or 0xDF5622) is known color: Chilean Fire. HEX triplet: DF, 56 and 22. RGB value is (223,86,34). Sum of RGB (Red+Green+Blue) = 223+86+34=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5622 is #20A9DD. Grayscale: #797979. Windows color (decimal): -2140638 or 2250463. OLE color: 2250463.
HSL color Cylindrical-coordinate representation of color #DF5622: hue angle of 16.51º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF5622 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 34 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.13 |
| HSL | 16.51º | 0.75% | 0.5% | - |
| HSV(B) | 16.51º | 0.85% | 0.87% | - |
| XYZ | 34.05 | 22.46 | 4.05 | - |
| YUV | 121.04 | 78.89 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 34 | 0 | 0.61 | 0.85 | 0.13 | 16.51 | 0.75 | 0.5 |
| Hex | DF | 56 | 22 | 0 | 3D | 55 | D | 11 | 4B | 32 |
| Octal | 337 | 126 | 42 | 0 | 75 | 125 | 15 | 21 | 113 | 62 |
| Binary | 11011111 | 1010110 | 100010 | 0 | 111101 | 1010101 | 1101 | 10001 | 1001011 | 110010 |
Color Harmonies of #DF5622
Complementary color
Monochromatic Colors of #DF5622
Black with #DF5622
Text Example
Text Example
White with #DF5622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5622; }
p { color: rgb(223,86,34); }
H1.HeaderClassName
{
color: #DF5622;
}
.AnyTagClassName
{
color: #DF5622;
}
</style>
background-color css
<style>
a { background-color: #DF5622; }
a { background-color: rgb(223,86,34); }
div.DivClassName
{
background-color: #DF5622;
}
.BgClassName
{
background-color: #DF5622;
}
</style>
border-color css
<style>
span { border-color: #DF5622; }
span { border-color: rgb(223,86,34); }
td.TdClassName
{
border-color: #DF5622;
}
.TagClassName
{
border-color: #DF5622;
}
</style>