Shades of Chilean Fire #DF5330
Tints of Chilean Fire #DF5330
RGB
CMYK
RGB Variations
Color information
#DF5330 (or 0xDF5330) is known color: Chilean Fire. HEX triplet: DF, 53 and 30. RGB value is (223,83,48). Sum of RGB (Red+Green+Blue) = 223+83+48=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5330 is #20ACCF. Grayscale: #797979. Windows color (decimal): -2141392 or 3167199. OLE color: 3167199.
HSL color Cylindrical-coordinate representation of color #DF5330: hue angle of 12º 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 #DF5330 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 48 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.13 |
| HSL | 12º | 0.73% | 0.53% | - |
| HSV(B) | 12º | 0.78% | 0.87% | - |
| XYZ | 34.06 | 22.09 | 5.26 | - |
| YUV | 120.87 | 86.88 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 48 | 0 | 0.63 | 0.78 | 0.13 | 12 | 0.73 | 0.53 |
| Hex | DF | 53 | 30 | 0 | 3F | 4E | D | C | 49 | 35 |
| Octal | 337 | 123 | 60 | 0 | 77 | 116 | 15 | 14 | 111 | 65 |
| Binary | 11011111 | 1010011 | 110000 | 0 | 111111 | 1001110 | 1101 | 1100 | 1001001 | 110101 |
Color Harmonies of #DF5330
Complementary color
Monochromatic Colors of #DF5330
Black with #DF5330
Text Example
Text Example
White with #DF5330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5330; }
p { color: rgb(223,83,48); }
H1.HeaderClassName
{
color: #DF5330;
}
.AnyTagClassName
{
color: #DF5330;
}
</style>
background-color css
<style>
a { background-color: #DF5330; }
a { background-color: rgb(223,83,48); }
div.DivClassName
{
background-color: #DF5330;
}
.BgClassName
{
background-color: #DF5330;
}
</style>
border-color css
<style>
span { border-color: #DF5330; }
span { border-color: rgb(223,83,48); }
td.TdClassName
{
border-color: #DF5330;
}
.TagClassName
{
border-color: #DF5330;
}
</style>