Shades of Chilean Fire #E55A29
Tints of Chilean Fire #E55A29
RGB
CMYK
RGB Variations
Color information
#E55A29 (or 0xE55A29) is known color: Chilean Fire. HEX triplet: E5, 5A and 29. RGB value is (229,90,41). Sum of RGB (Red+Green+Blue) = 229+90+41=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55A29 is #1AA5D6. Grayscale: #7E7E7E. Windows color (decimal): -1746391 or 2710245. OLE color: 2710245.
HSL color Cylindrical-coordinate representation of color #E55A29: hue angle of 15.64º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E55A29 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 41 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.10 |
| HSL | 15.64º | 0.78% | 0.53% | - |
| HSV(B) | 15.64º | 0.82% | 0.9% | - |
| XYZ | 36.37 | 24.13 | 4.84 | - |
| YUV | 125.98 | 80.05 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 41 | 0 | 0.61 | 0.82 | 0.10 | 15.64 | 0.78 | 0.53 |
| Hex | E5 | 5A | 29 | 0 | 3D | 52 | A | 10 | 4E | 35 |
| Octal | 345 | 132 | 51 | 0 | 75 | 122 | 12 | 20 | 116 | 65 |
| Binary | 11100101 | 1011010 | 101001 | 0 | 111101 | 1010010 | 1010 | 10000 | 1001110 | 110101 |
Color Harmonies of #E55A29
Complementary color
Monochromatic Colors of #E55A29
Black with #E55A29
Text Example
Text Example
White with #E55A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55A29; }
p { color: rgb(229,90,41); }
H1.HeaderClassName
{
color: #E55A29;
}
.AnyTagClassName
{
color: #E55A29;
}
</style>
background-color css
<style>
a { background-color: #E55A29; }
a { background-color: rgb(229,90,41); }
div.DivClassName
{
background-color: #E55A29;
}
.BgClassName
{
background-color: #E55A29;
}
</style>
border-color css
<style>
span { border-color: #E55A29; }
span { border-color: rgb(229,90,41); }
td.TdClassName
{
border-color: #E55A29;
}
.TagClassName
{
border-color: #E55A29;
}
</style>