Shades of Chilean Fire #E45523
Tints of Chilean Fire #E45523
RGB
CMYK
RGB Variations
Color information
#E45523 (or 0xE45523) is known color: Chilean Fire. HEX triplet: E4, 55 and 23. RGB value is (228,85,35). Sum of RGB (Red+Green+Blue) = 228+85+35=348 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.52% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 35 (14.06% from 255 or 10.06% from 348); Max value from RGB is 228 - color contains mainly: red. Hex color #E45523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45523 is #1BAADC. Grayscale: #7A7A7A. Windows color (decimal): -1813213 or 2315748. OLE color: 2315748.
HSL color Cylindrical-coordinate representation of color #E45523: hue angle of 15.54º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E45523 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 35 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.11 |
| HSL | 15.54º | 0.78% | 0.52% | - |
| HSV(B) | 15.54º | 0.85% | 0.89% | - |
| XYZ | 35.55 | 23.11 | 4.18 | - |
| YUV | 122.06 | 78.88 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 35 | 0 | 0.63 | 0.85 | 0.11 | 15.54 | 0.78 | 0.52 |
| Hex | E4 | 55 | 23 | 0 | 3F | 55 | B | 10 | 4E | 34 |
| Octal | 344 | 125 | 43 | 0 | 77 | 125 | 13 | 20 | 116 | 64 |
| Binary | 11100100 | 1010101 | 100011 | 0 | 111111 | 1010101 | 1011 | 10000 | 1001110 | 110100 |
Color Harmonies of #E45523
Complementary color
Monochromatic Colors of #E45523
Black with #E45523
Text Example
Text Example
White with #E45523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45523; }
p { color: rgb(228,85,35); }
H1.HeaderClassName
{
color: #E45523;
}
.AnyTagClassName
{
color: #E45523;
}
</style>
background-color css
<style>
a { background-color: #E45523; }
a { background-color: rgb(228,85,35); }
div.DivClassName
{
background-color: #E45523;
}
.BgClassName
{
background-color: #E45523;
}
</style>
border-color css
<style>
span { border-color: #E45523; }
span { border-color: rgb(228,85,35); }
td.TdClassName
{
border-color: #E45523;
}
.TagClassName
{
border-color: #E45523;
}
</style>