Shades of Chilean Fire #DF582F
Tints of Chilean Fire #DF582F
RGB
CMYK
RGB Variations
Color information
#DF582F (or 0xDF582F) is known color: Chilean Fire. HEX triplet: DF, 58 and 2F. RGB value is (223,88,47). Sum of RGB (Red+Green+Blue) = 223+88+47=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF582F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF582F is #20A7D0. Grayscale: #7B7B7B. Windows color (decimal): -2140113 or 3102943. OLE color: 3102943.
HSL color Cylindrical-coordinate representation of color #DF582F: hue angle of 13.98º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF582F is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 47 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.13 |
| HSL | 13.98º | 0.73% | 0.53% | - |
| HSV(B) | 13.98º | 0.79% | 0.87% | - |
| XYZ | 34.43 | 22.87 | 5.29 | - |
| YUV | 123.69 | 84.73 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 47 | 0 | 0.61 | 0.79 | 0.13 | 13.98 | 0.73 | 0.53 |
| Hex | DF | 58 | 2F | 0 | 3D | 4F | D | E | 49 | 35 |
| Octal | 337 | 130 | 57 | 0 | 75 | 117 | 15 | 16 | 111 | 65 |
| Binary | 11011111 | 1011000 | 101111 | 0 | 111101 | 1001111 | 1101 | 1110 | 1001001 | 110101 |
Color Harmonies of #DF582F
Complementary color
Monochromatic Colors of #DF582F
Black with #DF582F
Text Example
Text Example
White with #DF582F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF582F; }
p { color: rgb(223,88,47); }
H1.HeaderClassName
{
color: #DF582F;
}
.AnyTagClassName
{
color: #DF582F;
}
</style>
background-color css
<style>
a { background-color: #DF582F; }
a { background-color: rgb(223,88,47); }
div.DivClassName
{
background-color: #DF582F;
}
.BgClassName
{
background-color: #DF582F;
}
</style>
border-color css
<style>
span { border-color: #DF582F; }
span { border-color: rgb(223,88,47); }
td.TdClassName
{
border-color: #DF582F;
}
.TagClassName
{
border-color: #DF582F;
}
</style>