Shades of Chilean Fire #DD5327
Tints of Chilean Fire #DD5327
RGB
CMYK
RGB Variations
Color information
#DD5327 (or 0xDD5327) is known color: Chilean Fire. HEX triplet: DD, 53 and 27. RGB value is (221,83,39). Sum of RGB (Red+Green+Blue) = 221+83+39=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5327 is #22ACD8. Grayscale: #777777. Windows color (decimal): -2272473 or 2577373. OLE color: 2577373.
HSL color Cylindrical-coordinate representation of color #DD5327: hue angle of 14.51º 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 #DD5327 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 39 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.13 |
| HSL | 14.51º | 0.73% | 0.51% | - |
| HSV(B) | 14.51º | 0.82% | 0.87% | - |
| XYZ | 33.28 | 21.71 | 4.36 | - |
| YUV | 119.25 | 82.72 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 39 | 0 | 0.62 | 0.82 | 0.13 | 14.51 | 0.73 | 0.51 |
| Hex | DD | 53 | 27 | 0 | 3E | 52 | D | F | 49 | 33 |
| Octal | 335 | 123 | 47 | 0 | 76 | 122 | 15 | 17 | 111 | 63 |
| Binary | 11011101 | 1010011 | 100111 | 0 | 111110 | 1010010 | 1101 | 1111 | 1001001 | 110011 |
Color Harmonies of #DD5327
Complementary color
Monochromatic Colors of #DD5327
Black with #DD5327
Text Example
Text Example
White with #DD5327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5327; }
p { color: rgb(221,83,39); }
H1.HeaderClassName
{
color: #DD5327;
}
.AnyTagClassName
{
color: #DD5327;
}
</style>
background-color css
<style>
a { background-color: #DD5327; }
a { background-color: rgb(221,83,39); }
div.DivClassName
{
background-color: #DD5327;
}
.BgClassName
{
background-color: #DD5327;
}
</style>
border-color css
<style>
span { border-color: #DD5327; }
span { border-color: rgb(221,83,39); }
td.TdClassName
{
border-color: #DD5327;
}
.TagClassName
{
border-color: #DD5327;
}
</style>