Shades of Chilean Fire #E35C29
Tints of Chilean Fire #E35C29
RGB
CMYK
RGB Variations
Color information
#E35C29 (or 0xE35C29) is known color: Chilean Fire. HEX triplet: E3, 5C and 29. RGB value is (227,92,41). Sum of RGB (Red+Green+Blue) = 227+92+41=360 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.06% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35C29 is #1CA3D6. Grayscale: #7E7E7E. Windows color (decimal): -1876951 or 2710755. OLE color: 2710755.
HSL color Cylindrical-coordinate representation of color #E35C29: hue angle of 16.45º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E35C29 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 41 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.11 |
| HSL | 16.45º | 0.77% | 0.53% | - |
| HSV(B) | 16.45º | 0.82% | 0.89% | - |
| XYZ | 35.91 | 24.15 | 4.87 | - |
| YUV | 126.55 | 79.73 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 41 | 0 | 0.59 | 0.82 | 0.11 | 16.45 | 0.77 | 0.53 |
| Hex | E3 | 5C | 29 | 0 | 3B | 52 | B | 10 | 4D | 35 |
| Octal | 343 | 134 | 51 | 0 | 73 | 122 | 13 | 20 | 115 | 65 |
| Binary | 11100011 | 1011100 | 101001 | 0 | 111011 | 1010010 | 1011 | 10000 | 1001101 | 110101 |
Color Harmonies of #E35C29
Complementary color
Monochromatic Colors of #E35C29
Black with #E35C29
Text Example
Text Example
White with #E35C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C29; }
p { color: rgb(227,92,41); }
H1.HeaderClassName
{
color: #E35C29;
}
.AnyTagClassName
{
color: #E35C29;
}
</style>
background-color css
<style>
a { background-color: #E35C29; }
a { background-color: rgb(227,92,41); }
div.DivClassName
{
background-color: #E35C29;
}
.BgClassName
{
background-color: #E35C29;
}
</style>
border-color css
<style>
span { border-color: #E35C29; }
span { border-color: rgb(227,92,41); }
td.TdClassName
{
border-color: #E35C29;
}
.TagClassName
{
border-color: #E35C29;
}
</style>