Shades of Chilean Fire #DF542A
Tints of Chilean Fire #DF542A
RGB
CMYK
RGB Variations
Color information
#DF542A (or 0xDF542A) is known color: Chilean Fire. HEX triplet: DF, 54 and 2A. RGB value is (223,84,42). Sum of RGB (Red+Green+Blue) = 223+84+42=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF542A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF542A is #20ABD5. Grayscale: #797979. Windows color (decimal): -2141142 or 2774239. OLE color: 2774239.
HSL color Cylindrical-coordinate representation of color #DF542A: hue angle of 13.92º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF542A is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 42 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.13 |
| HSL | 13.92º | 0.74% | 0.52% | - |
| HSV(B) | 13.92º | 0.81% | 0.87% | - |
| XYZ | 34.02 | 22.2 | 4.68 | - |
| YUV | 120.77 | 83.55 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 42 | 0 | 0.62 | 0.81 | 0.13 | 13.92 | 0.74 | 0.52 |
| Hex | DF | 54 | 2A | 0 | 3E | 51 | D | E | 4A | 34 |
| Octal | 337 | 124 | 52 | 0 | 76 | 121 | 15 | 16 | 112 | 64 |
| Binary | 11011111 | 1010100 | 101010 | 0 | 111110 | 1010001 | 1101 | 1110 | 1001010 | 110100 |
Color Harmonies of #DF542A
Complementary color
Monochromatic Colors of #DF542A
Black with #DF542A
Text Example
Text Example
White with #DF542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF542A; }
p { color: rgb(223,84,42); }
H1.HeaderClassName
{
color: #DF542A;
}
.AnyTagClassName
{
color: #DF542A;
}
</style>
background-color css
<style>
a { background-color: #DF542A; }
a { background-color: rgb(223,84,42); }
div.DivClassName
{
background-color: #DF542A;
}
.BgClassName
{
background-color: #DF542A;
}
</style>
border-color css
<style>
span { border-color: #DF542A; }
span { border-color: rgb(223,84,42); }
td.TdClassName
{
border-color: #DF542A;
}
.TagClassName
{
border-color: #DF542A;
}
</style>