Shades of Chilean Fire #DF532F
Tints of Chilean Fire #DF532F
RGB
CMYK
RGB Variations
Color information
#DF532F (or 0xDF532F) is known color: Chilean Fire. HEX triplet: DF, 53 and 2F. RGB value is (223,83,47). Sum of RGB (Red+Green+Blue) = 223+83+47=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF532F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF532F is #20ACD0. Grayscale: #797979. Windows color (decimal): -2141393 or 3101663. OLE color: 3101663.
HSL color Cylindrical-coordinate representation of color #DF532F: hue angle of 12.27º 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 #DF532F is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 47 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.13 |
| HSL | 12.27º | 0.73% | 0.53% | - |
| HSV(B) | 12.27º | 0.79% | 0.87% | - |
| XYZ | 34.04 | 22.08 | 5.16 | - |
| YUV | 120.76 | 86.38 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 47 | 0 | 0.63 | 0.79 | 0.13 | 12.27 | 0.73 | 0.53 |
| Hex | DF | 53 | 2F | 0 | 3F | 4F | D | C | 49 | 35 |
| Octal | 337 | 123 | 57 | 0 | 77 | 117 | 15 | 14 | 111 | 65 |
| Binary | 11011111 | 1010011 | 101111 | 0 | 111111 | 1001111 | 1101 | 1100 | 1001001 | 110101 |
Color Harmonies of #DF532F
Complementary color
Monochromatic Colors of #DF532F
Black with #DF532F
Text Example
Text Example
White with #DF532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF532F; }
p { color: rgb(223,83,47); }
H1.HeaderClassName
{
color: #DF532F;
}
.AnyTagClassName
{
color: #DF532F;
}
</style>
background-color css
<style>
a { background-color: #DF532F; }
a { background-color: rgb(223,83,47); }
div.DivClassName
{
background-color: #DF532F;
}
.BgClassName
{
background-color: #DF532F;
}
</style>
border-color css
<style>
span { border-color: #DF532F; }
span { border-color: rgb(223,83,47); }
td.TdClassName
{
border-color: #DF532F;
}
.TagClassName
{
border-color: #DF532F;
}
</style>