Shades of Chilean Fire #DF5733
Tints of Chilean Fire #DF5733
RGB
CMYK
RGB Variations
Color information
#DF5733 (or 0xDF5733) is known color: Chilean Fire. HEX triplet: DF, 57 and 33. RGB value is (223,87,51). Sum of RGB (Red+Green+Blue) = 223+87+51=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5733 is #20A8CC. Grayscale: #7B7B7B. Windows color (decimal): -2140365 or 3364831. OLE color: 3364831.
HSL color Cylindrical-coordinate representation of color #DF5733: hue angle of 12.56º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF5733 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 87 | 51 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.13 |
| HSL | 12.56º | 0.73% | 0.54% | - |
| HSV(B) | 12.56º | 0.77% | 0.87% | - |
| XYZ | 34.44 | 22.74 | 5.71 | - |
| YUV | 123.56 | 87.06 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 51 | 0 | 0.61 | 0.77 | 0.13 | 12.56 | 0.73 | 0.54 |
| Hex | DF | 57 | 33 | 0 | 3D | 4D | D | D | 49 | 36 |
| Octal | 337 | 127 | 63 | 0 | 75 | 115 | 15 | 15 | 111 | 66 |
| Binary | 11011111 | 1010111 | 110011 | 0 | 111101 | 1001101 | 1101 | 1101 | 1001001 | 110110 |
Color Harmonies of #DF5733
Complementary color
Monochromatic Colors of #DF5733
Black with #DF5733
Text Example
Text Example
White with #DF5733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5733; }
p { color: rgb(223,87,51); }
H1.HeaderClassName
{
color: #DF5733;
}
.AnyTagClassName
{
color: #DF5733;
}
</style>
background-color css
<style>
a { background-color: #DF5733; }
a { background-color: rgb(223,87,51); }
div.DivClassName
{
background-color: #DF5733;
}
.BgClassName
{
background-color: #DF5733;
}
</style>
border-color css
<style>
span { border-color: #DF5733; }
span { border-color: rgb(223,87,51); }
td.TdClassName
{
border-color: #DF5733;
}
.TagClassName
{
border-color: #DF5733;
}
</style>