Shades of Chilean Fire #DF562E
Tints of Chilean Fire #DF562E
RGB
CMYK
RGB Variations
Color information
#DF562E (or 0xDF562E) is known color: Chilean Fire. HEX triplet: DF, 56 and 2E. RGB value is (223,86,46). Sum of RGB (Red+Green+Blue) = 223+86+46=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF562E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF562E is #20A9D1. Grayscale: #7A7A7A. Windows color (decimal): -2140626 or 3036895. OLE color: 3036895.
HSL color Cylindrical-coordinate representation of color #DF562E: hue angle of 13.56º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF562E is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 46 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.13 |
| HSL | 13.56º | 0.73% | 0.53% | - |
| HSV(B) | 13.56º | 0.79% | 0.87% | - |
| XYZ | 34.25 | 22.54 | 5.13 | - |
| YUV | 122.4 | 84.89 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 46 | 0 | 0.61 | 0.79 | 0.13 | 13.56 | 0.73 | 0.53 |
| Hex | DF | 56 | 2E | 0 | 3D | 4F | D | E | 49 | 35 |
| Octal | 337 | 126 | 56 | 0 | 75 | 117 | 15 | 16 | 111 | 65 |
| Binary | 11011111 | 1010110 | 101110 | 0 | 111101 | 1001111 | 1101 | 1110 | 1001001 | 110101 |
Color Harmonies of #DF562E
Complementary color
Monochromatic Colors of #DF562E
Black with #DF562E
Text Example
Text Example
White with #DF562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF562E; }
p { color: rgb(223,86,46); }
H1.HeaderClassName
{
color: #DF562E;
}
.AnyTagClassName
{
color: #DF562E;
}
</style>
background-color css
<style>
a { background-color: #DF562E; }
a { background-color: rgb(223,86,46); }
div.DivClassName
{
background-color: #DF562E;
}
.BgClassName
{
background-color: #DF562E;
}
</style>
border-color css
<style>
span { border-color: #DF562E; }
span { border-color: rgb(223,86,46); }
td.TdClassName
{
border-color: #DF562E;
}
.TagClassName
{
border-color: #DF562E;
}
</style>