Shades of Chilean Fire #DF5527
Tints of Chilean Fire #DF5527
RGB
CMYK
RGB Variations
Color information
#DF5527 (or 0xDF5527) is known color: Chilean Fire. HEX triplet: DF, 55 and 27. RGB value is (223,85,39). Sum of RGB (Red+Green+Blue) = 223+85+39=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5527 is #20AAD8. Grayscale: #797979. Windows color (decimal): -2140889 or 2577887. OLE color: 2577887.
HSL color Cylindrical-coordinate representation of color #DF5527: hue angle of 15º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF5527 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 39 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.13 |
| HSL | 15º | 0.74% | 0.51% | - |
| HSV(B) | 15º | 0.83% | 0.87% | - |
| XYZ | 34.05 | 22.33 | 4.44 | - |
| YUV | 121.02 | 81.72 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 39 | 0 | 0.62 | 0.83 | 0.13 | 15 | 0.74 | 0.51 |
| Hex | DF | 55 | 27 | 0 | 3E | 53 | D | F | 4A | 33 |
| Octal | 337 | 125 | 47 | 0 | 76 | 123 | 15 | 17 | 112 | 63 |
| Binary | 11011111 | 1010101 | 100111 | 0 | 111110 | 1010011 | 1101 | 1111 | 1001010 | 110011 |
Color Harmonies of #DF5527
Complementary color
Monochromatic Colors of #DF5527
Black with #DF5527
Text Example
Text Example
White with #DF5527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5527; }
p { color: rgb(223,85,39); }
H1.HeaderClassName
{
color: #DF5527;
}
.AnyTagClassName
{
color: #DF5527;
}
</style>
background-color css
<style>
a { background-color: #DF5527; }
a { background-color: rgb(223,85,39); }
div.DivClassName
{
background-color: #DF5527;
}
.BgClassName
{
background-color: #DF5527;
}
</style>
border-color css
<style>
span { border-color: #DF5527; }
span { border-color: rgb(223,85,39); }
td.TdClassName
{
border-color: #DF5527;
}
.TagClassName
{
border-color: #DF5527;
}
</style>