Shades of Chilean Fire #DF542D
Tints of Chilean Fire #DF542D
RGB
CMYK
RGB Variations
Color information
#DF542D (or 0xDF542D) is known color: Chilean Fire. HEX triplet: DF, 54 and 2D. RGB value is (223,84,45). Sum of RGB (Red+Green+Blue) = 223+84+45=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF542D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF542D is #20ABD2. Grayscale: #797979. Windows color (decimal): -2141139 or 2970847. OLE color: 2970847.
HSL color Cylindrical-coordinate representation of color #DF542D: hue angle of 13.15º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF542D is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 45 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.13 |
| HSL | 13.15º | 0.74% | 0.53% | - |
| HSV(B) | 13.15º | 0.8% | 0.87% | - |
| XYZ | 34.08 | 22.22 | 4.98 | - |
| YUV | 121.12 | 85.05 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 45 | 0 | 0.62 | 0.80 | 0.13 | 13.15 | 0.74 | 0.53 |
| Hex | DF | 54 | 2D | 0 | 3E | 50 | D | D | 4A | 35 |
| Octal | 337 | 124 | 55 | 0 | 76 | 120 | 15 | 15 | 112 | 65 |
| Binary | 11011111 | 1010100 | 101101 | 0 | 111110 | 1010000 | 1101 | 1101 | 1001010 | 110101 |
Color Harmonies of #DF542D
Complementary color
Monochromatic Colors of #DF542D
Black with #DF542D
Text Example
Text Example
White with #DF542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF542D; }
p { color: rgb(223,84,45); }
H1.HeaderClassName
{
color: #DF542D;
}
.AnyTagClassName
{
color: #DF542D;
}
</style>
background-color css
<style>
a { background-color: #DF542D; }
a { background-color: rgb(223,84,45); }
div.DivClassName
{
background-color: #DF542D;
}
.BgClassName
{
background-color: #DF542D;
}
</style>
border-color css
<style>
span { border-color: #DF542D; }
span { border-color: rgb(223,84,45); }
td.TdClassName
{
border-color: #DF542D;
}
.TagClassName
{
border-color: #DF542D;
}
</style>