Shades of Chilean Fire #DF542F
Tints of Chilean Fire #DF542F
RGB
CMYK
RGB Variations
Color information
#DF542F (or 0xDF542F) is known color: Chilean Fire. HEX triplet: DF, 54 and 2F. RGB value is (223,84,47). Sum of RGB (Red+Green+Blue) = 223+84+47=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF542F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF542F is #20ABD0. Grayscale: #797979. Windows color (decimal): -2141137 or 3101919. OLE color: 3101919.
HSL color Cylindrical-coordinate representation of color #DF542F: hue angle of 12.61º 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 #DF542F is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 47 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.13 |
| HSL | 12.61º | 0.73% | 0.53% | - |
| HSV(B) | 12.61º | 0.79% | 0.87% | - |
| XYZ | 34.11 | 22.23 | 5.18 | - |
| YUV | 121.34 | 86.05 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 47 | 0 | 0.62 | 0.79 | 0.13 | 12.61 | 0.73 | 0.53 |
| Hex | DF | 54 | 2F | 0 | 3E | 4F | D | D | 49 | 35 |
| Octal | 337 | 124 | 57 | 0 | 76 | 117 | 15 | 15 | 111 | 65 |
| Binary | 11011111 | 1010100 | 101111 | 0 | 111110 | 1001111 | 1101 | 1101 | 1001001 | 110101 |
Color Harmonies of #DF542F
Complementary color
Monochromatic Colors of #DF542F
Black with #DF542F
Text Example
Text Example
White with #DF542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF542F; }
p { color: rgb(223,84,47); }
H1.HeaderClassName
{
color: #DF542F;
}
.AnyTagClassName
{
color: #DF542F;
}
</style>
background-color css
<style>
a { background-color: #DF542F; }
a { background-color: rgb(223,84,47); }
div.DivClassName
{
background-color: #DF542F;
}
.BgClassName
{
background-color: #DF542F;
}
</style>
border-color css
<style>
span { border-color: #DF542F; }
span { border-color: rgb(223,84,47); }
td.TdClassName
{
border-color: #DF542F;
}
.TagClassName
{
border-color: #DF542F;
}
</style>