Shades of Chilean Fire #DF5F2C
Tints of Chilean Fire #DF5F2C
RGB
CMYK
RGB Variations
Color information
#DF5F2C (or 0xDF5F2C) is known color: Chilean Fire. HEX triplet: DF, 5F and 2C. RGB value is (223,95,44). Sum of RGB (Red+Green+Blue) = 223+95+44=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5F2C is #20A0D3. Grayscale: #7F7F7F. Windows color (decimal): -2138324 or 2908127. OLE color: 2908127.
HSL color Cylindrical-coordinate representation of color #DF5F2C: hue angle of 17.09º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF5F2C is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 44 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.13 |
| HSL | 17.09º | 0.74% | 0.52% | - |
| HSV(B) | 17.09º | 0.8% | 0.87% | - |
| XYZ | 34.98 | 24.05 | 5.18 | - |
| YUV | 127.46 | 80.91 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 44 | 0 | 0.57 | 0.80 | 0.13 | 17.09 | 0.74 | 0.52 |
| Hex | DF | 5F | 2C | 0 | 39 | 50 | D | 11 | 4A | 34 |
| Octal | 337 | 137 | 54 | 0 | 71 | 120 | 15 | 21 | 112 | 64 |
| Binary | 11011111 | 1011111 | 101100 | 0 | 111001 | 1010000 | 1101 | 10001 | 1001010 | 110100 |
Color Harmonies of #DF5F2C
Complementary color
Monochromatic Colors of #DF5F2C
Black with #DF5F2C
Text Example
Text Example
White with #DF5F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F2C; }
p { color: rgb(223,95,44); }
H1.HeaderClassName
{
color: #DF5F2C;
}
.AnyTagClassName
{
color: #DF5F2C;
}
</style>
background-color css
<style>
a { background-color: #DF5F2C; }
a { background-color: rgb(223,95,44); }
div.DivClassName
{
background-color: #DF5F2C;
}
.BgClassName
{
background-color: #DF5F2C;
}
</style>
border-color css
<style>
span { border-color: #DF5F2C; }
span { border-color: rgb(223,95,44); }
td.TdClassName
{
border-color: #DF5F2C;
}
.TagClassName
{
border-color: #DF5F2C;
}
</style>