Shades of Chilean Fire #DF5A3C
Tints of Chilean Fire #DF5A3C
RGB
CMYK
RGB Variations
Color information
#DF5A3C (or 0xDF5A3C) is known color: Chilean Fire. HEX triplet: DF, 5A and 3C. RGB value is (223,90,60). Sum of RGB (Red+Green+Blue) = 223+90+60=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5A3C is #20A5C3. Grayscale: #7E7E7E. Windows color (decimal): -2139588 or 3955423. OLE color: 3955423.
HSL color Cylindrical-coordinate representation of color #DF5A3C: hue angle of 11.04º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF5A3C is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 90 | 60 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.13 |
| HSL | 11.04º | 0.72% | 0.55% | - |
| HSV(B) | 11.04º | 0.73% | 0.87% | - |
| XYZ | 34.9 | 23.33 | 6.94 | - |
| YUV | 126.35 | 90.56 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 60 | 0 | 0.60 | 0.73 | 0.13 | 11.04 | 0.72 | 0.55 |
| Hex | DF | 5A | 3C | 0 | 3C | 49 | D | B | 48 | 37 |
| Octal | 337 | 132 | 74 | 0 | 74 | 111 | 15 | 13 | 110 | 67 |
| Binary | 11011111 | 1011010 | 111100 | 0 | 111100 | 1001001 | 1101 | 1011 | 1001000 | 110111 |
Color Harmonies of #DF5A3C
Complementary color
Monochromatic Colors of #DF5A3C
Black with #DF5A3C
Text Example
Text Example
White with #DF5A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5A3C; }
p { color: rgb(223,90,60); }
H1.HeaderClassName
{
color: #DF5A3C;
}
.AnyTagClassName
{
color: #DF5A3C;
}
</style>
background-color css
<style>
a { background-color: #DF5A3C; }
a { background-color: rgb(223,90,60); }
div.DivClassName
{
background-color: #DF5A3C;
}
.BgClassName
{
background-color: #DF5A3C;
}
</style>
border-color css
<style>
span { border-color: #DF5A3C; }
span { border-color: rgb(223,90,60); }
td.TdClassName
{
border-color: #DF5A3C;
}
.TagClassName
{
border-color: #DF5A3C;
}
</style>