Shades of Chilean Fire #E25428
Tints of Chilean Fire #E25428
RGB
CMYK
RGB Variations
Color information
#E25428 (or 0xE25428) is known color: Chilean Fire. HEX triplet: E2, 54 and 28. RGB value is (226,84,40). Sum of RGB (Red+Green+Blue) = 226+84+40=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E25428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25428 is #1DABD7. Grayscale: #797979. Windows color (decimal): -1944536 or 2643170. OLE color: 2643170.
HSL color Cylindrical-coordinate representation of color #E25428: hue angle of 14.19º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E25428 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 40 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.11 |
| HSL | 14.19º | 0.76% | 0.52% | - |
| HSV(B) | 14.19º | 0.82% | 0.89% | - |
| XYZ | 34.92 | 22.66 | 4.54 | - |
| YUV | 121.44 | 82.04 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 40 | 0 | 0.63 | 0.82 | 0.11 | 14.19 | 0.76 | 0.52 |
| Hex | E2 | 54 | 28 | 0 | 3F | 52 | B | E | 4C | 34 |
| Octal | 342 | 124 | 50 | 0 | 77 | 122 | 13 | 16 | 114 | 64 |
| Binary | 11100010 | 1010100 | 101000 | 0 | 111111 | 1010010 | 1011 | 1110 | 1001100 | 110100 |
Color Harmonies of #E25428
Complementary color
Monochromatic Colors of #E25428
Black with #E25428
Text Example
Text Example
White with #E25428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25428; }
p { color: rgb(226,84,40); }
H1.HeaderClassName
{
color: #E25428;
}
.AnyTagClassName
{
color: #E25428;
}
</style>
background-color css
<style>
a { background-color: #E25428; }
a { background-color: rgb(226,84,40); }
div.DivClassName
{
background-color: #E25428;
}
.BgClassName
{
background-color: #E25428;
}
</style>
border-color css
<style>
span { border-color: #E25428; }
span { border-color: rgb(226,84,40); }
td.TdClassName
{
border-color: #E25428;
}
.TagClassName
{
border-color: #E25428;
}
</style>