Shades of Chilean Fire #DF5C32
Tints of Chilean Fire #DF5C32
RGB
CMYK
RGB Variations
Color information
#DF5C32 (or 0xDF5C32) is known color: Chilean Fire. HEX triplet: DF, 5C and 32. RGB value is (223,92,50). Sum of RGB (Red+Green+Blue) = 223+92+50=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5C32 is #20A3CD. Grayscale: #7E7E7E. Windows color (decimal): -2139086 or 3300575. OLE color: 3300575.
HSL color Cylindrical-coordinate representation of color #DF5C32: hue angle of 14.57º 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 #DF5C32 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 50 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.13 |
| HSL | 14.57º | 0.73% | 0.54% | - |
| HSV(B) | 14.57º | 0.78% | 0.87% | - |
| XYZ | 34.83 | 23.57 | 5.73 | - |
| YUV | 126.38 | 84.9 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 50 | 0 | 0.59 | 0.78 | 0.13 | 14.57 | 0.73 | 0.54 |
| Hex | DF | 5C | 32 | 0 | 3B | 4E | D | F | 49 | 36 |
| Octal | 337 | 134 | 62 | 0 | 73 | 116 | 15 | 17 | 111 | 66 |
| Binary | 11011111 | 1011100 | 110010 | 0 | 111011 | 1001110 | 1101 | 1111 | 1001001 | 110110 |
Color Harmonies of #DF5C32
Complementary color
Monochromatic Colors of #DF5C32
Black with #DF5C32
Text Example
Text Example
White with #DF5C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C32; }
p { color: rgb(223,92,50); }
H1.HeaderClassName
{
color: #DF5C32;
}
.AnyTagClassName
{
color: #DF5C32;
}
</style>
background-color css
<style>
a { background-color: #DF5C32; }
a { background-color: rgb(223,92,50); }
div.DivClassName
{
background-color: #DF5C32;
}
.BgClassName
{
background-color: #DF5C32;
}
</style>
border-color css
<style>
span { border-color: #DF5C32; }
span { border-color: rgb(223,92,50); }
td.TdClassName
{
border-color: #DF5C32;
}
.TagClassName
{
border-color: #DF5C32;
}
</style>