Shades of Chilean Fire #DF5C33
Tints of Chilean Fire #DF5C33
RGB
CMYK
RGB Variations
Color information
#DF5C33 (or 0xDF5C33) is known color: Chilean Fire. HEX triplet: DF, 5C and 33. RGB value is (223,92,51). Sum of RGB (Red+Green+Blue) = 223+92+51=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5C33 is #20A3CC. Grayscale: #7E7E7E. Windows color (decimal): -2139085 or 3366111. OLE color: 3366111.
HSL color Cylindrical-coordinate representation of color #DF5C33: hue angle of 14.3º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF5C33 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 51 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.13 |
| HSL | 14.3º | 0.73% | 0.54% | - |
| HSV(B) | 14.3º | 0.77% | 0.87% | - |
| XYZ | 34.86 | 23.58 | 5.85 | - |
| YUV | 126.5 | 85.4 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 51 | 0 | 0.59 | 0.77 | 0.13 | 14.3 | 0.73 | 0.54 |
| Hex | DF | 5C | 33 | 0 | 3B | 4D | D | E | 49 | 36 |
| Octal | 337 | 134 | 63 | 0 | 73 | 115 | 15 | 16 | 111 | 66 |
| Binary | 11011111 | 1011100 | 110011 | 0 | 111011 | 1001101 | 1101 | 1110 | 1001001 | 110110 |
Color Harmonies of #DF5C33
Complementary color
Monochromatic Colors of #DF5C33
Black with #DF5C33
Text Example
Text Example
White with #DF5C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C33; }
p { color: rgb(223,92,51); }
H1.HeaderClassName
{
color: #DF5C33;
}
.AnyTagClassName
{
color: #DF5C33;
}
</style>
background-color css
<style>
a { background-color: #DF5C33; }
a { background-color: rgb(223,92,51); }
div.DivClassName
{
background-color: #DF5C33;
}
.BgClassName
{
background-color: #DF5C33;
}
</style>
border-color css
<style>
span { border-color: #DF5C33; }
span { border-color: rgb(223,92,51); }
td.TdClassName
{
border-color: #DF5C33;
}
.TagClassName
{
border-color: #DF5C33;
}
</style>