Shades of Chilean Fire #DF5123
Tints of Chilean Fire #DF5123
RGB
CMYK
RGB Variations
Color information
#DF5123 (or 0xDF5123) is known color: Chilean Fire. HEX triplet: DF, 51 and 23. RGB value is (223,81,35). Sum of RGB (Red+Green+Blue) = 223+81+35=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5123 is #20AEDC. Grayscale: #767676. Windows color (decimal): -2141917 or 2314719. OLE color: 2314719.
HSL color Cylindrical-coordinate representation of color #DF5123: hue angle of 14.68º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF5123 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 35 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.13 |
| HSL | 14.68º | 0.75% | 0.51% | - |
| HSV(B) | 14.68º | 0.84% | 0.87% | - |
| XYZ | 33.68 | 21.69 | 4 | - |
| YUV | 118.21 | 81.04 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 35 | 0 | 0.64 | 0.84 | 0.13 | 14.68 | 0.75 | 0.51 |
| Hex | DF | 51 | 23 | 0 | 40 | 54 | D | F | 4B | 33 |
| Octal | 337 | 121 | 43 | 0 | 100 | 124 | 15 | 17 | 113 | 63 |
| Binary | 11011111 | 1010001 | 100011 | 0 | 1000000 | 1010100 | 1101 | 1111 | 1001011 | 110011 |
Color Harmonies of #DF5123
Complementary color
Monochromatic Colors of #DF5123
Black with #DF5123
Text Example
Text Example
White with #DF5123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5123; }
p { color: rgb(223,81,35); }
H1.HeaderClassName
{
color: #DF5123;
}
.AnyTagClassName
{
color: #DF5123;
}
</style>
background-color css
<style>
a { background-color: #DF5123; }
a { background-color: rgb(223,81,35); }
div.DivClassName
{
background-color: #DF5123;
}
.BgClassName
{
background-color: #DF5123;
}
</style>
border-color css
<style>
span { border-color: #DF5123; }
span { border-color: rgb(223,81,35); }
td.TdClassName
{
border-color: #DF5123;
}
.TagClassName
{
border-color: #DF5123;
}
</style>