Shades of Chilean Fire #DF532C
Tints of Chilean Fire #DF532C
RGB
CMYK
RGB Variations
Color information
#DF532C (or 0xDF532C) is known color: Chilean Fire. HEX triplet: DF, 53 and 2C. RGB value is (223,83,44). Sum of RGB (Red+Green+Blue) = 223+83+44=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF532C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF532C is #20ACD3. Grayscale: #787878. Windows color (decimal): -2141396 or 2905055. OLE color: 2905055.
HSL color Cylindrical-coordinate representation of color #DF532C: hue angle of 13.07º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF532C is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 44 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.13 |
| HSL | 13.07º | 0.74% | 0.52% | - |
| HSV(B) | 13.07º | 0.8% | 0.87% | - |
| XYZ | 33.98 | 22.06 | 4.85 | - |
| YUV | 120.41 | 84.88 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 44 | 0 | 0.63 | 0.80 | 0.13 | 13.07 | 0.74 | 0.52 |
| Hex | DF | 53 | 2C | 0 | 3F | 50 | D | D | 4A | 34 |
| Octal | 337 | 123 | 54 | 0 | 77 | 120 | 15 | 15 | 112 | 64 |
| Binary | 11011111 | 1010011 | 101100 | 0 | 111111 | 1010000 | 1101 | 1101 | 1001010 | 110100 |
Color Harmonies of #DF532C
Complementary color
Monochromatic Colors of #DF532C
Black with #DF532C
Text Example
Text Example
White with #DF532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF532C; }
p { color: rgb(223,83,44); }
H1.HeaderClassName
{
color: #DF532C;
}
.AnyTagClassName
{
color: #DF532C;
}
</style>
background-color css
<style>
a { background-color: #DF532C; }
a { background-color: rgb(223,83,44); }
div.DivClassName
{
background-color: #DF532C;
}
.BgClassName
{
background-color: #DF532C;
}
</style>
border-color css
<style>
span { border-color: #DF532C; }
span { border-color: rgb(223,83,44); }
td.TdClassName
{
border-color: #DF532C;
}
.TagClassName
{
border-color: #DF532C;
}
</style>