Shades of Chilean Fire #DF5834
Tints of Chilean Fire #DF5834
RGB
CMYK
RGB Variations
Color information
#DF5834 (or 0xDF5834) is known color: Chilean Fire. HEX triplet: DF, 58 and 34. RGB value is (223,88,52). Sum of RGB (Red+Green+Blue) = 223+88+52=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5834 is #20A7CB. Grayscale: #7C7C7C. Windows color (decimal): -2140108 or 3430623. OLE color: 3430623.
HSL color Cylindrical-coordinate representation of color #DF5834: hue angle of 12.63º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF5834 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 52 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.13 |
| HSL | 12.63º | 0.73% | 0.54% | - |
| HSV(B) | 12.63º | 0.77% | 0.87% | - |
| XYZ | 34.54 | 22.92 | 5.85 | - |
| YUV | 124.26 | 87.23 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 52 | 0 | 0.61 | 0.77 | 0.13 | 12.63 | 0.73 | 0.54 |
| Hex | DF | 58 | 34 | 0 | 3D | 4D | D | D | 49 | 36 |
| Octal | 337 | 130 | 64 | 0 | 75 | 115 | 15 | 15 | 111 | 66 |
| Binary | 11011111 | 1011000 | 110100 | 0 | 111101 | 1001101 | 1101 | 1101 | 1001001 | 110110 |
Color Harmonies of #DF5834
Complementary color
Monochromatic Colors of #DF5834
Black with #DF5834
Text Example
Text Example
White with #DF5834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5834; }
p { color: rgb(223,88,52); }
H1.HeaderClassName
{
color: #DF5834;
}
.AnyTagClassName
{
color: #DF5834;
}
</style>
background-color css
<style>
a { background-color: #DF5834; }
a { background-color: rgb(223,88,52); }
div.DivClassName
{
background-color: #DF5834;
}
.BgClassName
{
background-color: #DF5834;
}
</style>
border-color css
<style>
span { border-color: #DF5834; }
span { border-color: rgb(223,88,52); }
td.TdClassName
{
border-color: #DF5834;
}
.TagClassName
{
border-color: #DF5834;
}
</style>