Shades of Chilean Fire #E55629
Tints of Chilean Fire #E55629
RGB
CMYK
RGB Variations
Color information
#E55629 (or 0xE55629) is known color: Chilean Fire. HEX triplet: E5, 56 and 29. RGB value is (229,86,41). Sum of RGB (Red+Green+Blue) = 229+86+41=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E55629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55629 is #1AA9D6. Grayscale: #7B7B7B. Windows color (decimal): -1747415 or 2709221. OLE color: 2709221.
HSL color Cylindrical-coordinate representation of color #E55629: hue angle of 14.36º 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 #E55629 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 41 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.10 |
| HSL | 14.36º | 0.78% | 0.53% | - |
| HSV(B) | 14.36º | 0.82% | 0.9% | - |
| XYZ | 36.04 | 23.47 | 4.73 | - |
| YUV | 123.63 | 81.38 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 41 | 0 | 0.62 | 0.82 | 0.10 | 14.36 | 0.78 | 0.53 |
| Hex | E5 | 56 | 29 | 0 | 3E | 52 | A | E | 4E | 35 |
| Octal | 345 | 126 | 51 | 0 | 76 | 122 | 12 | 16 | 116 | 65 |
| Binary | 11100101 | 1010110 | 101001 | 0 | 111110 | 1010010 | 1010 | 1110 | 1001110 | 110101 |
Color Harmonies of #E55629
Complementary color
Monochromatic Colors of #E55629
Black with #E55629
Text Example
Text Example
White with #E55629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55629; }
p { color: rgb(229,86,41); }
H1.HeaderClassName
{
color: #E55629;
}
.AnyTagClassName
{
color: #E55629;
}
</style>
background-color css
<style>
a { background-color: #E55629; }
a { background-color: rgb(229,86,41); }
div.DivClassName
{
background-color: #E55629;
}
.BgClassName
{
background-color: #E55629;
}
</style>
border-color css
<style>
span { border-color: #E55629; }
span { border-color: rgb(229,86,41); }
td.TdClassName
{
border-color: #E55629;
}
.TagClassName
{
border-color: #E55629;
}
</style>