Shades of Chilean Fire #DF511E
Tints of Chilean Fire #DF511E
RGB
CMYK
RGB Variations
Color information
#DF511E (or 0xDF511E) is known color: Chilean Fire. HEX triplet: DF, 51 and 1E. RGB value is (223,81,30). Sum of RGB (Red+Green+Blue) = 223+81+30=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF511E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF511E is #20AEE1. Grayscale: #757575. Windows color (decimal): -2141922 or 1987039. OLE color: 1987039.
HSL color Cylindrical-coordinate representation of color #DF511E: hue angle of 15.85º 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 #DF511E is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 30 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.13 |
| HSL | 15.85º | 0.76% | 0.5% | - |
| HSV(B) | 15.85º | 0.87% | 0.87% | - |
| XYZ | 33.61 | 21.67 | 3.64 | - |
| YUV | 117.64 | 78.54 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 30 | 0 | 0.64 | 0.87 | 0.13 | 15.85 | 0.76 | 0.5 |
| Hex | DF | 51 | 1E | 0 | 40 | 57 | D | 10 | 4C | 32 |
| Octal | 337 | 121 | 36 | 0 | 100 | 127 | 15 | 20 | 114 | 62 |
| Binary | 11011111 | 1010001 | 11110 | 0 | 1000000 | 1010111 | 1101 | 10000 | 1001100 | 110010 |
Color Harmonies of #DF511E
Complementary color
Monochromatic Colors of #DF511E
Black with #DF511E
Text Example
Text Example
White with #DF511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF511E; }
p { color: rgb(223,81,30); }
H1.HeaderClassName
{
color: #DF511E;
}
.AnyTagClassName
{
color: #DF511E;
}
</style>
background-color css
<style>
a { background-color: #DF511E; }
a { background-color: rgb(223,81,30); }
div.DivClassName
{
background-color: #DF511E;
}
.BgClassName
{
background-color: #DF511E;
}
</style>
border-color css
<style>
span { border-color: #DF511E; }
span { border-color: rgb(223,81,30); }
td.TdClassName
{
border-color: #DF511E;
}
.TagClassName
{
border-color: #DF511E;
}
</style>