Shades of Chilean Fire #DF5E2C
Tints of Chilean Fire #DF5E2C
RGB
CMYK
RGB Variations
Color information
#DF5E2C (or 0xDF5E2C) is known color: Chilean Fire. HEX triplet: DF, 5E and 2C. RGB value is (223,94,44). Sum of RGB (Red+Green+Blue) = 223+94+44=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5E2C is #20A1D3. Grayscale: #7F7F7F. Windows color (decimal): -2138580 or 2907871. OLE color: 2907871.
HSL color Cylindrical-coordinate representation of color #DF5E2C: hue angle of 16.76º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF5E2C is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 94 | 44 | - |
CMYK | 0 | 0.58 | 0.80 | 0.13 |
HSL | 16.76º | 0.74% | 0.52% | - |
HSV(B) | 16.76º | 0.8% | 0.87% | - |
XYZ | 34.89 | 23.88 | 5.15 | - |
YUV | 126.87 | 81.24 | 196.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 94 | 44 | 0 | 0.58 | 0.80 | 0.13 | 16.76 | 0.74 | 0.52 |
Hex | DF | 5E | 2C | 0 | 3A | 50 | D | 11 | 4A | 34 |
Octal | 337 | 136 | 54 | 0 | 72 | 120 | 15 | 21 | 112 | 64 |
Binary | 11011111 | 1011110 | 101100 | 0 | 111010 | 1010000 | 1101 | 10001 | 1001010 | 110100 |
Color Harmonies of #DF5E2C
Complementary color
Monochromatic Colors of #DF5E2C
Black with #DF5E2C
Text Example
Text Example
White with #DF5E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5E2C; }
p { color: rgb(223,94,44); }
H1.HeaderClassName
{
color: #DF5E2C;
}
.AnyTagClassName
{
color: #DF5E2C;
}
</style>
background-color css
<style>
a { background-color: #DF5E2C; }
a { background-color: rgb(223,94,44); }
div.DivClassName
{
background-color: #DF5E2C;
}
.BgClassName
{
background-color: #DF5E2C;
}
</style>
border-color css
<style>
span { border-color: #DF5E2C; }
span { border-color: rgb(223,94,44); }
td.TdClassName
{
border-color: #DF5E2C;
}
.TagClassName
{
border-color: #DF5E2C;
}
</style>