Shades of Chilean Fire #E55526
Tints of Chilean Fire #E55526
RGB
CMYK
RGB Variations
Color information
#E55526 (or 0xE55526) is known color: Chilean Fire. HEX triplet: E5, 55 and 26. RGB value is (229,85,38). Sum of RGB (Red+Green+Blue) = 229+85+38=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E55526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55526 is #1AAAD9. Grayscale: #7B7B7B. Windows color (decimal): -1747674 or 2512357. OLE color: 2512357.
HSL color Cylindrical-coordinate representation of color #E55526: hue angle of 14.76º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E55526 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 38 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.10 |
| HSL | 14.76º | 0.79% | 0.52% | - |
| HSV(B) | 14.76º | 0.83% | 0.9% | - |
| XYZ | 35.91 | 23.29 | 4.44 | - |
| YUV | 122.7 | 80.21 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 38 | 0 | 0.63 | 0.83 | 0.10 | 14.76 | 0.79 | 0.52 |
| Hex | E5 | 55 | 26 | 0 | 3F | 53 | A | F | 4F | 34 |
| Octal | 345 | 125 | 46 | 0 | 77 | 123 | 12 | 17 | 117 | 64 |
| Binary | 11100101 | 1010101 | 100110 | 0 | 111111 | 1010011 | 1010 | 1111 | 1001111 | 110100 |
Color Harmonies of #E55526
Complementary color
Monochromatic Colors of #E55526
Black with #E55526
Text Example
Text Example
White with #E55526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55526; }
p { color: rgb(229,85,38); }
H1.HeaderClassName
{
color: #E55526;
}
.AnyTagClassName
{
color: #E55526;
}
</style>
background-color css
<style>
a { background-color: #E55526; }
a { background-color: rgb(229,85,38); }
div.DivClassName
{
background-color: #E55526;
}
.BgClassName
{
background-color: #E55526;
}
</style>
border-color css
<style>
span { border-color: #E55526; }
span { border-color: rgb(229,85,38); }
td.TdClassName
{
border-color: #E55526;
}
.TagClassName
{
border-color: #E55526;
}
</style>