Shades of Chilean Fire #DF592C
Tints of Chilean Fire #DF592C
RGB
CMYK
RGB Variations
Color information
#DF592C (or 0xDF592C) is known color: Chilean Fire. HEX triplet: DF, 59 and 2C. RGB value is (223,89,44). Sum of RGB (Red+Green+Blue) = 223+89+44=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF592C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF592C is #20A6D3. Grayscale: #7C7C7C. Windows color (decimal): -2139860 or 2906591. OLE color: 2906591.
HSL color Cylindrical-coordinate representation of color #DF592C: hue angle of 15.08º 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 #DF592C is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 44 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.13 |
| HSL | 15.08º | 0.74% | 0.52% | - |
| HSV(B) | 15.08º | 0.8% | 0.87% | - |
| XYZ | 34.46 | 23.01 | 5.01 | - |
| YUV | 123.94 | 82.89 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 44 | 0 | 0.60 | 0.80 | 0.13 | 15.08 | 0.74 | 0.52 |
| Hex | DF | 59 | 2C | 0 | 3C | 50 | D | F | 4A | 34 |
| Octal | 337 | 131 | 54 | 0 | 74 | 120 | 15 | 17 | 112 | 64 |
| Binary | 11011111 | 1011001 | 101100 | 0 | 111100 | 1010000 | 1101 | 1111 | 1001010 | 110100 |
Color Harmonies of #DF592C
Complementary color
Monochromatic Colors of #DF592C
Black with #DF592C
Text Example
Text Example
White with #DF592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF592C; }
p { color: rgb(223,89,44); }
H1.HeaderClassName
{
color: #DF592C;
}
.AnyTagClassName
{
color: #DF592C;
}
</style>
background-color css
<style>
a { background-color: #DF592C; }
a { background-color: rgb(223,89,44); }
div.DivClassName
{
background-color: #DF592C;
}
.BgClassName
{
background-color: #DF592C;
}
</style>
border-color css
<style>
span { border-color: #DF592C; }
span { border-color: rgb(223,89,44); }
td.TdClassName
{
border-color: #DF592C;
}
.TagClassName
{
border-color: #DF592C;
}
</style>