Shades of Chilean Fire #DD592F
Tints of Chilean Fire #DD592F
RGB
CMYK
RGB Variations
Color information
#DD592F (or 0xDD592F) is known color: Chilean Fire. HEX triplet: DD, 59 and 2F. RGB value is (221,89,47). Sum of RGB (Red+Green+Blue) = 221+89+47=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD592F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD592F is #22A6D0. Grayscale: #7B7B7B. Windows color (decimal): -2270929 or 3103197. OLE color: 3103197.
HSL color Cylindrical-coordinate representation of color #DD592F: hue angle of 14.48º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD592F is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 47 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.13 |
| HSL | 14.48º | 0.72% | 0.53% | - |
| HSV(B) | 14.48º | 0.79% | 0.87% | - |
| XYZ | 33.9 | 22.72 | 5.29 | - |
| YUV | 123.68 | 84.73 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 47 | 0 | 0.60 | 0.79 | 0.13 | 14.48 | 0.72 | 0.53 |
| Hex | DD | 59 | 2F | 0 | 3C | 4F | D | E | 48 | 35 |
| Octal | 335 | 131 | 57 | 0 | 74 | 117 | 15 | 16 | 110 | 65 |
| Binary | 11011101 | 1011001 | 101111 | 0 | 111100 | 1001111 | 1101 | 1110 | 1001000 | 110101 |
Color Harmonies of #DD592F
Complementary color
Monochromatic Colors of #DD592F
Black with #DD592F
Text Example
Text Example
White with #DD592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD592F; }
p { color: rgb(221,89,47); }
H1.HeaderClassName
{
color: #DD592F;
}
.AnyTagClassName
{
color: #DD592F;
}
</style>
background-color css
<style>
a { background-color: #DD592F; }
a { background-color: rgb(221,89,47); }
div.DivClassName
{
background-color: #DD592F;
}
.BgClassName
{
background-color: #DD592F;
}
</style>
border-color css
<style>
span { border-color: #DD592F; }
span { border-color: rgb(221,89,47); }
td.TdClassName
{
border-color: #DD592F;
}
.TagClassName
{
border-color: #DD592F;
}
</style>