Shades of Chilean Fire #DF5538
Tints of Chilean Fire #DF5538
RGB
CMYK
RGB Variations
Color information
#DF5538 (or 0xDF5538) is known color: Chilean Fire. HEX triplet: DF, 55 and 38. RGB value is (223,85,56). Sum of RGB (Red+Green+Blue) = 223+85+56=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5538 is #20AAC7. Grayscale: #7B7B7B. Windows color (decimal): -2140872 or 3691999. OLE color: 3691999.
HSL color Cylindrical-coordinate representation of color #DF5538: hue angle of 10.42º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF5538 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 56 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.13 |
| HSL | 10.42º | 0.72% | 0.55% | - |
| HSV(B) | 10.42º | 0.75% | 0.87% | - |
| XYZ | 34.39 | 22.47 | 6.27 | - |
| YUV | 122.96 | 90.22 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 56 | 0 | 0.62 | 0.75 | 0.13 | 10.42 | 0.72 | 0.55 |
| Hex | DF | 55 | 38 | 0 | 3E | 4B | D | A | 48 | 37 |
| Octal | 337 | 125 | 70 | 0 | 76 | 113 | 15 | 12 | 110 | 67 |
| Binary | 11011111 | 1010101 | 111000 | 0 | 111110 | 1001011 | 1101 | 1010 | 1001000 | 110111 |
Color Harmonies of #DF5538
Complementary color
Monochromatic Colors of #DF5538
Black with #DF5538
Text Example
Text Example
White with #DF5538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5538; }
p { color: rgb(223,85,56); }
H1.HeaderClassName
{
color: #DF5538;
}
.AnyTagClassName
{
color: #DF5538;
}
</style>
background-color css
<style>
a { background-color: #DF5538; }
a { background-color: rgb(223,85,56); }
div.DivClassName
{
background-color: #DF5538;
}
.BgClassName
{
background-color: #DF5538;
}
</style>
border-color css
<style>
span { border-color: #DF5538; }
span { border-color: rgb(223,85,56); }
td.TdClassName
{
border-color: #DF5538;
}
.TagClassName
{
border-color: #DF5538;
}
</style>