Shades of Chilean Fire #DF501E
Tints of Chilean Fire #DF501E
RGB
CMYK
RGB Variations
Color information
#DF501E (or 0xDF501E) is known color: Chilean Fire. HEX triplet: DF, 50 and 1E. RGB value is (223,80,30). Sum of RGB (Red+Green+Blue) = 223+80+30=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF501E is #20AFE1. Grayscale: #757575. Windows color (decimal): -2142178 or 1986783. OLE color: 1986783.
HSL color Cylindrical-coordinate representation of color #DF501E: hue angle of 15.54º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF501E is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 30 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.13 |
| HSL | 15.54º | 0.76% | 0.5% | - |
| HSV(B) | 15.54º | 0.87% | 0.87% | - |
| XYZ | 33.53 | 21.52 | 3.61 | - |
| YUV | 117.06 | 78.88 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 30 | 0 | 0.64 | 0.87 | 0.13 | 15.54 | 0.76 | 0.5 |
| Hex | DF | 50 | 1E | 0 | 40 | 57 | D | 10 | 4C | 32 |
| Octal | 337 | 120 | 36 | 0 | 100 | 127 | 15 | 20 | 114 | 62 |
| Binary | 11011111 | 1010000 | 11110 | 0 | 1000000 | 1010111 | 1101 | 10000 | 1001100 | 110010 |
Color Harmonies of #DF501E
Complementary color
Monochromatic Colors of #DF501E
Black with #DF501E
Text Example
Text Example
White with #DF501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF501E; }
p { color: rgb(223,80,30); }
H1.HeaderClassName
{
color: #DF501E;
}
.AnyTagClassName
{
color: #DF501E;
}
</style>
background-color css
<style>
a { background-color: #DF501E; }
a { background-color: rgb(223,80,30); }
div.DivClassName
{
background-color: #DF501E;
}
.BgClassName
{
background-color: #DF501E;
}
</style>
border-color css
<style>
span { border-color: #DF501E; }
span { border-color: rgb(223,80,30); }
td.TdClassName
{
border-color: #DF501E;
}
.TagClassName
{
border-color: #DF501E;
}
</style>