Shades of Chilean Fire #DF5637
Tints of Chilean Fire #DF5637
RGB
CMYK
RGB Variations
Color information
#DF5637 (or 0xDF5637) is known color: Chilean Fire. HEX triplet: DF, 56 and 37. RGB value is (223,86,55). Sum of RGB (Red+Green+Blue) = 223+86+55=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 55 (21.88% from 255 or 15.11% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5637 is #20A9C8. Grayscale: #7B7B7B. Windows color (decimal): -2140617 or 3626719. OLE color: 3626719.
HSL color Cylindrical-coordinate representation of color #DF5637: hue angle of 11.07º 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 #DF5637 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 55 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.13 |
| HSL | 11.07º | 0.72% | 0.55% | - |
| HSV(B) | 11.07º | 0.75% | 0.87% | - |
| XYZ | 34.45 | 22.62 | 6.16 | - |
| YUV | 123.43 | 89.39 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 55 | 0 | 0.61 | 0.75 | 0.13 | 11.07 | 0.72 | 0.55 |
| Hex | DF | 56 | 37 | 0 | 3D | 4B | D | B | 48 | 37 |
| Octal | 337 | 126 | 67 | 0 | 75 | 113 | 15 | 13 | 110 | 67 |
| Binary | 11011111 | 1010110 | 110111 | 0 | 111101 | 1001011 | 1101 | 1011 | 1001000 | 110111 |
Color Harmonies of #DF5637
Complementary color
Monochromatic Colors of #DF5637
Black with #DF5637
Text Example
Text Example
White with #DF5637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5637; }
p { color: rgb(223,86,55); }
H1.HeaderClassName
{
color: #DF5637;
}
.AnyTagClassName
{
color: #DF5637;
}
</style>
background-color css
<style>
a { background-color: #DF5637; }
a { background-color: rgb(223,86,55); }
div.DivClassName
{
background-color: #DF5637;
}
.BgClassName
{
background-color: #DF5637;
}
</style>
border-color css
<style>
span { border-color: #DF5637; }
span { border-color: rgb(223,86,55); }
td.TdClassName
{
border-color: #DF5637;
}
.TagClassName
{
border-color: #DF5637;
}
</style>