Shades of Chilean Fire #E2542D
Tints of Chilean Fire #E2542D
RGB
CMYK
RGB Variations
Color information
#E2542D (or 0xE2542D) is known color: Chilean Fire. HEX triplet: E2, 54 and 2D. RGB value is (226,84,45). Sum of RGB (Red+Green+Blue) = 226+84+45=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E2542D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2542D is #1DABD2. Grayscale: #7A7A7A. Windows color (decimal): -1944531 or 2970850. OLE color: 2970850.
HSL color Cylindrical-coordinate representation of color #E2542D: hue angle of 12.93º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2542D is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 45 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.11 |
| HSL | 12.93º | 0.76% | 0.53% | - |
| HSV(B) | 12.93º | 0.8% | 0.89% | - |
| XYZ | 35.01 | 22.7 | 5.02 | - |
| YUV | 122.01 | 84.54 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 45 | 0 | 0.63 | 0.80 | 0.11 | 12.93 | 0.76 | 0.53 |
| Hex | E2 | 54 | 2D | 0 | 3F | 50 | B | D | 4C | 35 |
| Octal | 342 | 124 | 55 | 0 | 77 | 120 | 13 | 15 | 114 | 65 |
| Binary | 11100010 | 1010100 | 101101 | 0 | 111111 | 1010000 | 1011 | 1101 | 1001100 | 110101 |
Color Harmonies of #E2542D
Complementary color
Monochromatic Colors of #E2542D
Black with #E2542D
Text Example
Text Example
White with #E2542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2542D; }
p { color: rgb(226,84,45); }
H1.HeaderClassName
{
color: #E2542D;
}
.AnyTagClassName
{
color: #E2542D;
}
</style>
background-color css
<style>
a { background-color: #E2542D; }
a { background-color: rgb(226,84,45); }
div.DivClassName
{
background-color: #E2542D;
}
.BgClassName
{
background-color: #E2542D;
}
</style>
border-color css
<style>
span { border-color: #E2542D; }
span { border-color: rgb(226,84,45); }
td.TdClassName
{
border-color: #E2542D;
}
.TagClassName
{
border-color: #E2542D;
}
</style>