Shades of Chilean Fire #E35A32
Tints of Chilean Fire #E35A32
RGB
CMYK
RGB Variations
Color information
#E35A32 (or 0xE35A32) is known color: Chilean Fire. HEX triplet: E3, 5A and 32. RGB value is (227,90,50). Sum of RGB (Red+Green+Blue) = 227+90+50=367 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.85% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35A32 is #1CA5CD. Grayscale: #7E7E7E. Windows color (decimal): -1877454 or 3300067. OLE color: 3300067.
HSL color Cylindrical-coordinate representation of color #E35A32: hue angle of 13.56º 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 #E35A32 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 50 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.11 |
| HSL | 13.56º | 0.76% | 0.54% | - |
| HSV(B) | 13.56º | 0.78% | 0.89% | - |
| XYZ | 35.91 | 23.87 | 5.73 | - |
| YUV | 126.4 | 84.89 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 50 | 0 | 0.60 | 0.78 | 0.11 | 13.56 | 0.76 | 0.54 |
| Hex | E3 | 5A | 32 | 0 | 3C | 4E | B | E | 4C | 36 |
| Octal | 343 | 132 | 62 | 0 | 74 | 116 | 13 | 16 | 114 | 66 |
| Binary | 11100011 | 1011010 | 110010 | 0 | 111100 | 1001110 | 1011 | 1110 | 1001100 | 110110 |
Color Harmonies of #E35A32
Complementary color
Monochromatic Colors of #E35A32
Black with #E35A32
Text Example
Text Example
White with #E35A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35A32; }
p { color: rgb(227,90,50); }
H1.HeaderClassName
{
color: #E35A32;
}
.AnyTagClassName
{
color: #E35A32;
}
</style>
background-color css
<style>
a { background-color: #E35A32; }
a { background-color: rgb(227,90,50); }
div.DivClassName
{
background-color: #E35A32;
}
.BgClassName
{
background-color: #E35A32;
}
</style>
border-color css
<style>
span { border-color: #E35A32; }
span { border-color: rgb(227,90,50); }
td.TdClassName
{
border-color: #E35A32;
}
.TagClassName
{
border-color: #E35A32;
}
</style>