Shades of Chilean Fire #DF5B3C
Tints of Chilean Fire #DF5B3C
RGB
CMYK
RGB Variations
Color information
#DF5B3C (or 0xDF5B3C) is known color: Chilean Fire. HEX triplet: DF, 5B and 3C. RGB value is (223,91,60). Sum of RGB (Red+Green+Blue) = 223+91+60=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5B3C is #20A4C3. Grayscale: #7F7F7F. Windows color (decimal): -2139332 or 3955679. OLE color: 3955679.
HSL color Cylindrical-coordinate representation of color #DF5B3C: hue angle of 11.41º 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 #DF5B3C is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 91 | 60 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.13 |
| HSL | 11.41º | 0.72% | 0.55% | - |
| HSV(B) | 11.41º | 0.73% | 0.87% | - |
| XYZ | 34.99 | 23.5 | 6.97 | - |
| YUV | 126.93 | 90.23 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 60 | 0 | 0.59 | 0.73 | 0.13 | 11.41 | 0.72 | 0.55 |
| Hex | DF | 5B | 3C | 0 | 3B | 49 | D | B | 48 | 37 |
| Octal | 337 | 133 | 74 | 0 | 73 | 111 | 15 | 13 | 110 | 67 |
| Binary | 11011111 | 1011011 | 111100 | 0 | 111011 | 1001001 | 1101 | 1011 | 1001000 | 110111 |
Color Harmonies of #DF5B3C
Complementary color
Monochromatic Colors of #DF5B3C
Black with #DF5B3C
Text Example
Text Example
White with #DF5B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5B3C; }
p { color: rgb(223,91,60); }
H1.HeaderClassName
{
color: #DF5B3C;
}
.AnyTagClassName
{
color: #DF5B3C;
}
</style>
background-color css
<style>
a { background-color: #DF5B3C; }
a { background-color: rgb(223,91,60); }
div.DivClassName
{
background-color: #DF5B3C;
}
.BgClassName
{
background-color: #DF5B3C;
}
</style>
border-color css
<style>
span { border-color: #DF5B3C; }
span { border-color: rgb(223,91,60); }
td.TdClassName
{
border-color: #DF5B3C;
}
.TagClassName
{
border-color: #DF5B3C;
}
</style>