Shades of Chilean Fire #DF5631
Tints of Chilean Fire #DF5631
RGB
CMYK
RGB Variations
Color information
#DF5631 (or 0xDF5631) is known color: Chilean Fire. HEX triplet: DF, 56 and 31. RGB value is (223,86,49). Sum of RGB (Red+Green+Blue) = 223+86+49=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5631 is #20A9CE. Grayscale: #7B7B7B. Windows color (decimal): -2140623 or 3233503. OLE color: 3233503.
HSL color Cylindrical-coordinate representation of color #DF5631: hue angle of 12.76º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF5631 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 49 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.13 |
| HSL | 12.76º | 0.73% | 0.53% | - |
| HSV(B) | 12.76º | 0.78% | 0.87% | - |
| XYZ | 34.31 | 22.57 | 5.45 | - |
| YUV | 122.75 | 86.39 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 49 | 0 | 0.61 | 0.78 | 0.13 | 12.76 | 0.73 | 0.53 |
| Hex | DF | 56 | 31 | 0 | 3D | 4E | D | D | 49 | 35 |
| Octal | 337 | 126 | 61 | 0 | 75 | 116 | 15 | 15 | 111 | 65 |
| Binary | 11011111 | 1010110 | 110001 | 0 | 111101 | 1001110 | 1101 | 1101 | 1001001 | 110101 |
Color Harmonies of #DF5631
Complementary color
Monochromatic Colors of #DF5631
Black with #DF5631
Text Example
Text Example
White with #DF5631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5631; }
p { color: rgb(223,86,49); }
H1.HeaderClassName
{
color: #DF5631;
}
.AnyTagClassName
{
color: #DF5631;
}
</style>
background-color css
<style>
a { background-color: #DF5631; }
a { background-color: rgb(223,86,49); }
div.DivClassName
{
background-color: #DF5631;
}
.BgClassName
{
background-color: #DF5631;
}
</style>
border-color css
<style>
span { border-color: #DF5631; }
span { border-color: rgb(223,86,49); }
td.TdClassName
{
border-color: #DF5631;
}
.TagClassName
{
border-color: #DF5631;
}
</style>