Shades of Chilean Fire #DF5434
Tints of Chilean Fire #DF5434
RGB
CMYK
RGB Variations
Color information
#DF5434 (or 0xDF5434) is known color: Chilean Fire. HEX triplet: DF, 54 and 34. RGB value is (223,84,52). Sum of RGB (Red+Green+Blue) = 223+84+52=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5434 is #20ABCB. Grayscale: #7A7A7A. Windows color (decimal): -2141132 or 3429599. OLE color: 3429599.
HSL color Cylindrical-coordinate representation of color #DF5434: hue angle of 11.23º 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 #DF5434 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 52 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.13 |
| HSL | 11.23º | 0.73% | 0.54% | - |
| HSV(B) | 11.23º | 0.77% | 0.87% | - |
| XYZ | 34.22 | 22.28 | 5.74 | - |
| YUV | 121.91 | 88.55 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 52 | 0 | 0.62 | 0.77 | 0.13 | 11.23 | 0.73 | 0.54 |
| Hex | DF | 54 | 34 | 0 | 3E | 4D | D | B | 49 | 36 |
| Octal | 337 | 124 | 64 | 0 | 76 | 115 | 15 | 13 | 111 | 66 |
| Binary | 11011111 | 1010100 | 110100 | 0 | 111110 | 1001101 | 1101 | 1011 | 1001001 | 110110 |
Color Harmonies of #DF5434
Complementary color
Monochromatic Colors of #DF5434
Black with #DF5434
Text Example
Text Example
White with #DF5434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5434; }
p { color: rgb(223,84,52); }
H1.HeaderClassName
{
color: #DF5434;
}
.AnyTagClassName
{
color: #DF5434;
}
</style>
background-color css
<style>
a { background-color: #DF5434; }
a { background-color: rgb(223,84,52); }
div.DivClassName
{
background-color: #DF5434;
}
.BgClassName
{
background-color: #DF5434;
}
</style>
border-color css
<style>
span { border-color: #DF5434; }
span { border-color: rgb(223,84,52); }
td.TdClassName
{
border-color: #DF5434;
}
.TagClassName
{
border-color: #DF5434;
}
</style>