Shades of Chilean Fire #DF5B31
Tints of Chilean Fire #DF5B31
RGB
CMYK
RGB Variations
Color information
#DF5B31 (or 0xDF5B31) is known color: Chilean Fire. HEX triplet: DF, 5B and 31. RGB value is (223,91,49). Sum of RGB (Red+Green+Blue) = 223+91+49=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5B31 is #20A4CE. Grayscale: #7D7D7D. Windows color (decimal): -2139343 or 3234783. OLE color: 3234783.
HSL color Cylindrical-coordinate representation of color #DF5B31: hue angle of 14.48º 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 #DF5B31 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 91 | 49 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.13 |
| HSL | 14.48º | 0.73% | 0.53% | - |
| HSV(B) | 14.48º | 0.78% | 0.87% | - |
| XYZ | 34.73 | 23.39 | 5.59 | - |
| YUV | 125.68 | 84.73 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 49 | 0 | 0.59 | 0.78 | 0.13 | 14.48 | 0.73 | 0.53 |
| Hex | DF | 5B | 31 | 0 | 3B | 4E | D | E | 49 | 35 |
| Octal | 337 | 133 | 61 | 0 | 73 | 116 | 15 | 16 | 111 | 65 |
| Binary | 11011111 | 1011011 | 110001 | 0 | 111011 | 1001110 | 1101 | 1110 | 1001001 | 110101 |
Color Harmonies of #DF5B31
Complementary color
Monochromatic Colors of #DF5B31
Black with #DF5B31
Text Example
Text Example
White with #DF5B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5B31; }
p { color: rgb(223,91,49); }
H1.HeaderClassName
{
color: #DF5B31;
}
.AnyTagClassName
{
color: #DF5B31;
}
</style>
background-color css
<style>
a { background-color: #DF5B31; }
a { background-color: rgb(223,91,49); }
div.DivClassName
{
background-color: #DF5B31;
}
.BgClassName
{
background-color: #DF5B31;
}
</style>
border-color css
<style>
span { border-color: #DF5B31; }
span { border-color: rgb(223,91,49); }
td.TdClassName
{
border-color: #DF5B31;
}
.TagClassName
{
border-color: #DF5B31;
}
</style>