Shades of Chilean Fire #DD5E33
Tints of Chilean Fire #DD5E33
RGB
CMYK
RGB Variations
Color information
#DD5E33 (or 0xDD5E33) is known color: Chilean Fire. HEX triplet: DD, 5E and 33. RGB value is (221,94,51). Sum of RGB (Red+Green+Blue) = 221+94+51=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5E33 is #22A1CC. Grayscale: #7F7F7F. Windows color (decimal): -2269645 or 3366621. OLE color: 3366621.
HSL color Cylindrical-coordinate representation of color #DD5E33: hue angle of 15.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD5E33 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 51 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.13 |
| HSL | 15.18º | 0.71% | 0.53% | - |
| HSV(B) | 15.18º | 0.77% | 0.87% | - |
| XYZ | 34.42 | 23.62 | 5.88 | - |
| YUV | 127.07 | 85.08 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 51 | 0 | 0.57 | 0.77 | 0.13 | 15.18 | 0.71 | 0.53 |
| Hex | DD | 5E | 33 | 0 | 39 | 4D | D | F | 47 | 35 |
| Octal | 335 | 136 | 63 | 0 | 71 | 115 | 15 | 17 | 107 | 65 |
| Binary | 11011101 | 1011110 | 110011 | 0 | 111001 | 1001101 | 1101 | 1111 | 1000111 | 110101 |
Color Harmonies of #DD5E33
Complementary color
Monochromatic Colors of #DD5E33
Black with #DD5E33
Text Example
Text Example
White with #DD5E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E33; }
p { color: rgb(221,94,51); }
H1.HeaderClassName
{
color: #DD5E33;
}
.AnyTagClassName
{
color: #DD5E33;
}
</style>
background-color css
<style>
a { background-color: #DD5E33; }
a { background-color: rgb(221,94,51); }
div.DivClassName
{
background-color: #DD5E33;
}
.BgClassName
{
background-color: #DD5E33;
}
</style>
border-color css
<style>
span { border-color: #DD5E33; }
span { border-color: rgb(221,94,51); }
td.TdClassName
{
border-color: #DD5E33;
}
.TagClassName
{
border-color: #DD5E33;
}
</style>