Shades of Chilean Fire #DF552E
Tints of Chilean Fire #DF552E
RGB
CMYK
RGB Variations
Color information
#DF552E (or 0xDF552E) is known color: Chilean Fire. HEX triplet: DF, 55 and 2E. RGB value is (223,85,46). Sum of RGB (Red+Green+Blue) = 223+85+46=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF552E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF552E is #20AAD1. Grayscale: #7A7A7A. Windows color (decimal): -2140882 or 3036639. OLE color: 3036639.
HSL color Cylindrical-coordinate representation of color #DF552E: hue angle of 13.22º 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 #DF552E is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 46 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.13 |
| HSL | 13.22º | 0.73% | 0.53% | - |
| HSV(B) | 13.22º | 0.79% | 0.87% | - |
| XYZ | 34.17 | 22.38 | 5.1 | - |
| YUV | 121.82 | 85.22 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 46 | 0 | 0.62 | 0.79 | 0.13 | 13.22 | 0.73 | 0.53 |
| Hex | DF | 55 | 2E | 0 | 3E | 4F | D | D | 49 | 35 |
| Octal | 337 | 125 | 56 | 0 | 76 | 117 | 15 | 15 | 111 | 65 |
| Binary | 11011111 | 1010101 | 101110 | 0 | 111110 | 1001111 | 1101 | 1101 | 1001001 | 110101 |
Color Harmonies of #DF552E
Complementary color
Monochromatic Colors of #DF552E
Black with #DF552E
Text Example
Text Example
White with #DF552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF552E; }
p { color: rgb(223,85,46); }
H1.HeaderClassName
{
color: #DF552E;
}
.AnyTagClassName
{
color: #DF552E;
}
</style>
background-color css
<style>
a { background-color: #DF552E; }
a { background-color: rgb(223,85,46); }
div.DivClassName
{
background-color: #DF552E;
}
.BgClassName
{
background-color: #DF552E;
}
</style>
border-color css
<style>
span { border-color: #DF552E; }
span { border-color: rgb(223,85,46); }
td.TdClassName
{
border-color: #DF552E;
}
.TagClassName
{
border-color: #DF552E;
}
</style>