Shades of Chilean Fire #DD582C
Tints of Chilean Fire #DD582C
RGB
CMYK
RGB Variations
Color information
#DD582C (or 0xDD582C) is known color: Chilean Fire. HEX triplet: DD, 58 and 2C. RGB value is (221,88,44). Sum of RGB (Red+Green+Blue) = 221+88+44=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD582C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD582C is #22A7D3. Grayscale: #7B7B7B. Windows color (decimal): -2271188 or 2906333. OLE color: 2906333.
HSL color Cylindrical-coordinate representation of color #DD582C: hue angle of 14.92º degrees, saturation: 0.72, 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 #DD582C is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 44 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.13 |
| HSL | 14.92º | 0.72% | 0.52% | - |
| HSV(B) | 14.92º | 0.8% | 0.87% | - |
| XYZ | 33.76 | 22.53 | 4.95 | - |
| YUV | 122.75 | 83.56 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 44 | 0 | 0.60 | 0.80 | 0.13 | 14.92 | 0.72 | 0.52 |
| Hex | DD | 58 | 2C | 0 | 3C | 50 | D | F | 48 | 34 |
| Octal | 335 | 130 | 54 | 0 | 74 | 120 | 15 | 17 | 110 | 64 |
| Binary | 11011101 | 1011000 | 101100 | 0 | 111100 | 1010000 | 1101 | 1111 | 1001000 | 110100 |
Color Harmonies of #DD582C
Complementary color
Monochromatic Colors of #DD582C
Black with #DD582C
Text Example
Text Example
White with #DD582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD582C; }
p { color: rgb(221,88,44); }
H1.HeaderClassName
{
color: #DD582C;
}
.AnyTagClassName
{
color: #DD582C;
}
</style>
background-color css
<style>
a { background-color: #DD582C; }
a { background-color: rgb(221,88,44); }
div.DivClassName
{
background-color: #DD582C;
}
.BgClassName
{
background-color: #DD582C;
}
</style>
border-color css
<style>
span { border-color: #DD582C; }
span { border-color: rgb(221,88,44); }
td.TdClassName
{
border-color: #DD582C;
}
.TagClassName
{
border-color: #DD582C;
}
</style>