Shades of Chilean Fire #E35A31
Tints of Chilean Fire #E35A31
RGB
CMYK
RGB Variations
Color information
#E35A31 (or 0xE35A31) is known color: Chilean Fire. HEX triplet: E3, 5A and 31. RGB value is (227,90,49). Sum of RGB (Red+Green+Blue) = 227+90+49=366 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.02% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35A31 is #1CA5CE. Grayscale: #7E7E7E. Windows color (decimal): -1877455 or 3234531. OLE color: 3234531.
HSL color Cylindrical-coordinate representation of color #E35A31: hue angle of 13.82º degrees, saturation: 0.76, 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 #E35A31 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 49 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.11 |
| HSL | 13.82º | 0.76% | 0.54% | - |
| HSV(B) | 13.82º | 0.78% | 0.89% | - |
| XYZ | 35.89 | 23.86 | 5.62 | - |
| YUV | 126.29 | 84.39 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 49 | 0 | 0.60 | 0.78 | 0.11 | 13.82 | 0.76 | 0.54 |
| Hex | E3 | 5A | 31 | 0 | 3C | 4E | B | E | 4C | 36 |
| Octal | 343 | 132 | 61 | 0 | 74 | 116 | 13 | 16 | 114 | 66 |
| Binary | 11100011 | 1011010 | 110001 | 0 | 111100 | 1001110 | 1011 | 1110 | 1001100 | 110110 |
Color Harmonies of #E35A31
Complementary color
Monochromatic Colors of #E35A31
Black with #E35A31
Text Example
Text Example
White with #E35A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35A31; }
p { color: rgb(227,90,49); }
H1.HeaderClassName
{
color: #E35A31;
}
.AnyTagClassName
{
color: #E35A31;
}
</style>
background-color css
<style>
a { background-color: #E35A31; }
a { background-color: rgb(227,90,49); }
div.DivClassName
{
background-color: #E35A31;
}
.BgClassName
{
background-color: #E35A31;
}
</style>
border-color css
<style>
span { border-color: #E35A31; }
span { border-color: rgb(227,90,49); }
td.TdClassName
{
border-color: #E35A31;
}
.TagClassName
{
border-color: #E35A31;
}
</style>