Shades of Chilean Fire #E35522
Tints of Chilean Fire #E35522
RGB
CMYK
RGB Variations
Color information
#E35522 (or 0xE35522) is known color: Chilean Fire. HEX triplet: E3, 55 and 22. RGB value is (227,85,34). Sum of RGB (Red+Green+Blue) = 227+85+34=346 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.61% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 227 - color contains mainly: red. Hex color #E35522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35522 is #1CAADD. Grayscale: #797979. Windows color (decimal): -1878750 or 2250211. OLE color: 2250211.
HSL color Cylindrical-coordinate representation of color #E35522: hue angle of 15.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E35522 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 34 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.11 |
| HSL | 15.85º | 0.78% | 0.51% | - |
| HSV(B) | 15.85º | 0.85% | 0.89% | - |
| XYZ | 35.22 | 22.94 | 4.09 | - |
| YUV | 121.64 | 78.54 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 34 | 0 | 0.63 | 0.85 | 0.11 | 15.85 | 0.78 | 0.51 |
| Hex | E3 | 55 | 22 | 0 | 3F | 55 | B | 10 | 4E | 33 |
| Octal | 343 | 125 | 42 | 0 | 77 | 125 | 13 | 20 | 116 | 63 |
| Binary | 11100011 | 1010101 | 100010 | 0 | 111111 | 1010101 | 1011 | 10000 | 1001110 | 110011 |
Color Harmonies of #E35522
Complementary color
Monochromatic Colors of #E35522
Black with #E35522
Text Example
Text Example
White with #E35522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35522; }
p { color: rgb(227,85,34); }
H1.HeaderClassName
{
color: #E35522;
}
.AnyTagClassName
{
color: #E35522;
}
</style>
background-color css
<style>
a { background-color: #E35522; }
a { background-color: rgb(227,85,34); }
div.DivClassName
{
background-color: #E35522;
}
.BgClassName
{
background-color: #E35522;
}
</style>
border-color css
<style>
span { border-color: #E35522; }
span { border-color: rgb(227,85,34); }
td.TdClassName
{
border-color: #E35522;
}
.TagClassName
{
border-color: #E35522;
}
</style>