Shades of Chilean Fire #E2582C
Tints of Chilean Fire #E2582C
RGB
CMYK
RGB Variations
Color information
#E2582C (or 0xE2582C) is known color: Chilean Fire. HEX triplet: E2, 58 and 2C. RGB value is (226,88,44). Sum of RGB (Red+Green+Blue) = 226+88+44=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2582C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2582C is #1DA7D3. Grayscale: #7C7C7C. Windows color (decimal): -1943508 or 2906338. OLE color: 2906338.
HSL color Cylindrical-coordinate representation of color #E2582C: hue angle of 14.51º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2582C is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 44 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.11 |
| HSL | 14.51º | 0.76% | 0.53% | - |
| HSV(B) | 14.51º | 0.81% | 0.89% | - |
| XYZ | 35.31 | 23.33 | 5.03 | - |
| YUV | 124.25 | 82.72 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 44 | 0 | 0.61 | 0.81 | 0.11 | 14.51 | 0.76 | 0.53 |
| Hex | E2 | 58 | 2C | 0 | 3D | 51 | B | F | 4C | 35 |
| Octal | 342 | 130 | 54 | 0 | 75 | 121 | 13 | 17 | 114 | 65 |
| Binary | 11100010 | 1011000 | 101100 | 0 | 111101 | 1010001 | 1011 | 1111 | 1001100 | 110101 |
Color Harmonies of #E2582C
Complementary color
Monochromatic Colors of #E2582C
Black with #E2582C
Text Example
Text Example
White with #E2582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2582C; }
p { color: rgb(226,88,44); }
H1.HeaderClassName
{
color: #E2582C;
}
.AnyTagClassName
{
color: #E2582C;
}
</style>
background-color css
<style>
a { background-color: #E2582C; }
a { background-color: rgb(226,88,44); }
div.DivClassName
{
background-color: #E2582C;
}
.BgClassName
{
background-color: #E2582C;
}
</style>
border-color css
<style>
span { border-color: #E2582C; }
span { border-color: rgb(226,88,44); }
td.TdClassName
{
border-color: #E2582C;
}
.TagClassName
{
border-color: #E2582C;
}
</style>