Shades of Chilean Fire #DD5329
Tints of Chilean Fire #DD5329
RGB
CMYK
RGB Variations
Color information
#DD5329 (or 0xDD5329) is known color: Chilean Fire. HEX triplet: DD, 53 and 29. RGB value is (221,83,41). Sum of RGB (Red+Green+Blue) = 221+83+41=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5329 is #22ACD6. Grayscale: #777777. Windows color (decimal): -2272471 or 2708445. OLE color: 2708445.
HSL color Cylindrical-coordinate representation of color #DD5329: hue angle of 14º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD5329 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 41 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.13 |
| HSL | 14º | 0.73% | 0.51% | - |
| HSV(B) | 14º | 0.81% | 0.87% | - |
| XYZ | 33.31 | 21.72 | 4.53 | - |
| YUV | 119.47 | 83.72 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 41 | 0 | 0.62 | 0.81 | 0.13 | 14 | 0.73 | 0.51 |
| Hex | DD | 53 | 29 | 0 | 3E | 51 | D | E | 49 | 33 |
| Octal | 335 | 123 | 51 | 0 | 76 | 121 | 15 | 16 | 111 | 63 |
| Binary | 11011101 | 1010011 | 101001 | 0 | 111110 | 1010001 | 1101 | 1110 | 1001001 | 110011 |
Color Harmonies of #DD5329
Complementary color
Monochromatic Colors of #DD5329
Black with #DD5329
Text Example
Text Example
White with #DD5329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5329; }
p { color: rgb(221,83,41); }
H1.HeaderClassName
{
color: #DD5329;
}
.AnyTagClassName
{
color: #DD5329;
}
</style>
background-color css
<style>
a { background-color: #DD5329; }
a { background-color: rgb(221,83,41); }
div.DivClassName
{
background-color: #DD5329;
}
.BgClassName
{
background-color: #DD5329;
}
</style>
border-color css
<style>
span { border-color: #DD5329; }
span { border-color: rgb(221,83,41); }
td.TdClassName
{
border-color: #DD5329;
}
.TagClassName
{
border-color: #DD5329;
}
</style>