Shades of Chilean Fire #DF5638
Tints of Chilean Fire #DF5638
RGB
CMYK
RGB Variations
Color information
#DF5638 (or 0xDF5638) is known color: Chilean Fire. HEX triplet: DF, 56 and 38. RGB value is (223,86,56). Sum of RGB (Red+Green+Blue) = 223+86+56=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5638 is #20A9C7. Grayscale: #7B7B7B. Windows color (decimal): -2140616 or 3692255. OLE color: 3692255.
HSL color Cylindrical-coordinate representation of color #DF5638: hue angle of 10.78º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF5638 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 56 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.13 |
| HSL | 10.78º | 0.72% | 0.55% | - |
| HSV(B) | 10.78º | 0.75% | 0.87% | - |
| XYZ | 34.47 | 22.63 | 6.29 | - |
| YUV | 123.54 | 89.89 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 56 | 0 | 0.61 | 0.75 | 0.13 | 10.78 | 0.72 | 0.55 |
| Hex | DF | 56 | 38 | 0 | 3D | 4B | D | B | 48 | 37 |
| Octal | 337 | 126 | 70 | 0 | 75 | 113 | 15 | 13 | 110 | 67 |
| Binary | 11011111 | 1010110 | 111000 | 0 | 111101 | 1001011 | 1101 | 1011 | 1001000 | 110111 |
Color Harmonies of #DF5638
Complementary color
Monochromatic Colors of #DF5638
Black with #DF5638
Text Example
Text Example
White with #DF5638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5638; }
p { color: rgb(223,86,56); }
H1.HeaderClassName
{
color: #DF5638;
}
.AnyTagClassName
{
color: #DF5638;
}
</style>
background-color css
<style>
a { background-color: #DF5638; }
a { background-color: rgb(223,86,56); }
div.DivClassName
{
background-color: #DF5638;
}
.BgClassName
{
background-color: #DF5638;
}
</style>
border-color css
<style>
span { border-color: #DF5638; }
span { border-color: rgb(223,86,56); }
td.TdClassName
{
border-color: #DF5638;
}
.TagClassName
{
border-color: #DF5638;
}
</style>