Shades of Chilean Fire #DF582D
Tints of Chilean Fire #DF582D
RGB
CMYK
RGB Variations
Color information
#DF582D (or 0xDF582D) is known color: Chilean Fire. HEX triplet: DF, 58 and 2D. RGB value is (223,88,45). Sum of RGB (Red+Green+Blue) = 223+88+45=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF582D is #20A7D2. Grayscale: #7B7B7B. Windows color (decimal): -2140115 or 2971871. OLE color: 2971871.
HSL color Cylindrical-coordinate representation of color #DF582D: hue angle of 14.49º 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 #DF582D is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 45 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.13 |
| HSL | 14.49º | 0.74% | 0.53% | - |
| HSV(B) | 14.49º | 0.8% | 0.87% | - |
| XYZ | 34.39 | 22.86 | 5.08 | - |
| YUV | 123.46 | 83.73 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 45 | 0 | 0.61 | 0.80 | 0.13 | 14.49 | 0.74 | 0.53 |
| Hex | DF | 58 | 2D | 0 | 3D | 50 | D | E | 4A | 35 |
| Octal | 337 | 130 | 55 | 0 | 75 | 120 | 15 | 16 | 112 | 65 |
| Binary | 11011111 | 1011000 | 101101 | 0 | 111101 | 1010000 | 1101 | 1110 | 1001010 | 110101 |
Color Harmonies of #DF582D
Complementary color
Monochromatic Colors of #DF582D
Black with #DF582D
Text Example
Text Example
White with #DF582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF582D; }
p { color: rgb(223,88,45); }
H1.HeaderClassName
{
color: #DF582D;
}
.AnyTagClassName
{
color: #DF582D;
}
</style>
background-color css
<style>
a { background-color: #DF582D; }
a { background-color: rgb(223,88,45); }
div.DivClassName
{
background-color: #DF582D;
}
.BgClassName
{
background-color: #DF582D;
}
</style>
border-color css
<style>
span { border-color: #DF582D; }
span { border-color: rgb(223,88,45); }
td.TdClassName
{
border-color: #DF582D;
}
.TagClassName
{
border-color: #DF582D;
}
</style>