Shades of Chilean Fire #DF5322
Tints of Chilean Fire #DF5322
RGB
CMYK
RGB Variations
Color information
#DF5322 (or 0xDF5322) is known color: Chilean Fire. HEX triplet: DF, 53 and 22. RGB value is (223,83,34). Sum of RGB (Red+Green+Blue) = 223+83+34=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5322 is #20ACDD. Grayscale: #777777. Windows color (decimal): -2141406 or 2249695. OLE color: 2249695.
HSL color Cylindrical-coordinate representation of color #DF5322: hue angle of 15.56º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF5322 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 34 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.13 |
| HSL | 15.56º | 0.75% | 0.5% | - |
| HSV(B) | 15.56º | 0.85% | 0.87% | - |
| XYZ | 33.81 | 21.99 | 3.98 | - |
| YUV | 119.27 | 79.88 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 34 | 0 | 0.63 | 0.85 | 0.13 | 15.56 | 0.75 | 0.5 |
| Hex | DF | 53 | 22 | 0 | 3F | 55 | D | 10 | 4B | 32 |
| Octal | 337 | 123 | 42 | 0 | 77 | 125 | 15 | 20 | 113 | 62 |
| Binary | 11011111 | 1010011 | 100010 | 0 | 111111 | 1010101 | 1101 | 10000 | 1001011 | 110010 |
Color Harmonies of #DF5322
Complementary color
Monochromatic Colors of #DF5322
Black with #DF5322
Text Example
Text Example
White with #DF5322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5322; }
p { color: rgb(223,83,34); }
H1.HeaderClassName
{
color: #DF5322;
}
.AnyTagClassName
{
color: #DF5322;
}
</style>
background-color css
<style>
a { background-color: #DF5322; }
a { background-color: rgb(223,83,34); }
div.DivClassName
{
background-color: #DF5322;
}
.BgClassName
{
background-color: #DF5322;
}
</style>
border-color css
<style>
span { border-color: #DF5322; }
span { border-color: rgb(223,83,34); }
td.TdClassName
{
border-color: #DF5322;
}
.TagClassName
{
border-color: #DF5322;
}
</style>