Shades of Chilean Fire #DD552C
Tints of Chilean Fire #DD552C
RGB
CMYK
RGB Variations
Color information
#DD552C (or 0xDD552C) is known color: Chilean Fire. HEX triplet: DD, 55 and 2C. RGB value is (221,85,44). Sum of RGB (Red+Green+Blue) = 221+85+44=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD552C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD552C is #22AAD3. Grayscale: #797979. Windows color (decimal): -2271956 or 2905565. OLE color: 2905565.
HSL color Cylindrical-coordinate representation of color #DD552C: hue angle of 13.9º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD552C is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 44 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.13 |
| HSL | 13.9º | 0.72% | 0.52% | - |
| HSV(B) | 13.9º | 0.8% | 0.87% | - |
| XYZ | 33.52 | 22.05 | 4.87 | - |
| YUV | 120.99 | 84.56 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 44 | 0 | 0.62 | 0.80 | 0.13 | 13.9 | 0.72 | 0.52 |
| Hex | DD | 55 | 2C | 0 | 3E | 50 | D | E | 48 | 34 |
| Octal | 335 | 125 | 54 | 0 | 76 | 120 | 15 | 16 | 110 | 64 |
| Binary | 11011101 | 1010101 | 101100 | 0 | 111110 | 1010000 | 1101 | 1110 | 1001000 | 110100 |
Color Harmonies of #DD552C
Complementary color
Monochromatic Colors of #DD552C
Black with #DD552C
Text Example
Text Example
White with #DD552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD552C; }
p { color: rgb(221,85,44); }
H1.HeaderClassName
{
color: #DD552C;
}
.AnyTagClassName
{
color: #DD552C;
}
</style>
background-color css
<style>
a { background-color: #DD552C; }
a { background-color: rgb(221,85,44); }
div.DivClassName
{
background-color: #DD552C;
}
.BgClassName
{
background-color: #DD552C;
}
</style>
border-color css
<style>
span { border-color: #DD552C; }
span { border-color: rgb(221,85,44); }
td.TdClassName
{
border-color: #DD552C;
}
.TagClassName
{
border-color: #DD552C;
}
</style>