Shades of Chilean Fire #DF5C30
Tints of Chilean Fire #DF5C30
RGB
CMYK
RGB Variations
Color information
#DF5C30 (or 0xDF5C30) is known color: Chilean Fire. HEX triplet: DF, 5C and 30. RGB value is (223,92,48). Sum of RGB (Red+Green+Blue) = 223+92+48=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5C30 is #20A3CF. Grayscale: #7E7E7E. Windows color (decimal): -2139088 or 3169503. OLE color: 3169503.
HSL color Cylindrical-coordinate representation of color #DF5C30: hue angle of 15.09º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF5C30 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 48 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.13 |
| HSL | 15.09º | 0.73% | 0.53% | - |
| HSV(B) | 15.09º | 0.78% | 0.87% | - |
| XYZ | 34.79 | 23.56 | 5.51 | - |
| YUV | 126.15 | 83.9 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 48 | 0 | 0.59 | 0.78 | 0.13 | 15.09 | 0.73 | 0.53 |
| Hex | DF | 5C | 30 | 0 | 3B | 4E | D | F | 49 | 35 |
| Octal | 337 | 134 | 60 | 0 | 73 | 116 | 15 | 17 | 111 | 65 |
| Binary | 11011111 | 1011100 | 110000 | 0 | 111011 | 1001110 | 1101 | 1111 | 1001001 | 110101 |
Color Harmonies of #DF5C30
Complementary color
Monochromatic Colors of #DF5C30
Black with #DF5C30
Text Example
Text Example
White with #DF5C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C30; }
p { color: rgb(223,92,48); }
H1.HeaderClassName
{
color: #DF5C30;
}
.AnyTagClassName
{
color: #DF5C30;
}
</style>
background-color css
<style>
a { background-color: #DF5C30; }
a { background-color: rgb(223,92,48); }
div.DivClassName
{
background-color: #DF5C30;
}
.BgClassName
{
background-color: #DF5C30;
}
</style>
border-color css
<style>
span { border-color: #DF5C30; }
span { border-color: rgb(223,92,48); }
td.TdClassName
{
border-color: #DF5C30;
}
.TagClassName
{
border-color: #DF5C30;
}
</style>