Shades of Chilean Fire #DD552D
Tints of Chilean Fire #DD552D
RGB
CMYK
RGB Variations
Color information
#DD552D (or 0xDD552D) is known color: Chilean Fire. HEX triplet: DD, 55 and 2D. RGB value is (221,85,45). Sum of RGB (Red+Green+Blue) = 221+85+45=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD552D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD552D is #22AAD2. Grayscale: #797979. Windows color (decimal): -2271955 or 2971101. OLE color: 2971101.
HSL color Cylindrical-coordinate representation of color #DD552D: hue angle of 13.64º 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 #DD552D is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 45 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.13 |
| HSL | 13.64º | 0.72% | 0.52% | - |
| HSV(B) | 13.64º | 0.8% | 0.87% | - |
| XYZ | 33.54 | 22.06 | 4.97 | - |
| YUV | 121.1 | 85.06 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 45 | 0 | 0.62 | 0.80 | 0.13 | 13.64 | 0.72 | 0.52 |
| Hex | DD | 55 | 2D | 0 | 3E | 50 | D | E | 48 | 34 |
| Octal | 335 | 125 | 55 | 0 | 76 | 120 | 15 | 16 | 110 | 64 |
| Binary | 11011101 | 1010101 | 101101 | 0 | 111110 | 1010000 | 1101 | 1110 | 1001000 | 110100 |
Color Harmonies of #DD552D
Complementary color
Monochromatic Colors of #DD552D
Black with #DD552D
Text Example
Text Example
White with #DD552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD552D; }
p { color: rgb(221,85,45); }
H1.HeaderClassName
{
color: #DD552D;
}
.AnyTagClassName
{
color: #DD552D;
}
</style>
background-color css
<style>
a { background-color: #DD552D; }
a { background-color: rgb(221,85,45); }
div.DivClassName
{
background-color: #DD552D;
}
.BgClassName
{
background-color: #DD552D;
}
</style>
border-color css
<style>
span { border-color: #DD552D; }
span { border-color: rgb(221,85,45); }
td.TdClassName
{
border-color: #DD552D;
}
.TagClassName
{
border-color: #DD552D;
}
</style>