Shades of Chilean Fire #DD5633
Tints of Chilean Fire #DD5633
RGB
CMYK
RGB Variations
Color information
#DD5633 (or 0xDD5633) is known color: Chilean Fire. HEX triplet: DD, 56 and 33. RGB value is (221,86,51). Sum of RGB (Red+Green+Blue) = 221+86+51=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5633 is #22A9CC. Grayscale: #7A7A7A. Windows color (decimal): -2271693 or 3364573. OLE color: 3364573.
HSL color Cylindrical-coordinate representation of color #DD5633: hue angle of 12.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD5633 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 51 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.13 |
| HSL | 12.35º | 0.71% | 0.53% | - |
| HSV(B) | 12.35º | 0.77% | 0.87% | - |
| XYZ | 33.74 | 22.27 | 5.65 | - |
| YUV | 122.38 | 87.73 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 51 | 0 | 0.61 | 0.77 | 0.13 | 12.35 | 0.71 | 0.53 |
| Hex | DD | 56 | 33 | 0 | 3D | 4D | D | C | 47 | 35 |
| Octal | 335 | 126 | 63 | 0 | 75 | 115 | 15 | 14 | 107 | 65 |
| Binary | 11011101 | 1010110 | 110011 | 0 | 111101 | 1001101 | 1101 | 1100 | 1000111 | 110101 |
Color Harmonies of #DD5633
Complementary color
Monochromatic Colors of #DD5633
Black with #DD5633
Text Example
Text Example
White with #DD5633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5633; }
p { color: rgb(221,86,51); }
H1.HeaderClassName
{
color: #DD5633;
}
.AnyTagClassName
{
color: #DD5633;
}
</style>
background-color css
<style>
a { background-color: #DD5633; }
a { background-color: rgb(221,86,51); }
div.DivClassName
{
background-color: #DD5633;
}
.BgClassName
{
background-color: #DD5633;
}
</style>
border-color css
<style>
span { border-color: #DD5633; }
span { border-color: rgb(221,86,51); }
td.TdClassName
{
border-color: #DD5633;
}
.TagClassName
{
border-color: #DD5633;
}
</style>