Shades of Chilean Fire #DF5534
Tints of Chilean Fire #DF5534
RGB
CMYK
RGB Variations
Color information
#DF5534 (or 0xDF5534) is known color: Chilean Fire. HEX triplet: DF, 55 and 34. RGB value is (223,85,52). Sum of RGB (Red+Green+Blue) = 223+85+52=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5534 is #20AACB. Grayscale: #7A7A7A. Windows color (decimal): -2140876 or 3429855. OLE color: 3429855.
HSL color Cylindrical-coordinate representation of color #DF5534: hue angle of 11.58º 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 #DF5534 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 52 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.13 |
| HSL | 11.58º | 0.73% | 0.54% | - |
| HSV(B) | 11.58º | 0.77% | 0.87% | - |
| XYZ | 34.3 | 22.43 | 5.77 | - |
| YUV | 122.5 | 88.22 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 52 | 0 | 0.62 | 0.77 | 0.13 | 11.58 | 0.73 | 0.54 |
| Hex | DF | 55 | 34 | 0 | 3E | 4D | D | C | 49 | 36 |
| Octal | 337 | 125 | 64 | 0 | 76 | 115 | 15 | 14 | 111 | 66 |
| Binary | 11011111 | 1010101 | 110100 | 0 | 111110 | 1001101 | 1101 | 1100 | 1001001 | 110110 |
Color Harmonies of #DF5534
Complementary color
Monochromatic Colors of #DF5534
Black with #DF5534
Text Example
Text Example
White with #DF5534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5534; }
p { color: rgb(223,85,52); }
H1.HeaderClassName
{
color: #DF5534;
}
.AnyTagClassName
{
color: #DF5534;
}
</style>
background-color css
<style>
a { background-color: #DF5534; }
a { background-color: rgb(223,85,52); }
div.DivClassName
{
background-color: #DF5534;
}
.BgClassName
{
background-color: #DF5534;
}
</style>
border-color css
<style>
span { border-color: #DF5534; }
span { border-color: rgb(223,85,52); }
td.TdClassName
{
border-color: #DF5534;
}
.TagClassName
{
border-color: #DF5534;
}
</style>