Shades of Chilean Fire #E25320
Tints of Chilean Fire #E25320
RGB
CMYK
RGB Variations
Color information
#E25320 (or 0xE25320) is known color: Chilean Fire. HEX triplet: E2, 53 and 20. RGB value is (226,83,32). Sum of RGB (Red+Green+Blue) = 226+83+32=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E25320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25320 is #1DACDF. Grayscale: #787878. Windows color (decimal): -1944800 or 2118626. OLE color: 2118626.
HSL color Cylindrical-coordinate representation of color #E25320: hue angle of 15.77º 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 #E25320 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 32 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.11 |
| HSL | 15.77º | 0.77% | 0.51% | - |
| HSV(B) | 15.77º | 0.86% | 0.89% | - |
| XYZ | 34.72 | 22.46 | 3.87 | - |
| YUV | 119.94 | 78.38 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 32 | 0 | 0.63 | 0.86 | 0.11 | 15.77 | 0.77 | 0.51 |
| Hex | E2 | 53 | 20 | 0 | 3F | 56 | B | 10 | 4D | 33 |
| Octal | 342 | 123 | 40 | 0 | 77 | 126 | 13 | 20 | 115 | 63 |
| Binary | 11100010 | 1010011 | 100000 | 0 | 111111 | 1010110 | 1011 | 10000 | 1001101 | 110011 |
Color Harmonies of #E25320
Complementary color
Monochromatic Colors of #E25320
Black with #E25320
Text Example
Text Example
White with #E25320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25320; }
p { color: rgb(226,83,32); }
H1.HeaderClassName
{
color: #E25320;
}
.AnyTagClassName
{
color: #E25320;
}
</style>
background-color css
<style>
a { background-color: #E25320; }
a { background-color: rgb(226,83,32); }
div.DivClassName
{
background-color: #E25320;
}
.BgClassName
{
background-color: #E25320;
}
</style>
border-color css
<style>
span { border-color: #E25320; }
span { border-color: rgb(226,83,32); }
td.TdClassName
{
border-color: #E25320;
}
.TagClassName
{
border-color: #E25320;
}
</style>