Shades of Chilean Fire #E25220
Tints of Chilean Fire #E25220
RGB
CMYK
RGB Variations
Color information
#E25220 (or 0xE25220) is known color: Chilean Fire. HEX triplet: E2, 52 and 20. RGB value is (226,82,32). Sum of RGB (Red+Green+Blue) = 226+82+32=340 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.47% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 226 - color contains mainly: red. Hex color #E25220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25220 is #1DADDF. Grayscale: #777777. Windows color (decimal): -1945056 or 2118370. OLE color: 2118370.
HSL color Cylindrical-coordinate representation of color #E25220: hue angle of 15.46º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E25220 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 32 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.11 |
| HSL | 15.46º | 0.77% | 0.51% | - |
| HSV(B) | 15.46º | 0.86% | 0.89% | - |
| XYZ | 34.64 | 22.31 | 3.85 | - |
| YUV | 119.36 | 78.71 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 32 | 0 | 0.64 | 0.86 | 0.11 | 15.46 | 0.77 | 0.51 |
| Hex | E2 | 52 | 20 | 0 | 40 | 56 | B | F | 4D | 33 |
| Octal | 342 | 122 | 40 | 0 | 100 | 126 | 13 | 17 | 115 | 63 |
| Binary | 11100010 | 1010010 | 100000 | 0 | 1000000 | 1010110 | 1011 | 1111 | 1001101 | 110011 |
Color Harmonies of #E25220
Complementary color
Monochromatic Colors of #E25220
Black with #E25220
Text Example
Text Example
White with #E25220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25220; }
p { color: rgb(226,82,32); }
H1.HeaderClassName
{
color: #E25220;
}
.AnyTagClassName
{
color: #E25220;
}
</style>
background-color css
<style>
a { background-color: #E25220; }
a { background-color: rgb(226,82,32); }
div.DivClassName
{
background-color: #E25220;
}
.BgClassName
{
background-color: #E25220;
}
</style>
border-color css
<style>
span { border-color: #E25220; }
span { border-color: rgb(226,82,32); }
td.TdClassName
{
border-color: #E25220;
}
.TagClassName
{
border-color: #E25220;
}
</style>