Shades of Chilean Fire #DF5532
Tints of Chilean Fire #DF5532
RGB
CMYK
RGB Variations
Color information
#DF5532 (or 0xDF5532) is known color: Chilean Fire. HEX triplet: DF, 55 and 32. RGB value is (223,85,50). Sum of RGB (Red+Green+Blue) = 223+85+50=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5532 is #20AACD. Grayscale: #7A7A7A. Windows color (decimal): -2140878 or 3298783. OLE color: 3298783.
HSL color Cylindrical-coordinate representation of color #DF5532: hue angle of 12.14º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF5532 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 50 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.13 |
| HSL | 12.14º | 0.73% | 0.54% | - |
| HSV(B) | 12.14º | 0.78% | 0.87% | - |
| XYZ | 34.26 | 22.42 | 5.54 | - |
| YUV | 122.27 | 87.22 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 50 | 0 | 0.62 | 0.78 | 0.13 | 12.14 | 0.73 | 0.54 |
| Hex | DF | 55 | 32 | 0 | 3E | 4E | D | C | 49 | 36 |
| Octal | 337 | 125 | 62 | 0 | 76 | 116 | 15 | 14 | 111 | 66 |
| Binary | 11011111 | 1010101 | 110010 | 0 | 111110 | 1001110 | 1101 | 1100 | 1001001 | 110110 |
Color Harmonies of #DF5532
Complementary color
Monochromatic Colors of #DF5532
Black with #DF5532
Text Example
Text Example
White with #DF5532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5532; }
p { color: rgb(223,85,50); }
H1.HeaderClassName
{
color: #DF5532;
}
.AnyTagClassName
{
color: #DF5532;
}
</style>
background-color css
<style>
a { background-color: #DF5532; }
a { background-color: rgb(223,85,50); }
div.DivClassName
{
background-color: #DF5532;
}
.BgClassName
{
background-color: #DF5532;
}
</style>
border-color css
<style>
span { border-color: #DF5532; }
span { border-color: rgb(223,85,50); }
td.TdClassName
{
border-color: #DF5532;
}
.TagClassName
{
border-color: #DF5532;
}
</style>