Shades of Chilean Fire #E25C2E
Tints of Chilean Fire #E25C2E
RGB
CMYK
RGB Variations
Color information
#E25C2E (or 0xE25C2E) is known color: Chilean Fire. HEX triplet: E2, 5C and 2E. RGB value is (226,92,46). Sum of RGB (Red+Green+Blue) = 226+92+46=364 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.09% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25C2E is #1DA3D1. Grayscale: #7F7F7F. Windows color (decimal): -1942482 or 3038434. OLE color: 3038434.
HSL color Cylindrical-coordinate representation of color #E25C2E: hue angle of 15.33º 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 #E25C2E is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 46 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.11 |
| HSL | 15.33º | 0.76% | 0.53% | - |
| HSV(B) | 15.33º | 0.8% | 0.89% | - |
| XYZ | 35.68 | 24.02 | 5.34 | - |
| YUV | 126.82 | 82.39 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 46 | 0 | 0.59 | 0.80 | 0.11 | 15.33 | 0.76 | 0.53 |
| Hex | E2 | 5C | 2E | 0 | 3B | 50 | B | F | 4C | 35 |
| Octal | 342 | 134 | 56 | 0 | 73 | 120 | 13 | 17 | 114 | 65 |
| Binary | 11100010 | 1011100 | 101110 | 0 | 111011 | 1010000 | 1011 | 1111 | 1001100 | 110101 |
Color Harmonies of #E25C2E
Complementary color
Monochromatic Colors of #E25C2E
Black with #E25C2E
Text Example
Text Example
White with #E25C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25C2E; }
p { color: rgb(226,92,46); }
H1.HeaderClassName
{
color: #E25C2E;
}
.AnyTagClassName
{
color: #E25C2E;
}
</style>
background-color css
<style>
a { background-color: #E25C2E; }
a { background-color: rgb(226,92,46); }
div.DivClassName
{
background-color: #E25C2E;
}
.BgClassName
{
background-color: #E25C2E;
}
</style>
border-color css
<style>
span { border-color: #E25C2E; }
span { border-color: rgb(226,92,46); }
td.TdClassName
{
border-color: #E25C2E;
}
.TagClassName
{
border-color: #E25C2E;
}
</style>