Shades of Chilean Fire #DF572D
Tints of Chilean Fire #DF572D
RGB
CMYK
RGB Variations
Color information
#DF572D (or 0xDF572D) is known color: Chilean Fire. HEX triplet: DF, 57 and 2D. RGB value is (223,87,45). Sum of RGB (Red+Green+Blue) = 223+87+45=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF572D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF572D is #20A8D2. Grayscale: #7B7B7B. Windows color (decimal): -2140371 or 2971615. OLE color: 2971615.
HSL color Cylindrical-coordinate representation of color #DF572D: hue angle of 14.16º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF572D is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 87 | 45 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.13 |
| HSL | 14.16º | 0.74% | 0.53% | - |
| HSV(B) | 14.16º | 0.8% | 0.87% | - |
| XYZ | 34.31 | 22.69 | 5.05 | - |
| YUV | 122.88 | 84.06 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 45 | 0 | 0.61 | 0.80 | 0.13 | 14.16 | 0.74 | 0.53 |
| Hex | DF | 57 | 2D | 0 | 3D | 50 | D | E | 4A | 35 |
| Octal | 337 | 127 | 55 | 0 | 75 | 120 | 15 | 16 | 112 | 65 |
| Binary | 11011111 | 1010111 | 101101 | 0 | 111101 | 1010000 | 1101 | 1110 | 1001010 | 110101 |
Color Harmonies of #DF572D
Complementary color
Monochromatic Colors of #DF572D
Black with #DF572D
Text Example
Text Example
White with #DF572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF572D; }
p { color: rgb(223,87,45); }
H1.HeaderClassName
{
color: #DF572D;
}
.AnyTagClassName
{
color: #DF572D;
}
</style>
background-color css
<style>
a { background-color: #DF572D; }
a { background-color: rgb(223,87,45); }
div.DivClassName
{
background-color: #DF572D;
}
.BgClassName
{
background-color: #DF572D;
}
</style>
border-color css
<style>
span { border-color: #DF572D; }
span { border-color: rgb(223,87,45); }
td.TdClassName
{
border-color: #DF572D;
}
.TagClassName
{
border-color: #DF572D;
}
</style>