Shades of Chilean Fire #DF5629
Tints of Chilean Fire #DF5629
RGB
CMYK
RGB Variations
Color information
#DF5629 (or 0xDF5629) is known color: Chilean Fire. HEX triplet: DF, 56 and 29. RGB value is (223,86,41). Sum of RGB (Red+Green+Blue) = 223+86+41=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5629 is #20A9D6. Grayscale: #7A7A7A. Windows color (decimal): -2140631 or 2709215. OLE color: 2709215.
HSL color Cylindrical-coordinate representation of color #DF5629: hue angle of 14.84º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF5629 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 41 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.13 |
| HSL | 14.84º | 0.74% | 0.52% | - |
| HSV(B) | 14.84º | 0.82% | 0.87% | - |
| XYZ | 34.16 | 22.5 | 4.64 | - |
| YUV | 121.83 | 82.39 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 41 | 0 | 0.61 | 0.82 | 0.13 | 14.84 | 0.74 | 0.52 |
| Hex | DF | 56 | 29 | 0 | 3D | 52 | D | F | 4A | 34 |
| Octal | 337 | 126 | 51 | 0 | 75 | 122 | 15 | 17 | 112 | 64 |
| Binary | 11011111 | 1010110 | 101001 | 0 | 111101 | 1010010 | 1101 | 1111 | 1001010 | 110100 |
Color Harmonies of #DF5629
Complementary color
Monochromatic Colors of #DF5629
Black with #DF5629
Text Example
Text Example
White with #DF5629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5629; }
p { color: rgb(223,86,41); }
H1.HeaderClassName
{
color: #DF5629;
}
.AnyTagClassName
{
color: #DF5629;
}
</style>
background-color css
<style>
a { background-color: #DF5629; }
a { background-color: rgb(223,86,41); }
div.DivClassName
{
background-color: #DF5629;
}
.BgClassName
{
background-color: #DF5629;
}
</style>
border-color css
<style>
span { border-color: #DF5629; }
span { border-color: rgb(223,86,41); }
td.TdClassName
{
border-color: #DF5629;
}
.TagClassName
{
border-color: #DF5629;
}
</style>