Shades of Chilean Fire #DD5521
Tints of Chilean Fire #DD5521
RGB
CMYK
RGB Variations
Color information
#DD5521 (or 0xDD5521) is known color: Chilean Fire. HEX triplet: DD, 55 and 21. RGB value is (221,85,33). Sum of RGB (Red+Green+Blue) = 221+85+33=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5521 is #22AADE. Grayscale: #787878. Windows color (decimal): -2271967 or 2184669. OLE color: 2184669.
HSL color Cylindrical-coordinate representation of color #DD5521: hue angle of 16.6º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD5521 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 33 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.13 |
| HSL | 16.6º | 0.74% | 0.5% | - |
| HSV(B) | 16.6º | 0.85% | 0.87% | - |
| XYZ | 33.34 | 21.98 | 3.92 | - |
| YUV | 119.74 | 79.06 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 33 | 0 | 0.62 | 0.85 | 0.13 | 16.6 | 0.74 | 0.5 |
| Hex | DD | 55 | 21 | 0 | 3E | 55 | D | 11 | 4A | 32 |
| Octal | 335 | 125 | 41 | 0 | 76 | 125 | 15 | 21 | 112 | 62 |
| Binary | 11011101 | 1010101 | 100001 | 0 | 111110 | 1010101 | 1101 | 10001 | 1001010 | 110010 |
Color Harmonies of #DD5521
Complementary color
Monochromatic Colors of #DD5521
Black with #DD5521
Text Example
Text Example
White with #DD5521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5521; }
p { color: rgb(221,85,33); }
H1.HeaderClassName
{
color: #DD5521;
}
.AnyTagClassName
{
color: #DD5521;
}
</style>
background-color css
<style>
a { background-color: #DD5521; }
a { background-color: rgb(221,85,33); }
div.DivClassName
{
background-color: #DD5521;
}
.BgClassName
{
background-color: #DD5521;
}
</style>
border-color css
<style>
span { border-color: #DD5521; }
span { border-color: rgb(221,85,33); }
td.TdClassName
{
border-color: #DD5521;
}
.TagClassName
{
border-color: #DD5521;
}
</style>