Shades of Chilean Fire #DD5527
Tints of Chilean Fire #DD5527
RGB
CMYK
RGB Variations
Color information
#DD5527 (or 0xDD5527) is known color: Chilean Fire. HEX triplet: DD, 55 and 27. RGB value is (221,85,39). Sum of RGB (Red+Green+Blue) = 221+85+39=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5527 is #22AAD8. Grayscale: #787878. Windows color (decimal): -2271961 or 2577885. OLE color: 2577885.
HSL color Cylindrical-coordinate representation of color #DD5527: hue angle of 15.16º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD5527 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 39 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.13 |
| HSL | 15.16º | 0.73% | 0.51% | - |
| HSV(B) | 15.16º | 0.82% | 0.87% | - |
| XYZ | 33.43 | 22.02 | 4.41 | - |
| YUV | 120.42 | 82.06 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 39 | 0 | 0.62 | 0.82 | 0.13 | 15.16 | 0.73 | 0.51 |
| Hex | DD | 55 | 27 | 0 | 3E | 52 | D | F | 49 | 33 |
| Octal | 335 | 125 | 47 | 0 | 76 | 122 | 15 | 17 | 111 | 63 |
| Binary | 11011101 | 1010101 | 100111 | 0 | 111110 | 1010010 | 1101 | 1111 | 1001001 | 110011 |
Color Harmonies of #DD5527
Complementary color
Monochromatic Colors of #DD5527
Black with #DD5527
Text Example
Text Example
White with #DD5527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5527; }
p { color: rgb(221,85,39); }
H1.HeaderClassName
{
color: #DD5527;
}
.AnyTagClassName
{
color: #DD5527;
}
</style>
background-color css
<style>
a { background-color: #DD5527; }
a { background-color: rgb(221,85,39); }
div.DivClassName
{
background-color: #DD5527;
}
.BgClassName
{
background-color: #DD5527;
}
</style>
border-color css
<style>
span { border-color: #DD5527; }
span { border-color: rgb(221,85,39); }
td.TdClassName
{
border-color: #DD5527;
}
.TagClassName
{
border-color: #DD5527;
}
</style>