Shades of Chilean Fire #E3562E
Tints of Chilean Fire #E3562E
RGB
CMYK
RGB Variations
Color information
#E3562E (or 0xE3562E) is known color: Chilean Fire. HEX triplet: E3, 56 and 2E. RGB value is (227,86,46). Sum of RGB (Red+Green+Blue) = 227+86+46=359 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.23% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 227 - color contains mainly: red. Hex color #E3562E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3562E is #1CA9D1. Grayscale: #7B7B7B. Windows color (decimal): -1878482 or 3036899. OLE color: 3036899.
HSL color Cylindrical-coordinate representation of color #E3562E: hue angle of 13.26º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E3562E is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 46 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.11 |
| HSL | 13.26º | 0.76% | 0.54% | - |
| HSV(B) | 13.26º | 0.8% | 0.89% | - |
| XYZ | 35.5 | 23.18 | 5.19 | - |
| YUV | 123.6 | 84.21 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 46 | 0 | 0.62 | 0.80 | 0.11 | 13.26 | 0.76 | 0.54 |
| Hex | E3 | 56 | 2E | 0 | 3E | 50 | B | D | 4C | 36 |
| Octal | 343 | 126 | 56 | 0 | 76 | 120 | 13 | 15 | 114 | 66 |
| Binary | 11100011 | 1010110 | 101110 | 0 | 111110 | 1010000 | 1011 | 1101 | 1001100 | 110110 |
Color Harmonies of #E3562E
Complementary color
Monochromatic Colors of #E3562E
Black with #E3562E
Text Example
Text Example
White with #E3562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3562E; }
p { color: rgb(227,86,46); }
H1.HeaderClassName
{
color: #E3562E;
}
.AnyTagClassName
{
color: #E3562E;
}
</style>
background-color css
<style>
a { background-color: #E3562E; }
a { background-color: rgb(227,86,46); }
div.DivClassName
{
background-color: #E3562E;
}
.BgClassName
{
background-color: #E3562E;
}
</style>
border-color css
<style>
span { border-color: #E3562E; }
span { border-color: rgb(227,86,46); }
td.TdClassName
{
border-color: #E3562E;
}
.TagClassName
{
border-color: #E3562E;
}
</style>