Shades of Chilean Fire #DF5125
Tints of Chilean Fire #DF5125
RGB
CMYK
RGB Variations
Color information
#DF5125 (or 0xDF5125) is known color: Chilean Fire. HEX triplet: DF, 51 and 25. RGB value is (223,81,37). Sum of RGB (Red+Green+Blue) = 223+81+37=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5125 is #20AEDA. Grayscale: #767676. Windows color (decimal): -2141915 or 2445791. OLE color: 2445791.
HSL color Cylindrical-coordinate representation of color #DF5125: hue angle of 14.19º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF5125 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 37 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.13 |
| HSL | 14.19º | 0.74% | 0.51% | - |
| HSV(B) | 14.19º | 0.83% | 0.87% | - |
| XYZ | 33.71 | 21.71 | 4.16 | - |
| YUV | 118.44 | 82.04 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 37 | 0 | 0.64 | 0.83 | 0.13 | 14.19 | 0.74 | 0.51 |
| Hex | DF | 51 | 25 | 0 | 40 | 53 | D | E | 4A | 33 |
| Octal | 337 | 121 | 45 | 0 | 100 | 123 | 15 | 16 | 112 | 63 |
| Binary | 11011111 | 1010001 | 100101 | 0 | 1000000 | 1010011 | 1101 | 1110 | 1001010 | 110011 |
Color Harmonies of #DF5125
Complementary color
Monochromatic Colors of #DF5125
Black with #DF5125
Text Example
Text Example
White with #DF5125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5125; }
p { color: rgb(223,81,37); }
H1.HeaderClassName
{
color: #DF5125;
}
.AnyTagClassName
{
color: #DF5125;
}
</style>
background-color css
<style>
a { background-color: #DF5125; }
a { background-color: rgb(223,81,37); }
div.DivClassName
{
background-color: #DF5125;
}
.BgClassName
{
background-color: #DF5125;
}
</style>
border-color css
<style>
span { border-color: #DF5125; }
span { border-color: rgb(223,81,37); }
td.TdClassName
{
border-color: #DF5125;
}
.TagClassName
{
border-color: #DF5125;
}
</style>