Shades of Chilean Fire #DF5420
Tints of Chilean Fire #DF5420
RGB
CMYK
RGB Variations
Color information
#DF5420 (or 0xDF5420) is known color: Chilean Fire. HEX triplet: DF, 54 and 20. RGB value is (223,84,32). Sum of RGB (Red+Green+Blue) = 223+84+32=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5420 is #20ABDF. Grayscale: #777777. Windows color (decimal): -2141152 or 2118879. OLE color: 2118879.
HSL color Cylindrical-coordinate representation of color #DF5420: hue angle of 16.34º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF5420 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 32 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.13 |
| HSL | 16.34º | 0.75% | 0.5% | - |
| HSV(B) | 16.34º | 0.86% | 0.87% | - |
| XYZ | 33.86 | 22.13 | 3.85 | - |
| YUV | 119.63 | 78.55 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 32 | 0 | 0.62 | 0.86 | 0.13 | 16.34 | 0.75 | 0.5 |
| Hex | DF | 54 | 20 | 0 | 3E | 56 | D | 10 | 4B | 32 |
| Octal | 337 | 124 | 40 | 0 | 76 | 126 | 15 | 20 | 113 | 62 |
| Binary | 11011111 | 1010100 | 100000 | 0 | 111110 | 1010110 | 1101 | 10000 | 1001011 | 110010 |
Color Harmonies of #DF5420
Complementary color
Monochromatic Colors of #DF5420
Black with #DF5420
Text Example
Text Example
White with #DF5420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5420; }
p { color: rgb(223,84,32); }
H1.HeaderClassName
{
color: #DF5420;
}
.AnyTagClassName
{
color: #DF5420;
}
</style>
background-color css
<style>
a { background-color: #DF5420; }
a { background-color: rgb(223,84,32); }
div.DivClassName
{
background-color: #DF5420;
}
.BgClassName
{
background-color: #DF5420;
}
</style>
border-color css
<style>
span { border-color: #DF5420; }
span { border-color: rgb(223,84,32); }
td.TdClassName
{
border-color: #DF5420;
}
.TagClassName
{
border-color: #DF5420;
}
</style>