Shades of Chilean Fire #E25A32
Tints of Chilean Fire #E25A32
RGB
CMYK
RGB Variations
Color information
#E25A32 (or 0xE25A32) is known color: Chilean Fire. HEX triplet: E2, 5A and 32. RGB value is (226,90,50). Sum of RGB (Red+Green+Blue) = 226+90+50=366 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.75% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25A32 is #1DA5CD. Grayscale: #7E7E7E. Windows color (decimal): -1942990 or 3300066. OLE color: 3300066.
HSL color Cylindrical-coordinate representation of color #E25A32: hue angle of 13.64º 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 #E25A32 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 50 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.11 |
| HSL | 13.64º | 0.75% | 0.54% | - |
| HSV(B) | 13.64º | 0.78% | 0.89% | - |
| XYZ | 35.6 | 23.71 | 5.72 | - |
| YUV | 126.1 | 85.06 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 50 | 0 | 0.60 | 0.78 | 0.11 | 13.64 | 0.75 | 0.54 |
| Hex | E2 | 5A | 32 | 0 | 3C | 4E | B | E | 4B | 36 |
| Octal | 342 | 132 | 62 | 0 | 74 | 116 | 13 | 16 | 113 | 66 |
| Binary | 11100010 | 1011010 | 110010 | 0 | 111100 | 1001110 | 1011 | 1110 | 1001011 | 110110 |
Color Harmonies of #E25A32
Complementary color
Monochromatic Colors of #E25A32
Black with #E25A32
Text Example
Text Example
White with #E25A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25A32; }
p { color: rgb(226,90,50); }
H1.HeaderClassName
{
color: #E25A32;
}
.AnyTagClassName
{
color: #E25A32;
}
</style>
background-color css
<style>
a { background-color: #E25A32; }
a { background-color: rgb(226,90,50); }
div.DivClassName
{
background-color: #E25A32;
}
.BgClassName
{
background-color: #E25A32;
}
</style>
border-color css
<style>
span { border-color: #E25A32; }
span { border-color: rgb(226,90,50); }
td.TdClassName
{
border-color: #E25A32;
}
.TagClassName
{
border-color: #E25A32;
}
</style>