Shades of Chilean Fire #DF5228
Tints of Chilean Fire #DF5228
RGB
CMYK
RGB Variations
Color information
#DF5228 (or 0xDF5228) is known color: Chilean Fire. HEX triplet: DF, 52 and 28. RGB value is (223,82,40). Sum of RGB (Red+Green+Blue) = 223+82+40=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5228 is #20ADD7. Grayscale: #777777. Windows color (decimal): -2141656 or 2642655. OLE color: 2642655.
HSL color Cylindrical-coordinate representation of color #DF5228: hue angle of 13.77º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF5228 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 40 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.13 |
| HSL | 13.77º | 0.74% | 0.52% | - |
| HSV(B) | 13.77º | 0.82% | 0.87% | - |
| XYZ | 33.83 | 21.88 | 4.45 | - |
| YUV | 119.37 | 83.21 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 40 | 0 | 0.63 | 0.82 | 0.13 | 13.77 | 0.74 | 0.52 |
| Hex | DF | 52 | 28 | 0 | 3F | 52 | D | E | 4A | 34 |
| Octal | 337 | 122 | 50 | 0 | 77 | 122 | 15 | 16 | 112 | 64 |
| Binary | 11011111 | 1010010 | 101000 | 0 | 111111 | 1010010 | 1101 | 1110 | 1001010 | 110100 |
Color Harmonies of #DF5228
Complementary color
Monochromatic Colors of #DF5228
Black with #DF5228
Text Example
Text Example
White with #DF5228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5228; }
p { color: rgb(223,82,40); }
H1.HeaderClassName
{
color: #DF5228;
}
.AnyTagClassName
{
color: #DF5228;
}
</style>
background-color css
<style>
a { background-color: #DF5228; }
a { background-color: rgb(223,82,40); }
div.DivClassName
{
background-color: #DF5228;
}
.BgClassName
{
background-color: #DF5228;
}
</style>
border-color css
<style>
span { border-color: #DF5228; }
span { border-color: rgb(223,82,40); }
td.TdClassName
{
border-color: #DF5228;
}
.TagClassName
{
border-color: #DF5228;
}
</style>