Shades of Chilean Fire #DD5932
Tints of Chilean Fire #DD5932
RGB
CMYK
RGB Variations
Color information
#DD5932 (or 0xDD5932) is known color: Chilean Fire. HEX triplet: DD, 59 and 32. RGB value is (221,89,50). Sum of RGB (Red+Green+Blue) = 221+89+50=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5932 is #22A6CD. Grayscale: #7C7C7C. Windows color (decimal): -2270926 or 3299805. OLE color: 3299805.
HSL color Cylindrical-coordinate representation of color #DD5932: hue angle of 13.68º degrees, saturation: 0.72, 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 #DD5932 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 50 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.13 |
| HSL | 13.68º | 0.72% | 0.53% | - |
| HSV(B) | 13.68º | 0.77% | 0.87% | - |
| XYZ | 33.97 | 22.75 | 5.62 | - |
| YUV | 124.02 | 86.23 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 50 | 0 | 0.60 | 0.77 | 0.13 | 13.68 | 0.72 | 0.53 |
| Hex | DD | 59 | 32 | 0 | 3C | 4D | D | E | 48 | 35 |
| Octal | 335 | 131 | 62 | 0 | 74 | 115 | 15 | 16 | 110 | 65 |
| Binary | 11011101 | 1011001 | 110010 | 0 | 111100 | 1001101 | 1101 | 1110 | 1001000 | 110101 |
Color Harmonies of #DD5932
Complementary color
Monochromatic Colors of #DD5932
Black with #DD5932
Text Example
Text Example
White with #DD5932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5932; }
p { color: rgb(221,89,50); }
H1.HeaderClassName
{
color: #DD5932;
}
.AnyTagClassName
{
color: #DD5932;
}
</style>
background-color css
<style>
a { background-color: #DD5932; }
a { background-color: rgb(221,89,50); }
div.DivClassName
{
background-color: #DD5932;
}
.BgClassName
{
background-color: #DD5932;
}
</style>
border-color css
<style>
span { border-color: #DD5932; }
span { border-color: rgb(221,89,50); }
td.TdClassName
{
border-color: #DD5932;
}
.TagClassName
{
border-color: #DD5932;
}
</style>