Shades of Chilean Fire #DF552A
Tints of Chilean Fire #DF552A
RGB
CMYK
RGB Variations
Color information
#DF552A (or 0xDF552A) is known color: Chilean Fire. HEX triplet: DF, 55 and 2A. RGB value is (223,85,42). Sum of RGB (Red+Green+Blue) = 223+85+42=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF552A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF552A is #20AAD5. Grayscale: #797979. Windows color (decimal): -2140886 or 2774495. OLE color: 2774495.
HSL color Cylindrical-coordinate representation of color #DF552A: hue angle of 14.25º 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 #DF552A is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 42 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.13 |
| HSL | 14.25º | 0.74% | 0.52% | - |
| HSV(B) | 14.25º | 0.81% | 0.87% | - |
| XYZ | 34.1 | 22.35 | 4.71 | - |
| YUV | 121.36 | 83.22 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 42 | 0 | 0.62 | 0.81 | 0.13 | 14.25 | 0.74 | 0.52 |
| Hex | DF | 55 | 2A | 0 | 3E | 51 | D | E | 4A | 34 |
| Octal | 337 | 125 | 52 | 0 | 76 | 121 | 15 | 16 | 112 | 64 |
| Binary | 11011111 | 1010101 | 101010 | 0 | 111110 | 1010001 | 1101 | 1110 | 1001010 | 110100 |
Color Harmonies of #DF552A
Complementary color
Monochromatic Colors of #DF552A
Black with #DF552A
Text Example
Text Example
White with #DF552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF552A; }
p { color: rgb(223,85,42); }
H1.HeaderClassName
{
color: #DF552A;
}
.AnyTagClassName
{
color: #DF552A;
}
</style>
background-color css
<style>
a { background-color: #DF552A; }
a { background-color: rgb(223,85,42); }
div.DivClassName
{
background-color: #DF552A;
}
.BgClassName
{
background-color: #DF552A;
}
</style>
border-color css
<style>
span { border-color: #DF552A; }
span { border-color: rgb(223,85,42); }
td.TdClassName
{
border-color: #DF552A;
}
.TagClassName
{
border-color: #DF552A;
}
</style>