Shades of Chilean Fire #DD5624
Tints of Chilean Fire #DD5624
RGB
CMYK
RGB Variations
Color information
#DD5624 (or 0xDD5624) is known color: Chilean Fire. HEX triplet: DD, 56 and 24. RGB value is (221,86,36). Sum of RGB (Red+Green+Blue) = 221+86+36=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5624 is #22A9DB. Grayscale: #787878. Windows color (decimal): -2271708 or 2381533. OLE color: 2381533.
HSL color Cylindrical-coordinate representation of color #DD5624: hue angle of 16.22º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD5624 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 36 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.13 |
| HSL | 16.22º | 0.73% | 0.5% | - |
| HSV(B) | 16.22º | 0.84% | 0.87% | - |
| XYZ | 33.47 | 22.16 | 4.18 | - |
| YUV | 120.67 | 80.23 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 36 | 0 | 0.61 | 0.84 | 0.13 | 16.22 | 0.73 | 0.5 |
| Hex | DD | 56 | 24 | 0 | 3D | 54 | D | 10 | 49 | 32 |
| Octal | 335 | 126 | 44 | 0 | 75 | 124 | 15 | 20 | 111 | 62 |
| Binary | 11011101 | 1010110 | 100100 | 0 | 111101 | 1010100 | 1101 | 10000 | 1001001 | 110010 |
Color Harmonies of #DD5624
Complementary color
Monochromatic Colors of #DD5624
Black with #DD5624
Text Example
Text Example
White with #DD5624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5624; }
p { color: rgb(221,86,36); }
H1.HeaderClassName
{
color: #DD5624;
}
.AnyTagClassName
{
color: #DD5624;
}
</style>
background-color css
<style>
a { background-color: #DD5624; }
a { background-color: rgb(221,86,36); }
div.DivClassName
{
background-color: #DD5624;
}
.BgClassName
{
background-color: #DD5624;
}
</style>
border-color css
<style>
span { border-color: #DD5624; }
span { border-color: rgb(221,86,36); }
td.TdClassName
{
border-color: #DD5624;
}
.TagClassName
{
border-color: #DD5624;
}
</style>