Shades of Chilean Fire #DF552C
Tints of Chilean Fire #DF552C
RGB
CMYK
RGB Variations
Color information
#DF552C (or 0xDF552C) is known color: Chilean Fire. HEX triplet: DF, 55 and 2C. RGB value is (223,85,44). Sum of RGB (Red+Green+Blue) = 223+85+44=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF552C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF552C is #20AAD3. Grayscale: #797979. Windows color (decimal): -2140884 or 2905567. OLE color: 2905567.
HSL color Cylindrical-coordinate representation of color #DF552C: hue angle of 13.74º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF552C is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 44 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.13 |
| HSL | 13.74º | 0.74% | 0.52% | - |
| HSV(B) | 13.74º | 0.8% | 0.87% | - |
| XYZ | 34.13 | 22.37 | 4.9 | - |
| YUV | 121.59 | 84.22 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 44 | 0 | 0.62 | 0.80 | 0.13 | 13.74 | 0.74 | 0.52 |
| Hex | DF | 55 | 2C | 0 | 3E | 50 | D | E | 4A | 34 |
| Octal | 337 | 125 | 54 | 0 | 76 | 120 | 15 | 16 | 112 | 64 |
| Binary | 11011111 | 1010101 | 101100 | 0 | 111110 | 1010000 | 1101 | 1110 | 1001010 | 110100 |
Color Harmonies of #DF552C
Complementary color
Monochromatic Colors of #DF552C
Black with #DF552C
Text Example
Text Example
White with #DF552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF552C; }
p { color: rgb(223,85,44); }
H1.HeaderClassName
{
color: #DF552C;
}
.AnyTagClassName
{
color: #DF552C;
}
</style>
background-color css
<style>
a { background-color: #DF552C; }
a { background-color: rgb(223,85,44); }
div.DivClassName
{
background-color: #DF552C;
}
.BgClassName
{
background-color: #DF552C;
}
</style>
border-color css
<style>
span { border-color: #DF552C; }
span { border-color: rgb(223,85,44); }
td.TdClassName
{
border-color: #DF552C;
}
.TagClassName
{
border-color: #DF552C;
}
</style>