Shades of Chilean Fire #DD5530
Tints of Chilean Fire #DD5530
RGB
CMYK
RGB Variations
Color information
#DD5530 (or 0xDD5530) is known color: Chilean Fire. HEX triplet: DD, 55 and 30. RGB value is (221,85,48). Sum of RGB (Red+Green+Blue) = 221+85+48=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5530 is #22AACF. Grayscale: #797979. Windows color (decimal): -2271952 or 3167709. OLE color: 3167709.
HSL color Cylindrical-coordinate representation of color #DD5530: hue angle of 12.83º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD5530 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 48 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.13 |
| HSL | 12.83º | 0.72% | 0.53% | - |
| HSV(B) | 12.83º | 0.78% | 0.87% | - |
| XYZ | 33.6 | 22.08 | 5.29 | - |
| YUV | 121.45 | 86.56 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 48 | 0 | 0.62 | 0.78 | 0.13 | 12.83 | 0.72 | 0.53 |
| Hex | DD | 55 | 30 | 0 | 3E | 4E | D | D | 48 | 35 |
| Octal | 335 | 125 | 60 | 0 | 76 | 116 | 15 | 15 | 110 | 65 |
| Binary | 11011101 | 1010101 | 110000 | 0 | 111110 | 1001110 | 1101 | 1101 | 1001000 | 110101 |
Color Harmonies of #DD5530
Complementary color
Monochromatic Colors of #DD5530
Black with #DD5530
Text Example
Text Example
White with #DD5530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5530; }
p { color: rgb(221,85,48); }
H1.HeaderClassName
{
color: #DD5530;
}
.AnyTagClassName
{
color: #DD5530;
}
</style>
background-color css
<style>
a { background-color: #DD5530; }
a { background-color: rgb(221,85,48); }
div.DivClassName
{
background-color: #DD5530;
}
.BgClassName
{
background-color: #DD5530;
}
</style>
border-color css
<style>
span { border-color: #DD5530; }
span { border-color: rgb(221,85,48); }
td.TdClassName
{
border-color: #DD5530;
}
.TagClassName
{
border-color: #DD5530;
}
</style>