Shades of Chilean Fire #E25932
Tints of Chilean Fire #E25932
RGB
CMYK
RGB Variations
Color information
#E25932 (or 0xE25932) is known color: Chilean Fire. HEX triplet: E2, 59 and 32. RGB value is (226,89,50). Sum of RGB (Red+Green+Blue) = 226+89+50=365 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.92% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 226 - color contains mainly: red. Hex color #E25932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25932 is #1DA6CD. Grayscale: #7D7D7D. Windows color (decimal): -1943246 or 3299810. OLE color: 3299810.
HSL color Cylindrical-coordinate representation of color #E25932: hue angle of 13.3º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E25932 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 50 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.11 |
| HSL | 13.3º | 0.75% | 0.54% | - |
| HSV(B) | 13.3º | 0.78% | 0.89% | - |
| XYZ | 35.51 | 23.54 | 5.69 | - |
| YUV | 125.52 | 85.39 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 50 | 0 | 0.61 | 0.78 | 0.11 | 13.3 | 0.75 | 0.54 |
| Hex | E2 | 59 | 32 | 0 | 3D | 4E | B | D | 4B | 36 |
| Octal | 342 | 131 | 62 | 0 | 75 | 116 | 13 | 15 | 113 | 66 |
| Binary | 11100010 | 1011001 | 110010 | 0 | 111101 | 1001110 | 1011 | 1101 | 1001011 | 110110 |
Color Harmonies of #E25932
Complementary color
Monochromatic Colors of #E25932
Black with #E25932
Text Example
Text Example
White with #E25932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25932; }
p { color: rgb(226,89,50); }
H1.HeaderClassName
{
color: #E25932;
}
.AnyTagClassName
{
color: #E25932;
}
</style>
background-color css
<style>
a { background-color: #E25932; }
a { background-color: rgb(226,89,50); }
div.DivClassName
{
background-color: #E25932;
}
.BgClassName
{
background-color: #E25932;
}
</style>
border-color css
<style>
span { border-color: #E25932; }
span { border-color: rgb(226,89,50); }
td.TdClassName
{
border-color: #E25932;
}
.TagClassName
{
border-color: #E25932;
}
</style>