Shades of Chilean Fire #DF552F
Tints of Chilean Fire #DF552F
RGB
CMYK
RGB Variations
Color information
#DF552F (or 0xDF552F) is known color: Chilean Fire. HEX triplet: DF, 55 and 2F. RGB value is (223,85,47). Sum of RGB (Red+Green+Blue) = 223+85+47=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF552F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF552F is #20AAD0. Grayscale: #7A7A7A. Windows color (decimal): -2140881 or 3102175. OLE color: 3102175.
HSL color Cylindrical-coordinate representation of color #DF552F: hue angle of 12.95º 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 #DF552F is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 47 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.13 |
| HSL | 12.95º | 0.73% | 0.53% | - |
| HSV(B) | 12.95º | 0.79% | 0.87% | - |
| XYZ | 34.19 | 22.39 | 5.21 | - |
| YUV | 121.93 | 85.72 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 47 | 0 | 0.62 | 0.79 | 0.13 | 12.95 | 0.73 | 0.53 |
| Hex | DF | 55 | 2F | 0 | 3E | 4F | D | D | 49 | 35 |
| Octal | 337 | 125 | 57 | 0 | 76 | 117 | 15 | 15 | 111 | 65 |
| Binary | 11011111 | 1010101 | 101111 | 0 | 111110 | 1001111 | 1101 | 1101 | 1001001 | 110101 |
Color Harmonies of #DF552F
Complementary color
Monochromatic Colors of #DF552F
Black with #DF552F
Text Example
Text Example
White with #DF552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF552F; }
p { color: rgb(223,85,47); }
H1.HeaderClassName
{
color: #DF552F;
}
.AnyTagClassName
{
color: #DF552F;
}
</style>
background-color css
<style>
a { background-color: #DF552F; }
a { background-color: rgb(223,85,47); }
div.DivClassName
{
background-color: #DF552F;
}
.BgClassName
{
background-color: #DF552F;
}
</style>
border-color css
<style>
span { border-color: #DF552F; }
span { border-color: rgb(223,85,47); }
td.TdClassName
{
border-color: #DF552F;
}
.TagClassName
{
border-color: #DF552F;
}
</style>