Shades of Chilean Fire #E25323
Tints of Chilean Fire #E25323
RGB
CMYK
RGB Variations
Color information
#E25323 (or 0xE25323) is known color: Chilean Fire. HEX triplet: E2, 53 and 23. RGB value is (226,83,35). Sum of RGB (Red+Green+Blue) = 226+83+35=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E25323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25323 is #1DACDC. Grayscale: #787878. Windows color (decimal): -1944797 or 2315234. OLE color: 2315234.
HSL color Cylindrical-coordinate representation of color #E25323: hue angle of 15.08º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E25323 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 35 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.11 |
| HSL | 15.08º | 0.77% | 0.51% | - |
| HSV(B) | 15.08º | 0.85% | 0.89% | - |
| XYZ | 34.76 | 22.48 | 4.1 | - |
| YUV | 120.29 | 79.88 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 35 | 0 | 0.63 | 0.85 | 0.11 | 15.08 | 0.77 | 0.51 |
| Hex | E2 | 53 | 23 | 0 | 3F | 55 | B | F | 4D | 33 |
| Octal | 342 | 123 | 43 | 0 | 77 | 125 | 13 | 17 | 115 | 63 |
| Binary | 11100010 | 1010011 | 100011 | 0 | 111111 | 1010101 | 1011 | 1111 | 1001101 | 110011 |
Color Harmonies of #E25323
Complementary color
Monochromatic Colors of #E25323
Black with #E25323
Text Example
Text Example
White with #E25323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25323; }
p { color: rgb(226,83,35); }
H1.HeaderClassName
{
color: #E25323;
}
.AnyTagClassName
{
color: #E25323;
}
</style>
background-color css
<style>
a { background-color: #E25323; }
a { background-color: rgb(226,83,35); }
div.DivClassName
{
background-color: #E25323;
}
.BgClassName
{
background-color: #E25323;
}
</style>
border-color css
<style>
span { border-color: #E25323; }
span { border-color: rgb(226,83,35); }
td.TdClassName
{
border-color: #E25323;
}
.TagClassName
{
border-color: #E25323;
}
</style>