Shades of Chilean Fire #E4562F
Tints of Chilean Fire #E4562F
RGB
CMYK
RGB Variations
Color information
#E4562F (or 0xE4562F) is known color: Chilean Fire. HEX triplet: E4, 56 and 2F. RGB value is (228,86,47). Sum of RGB (Red+Green+Blue) = 228+86+47=361 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.16% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 228 - color contains mainly: red. Hex color #E4562F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4562F is #1BA9D0. Grayscale: #7C7C7C. Windows color (decimal): -1812945 or 3102436. OLE color: 3102436.
HSL color Cylindrical-coordinate representation of color #E4562F: hue angle of 12.93º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E4562F is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 86 | 47 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.11 |
| HSL | 12.93º | 0.77% | 0.54% | - |
| HSV(B) | 12.93º | 0.79% | 0.89% | - |
| XYZ | 35.84 | 23.35 | 5.31 | - |
| YUV | 124.01 | 84.54 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 86 | 47 | 0 | 0.62 | 0.79 | 0.11 | 12.93 | 0.77 | 0.54 |
| Hex | E4 | 56 | 2F | 0 | 3E | 4F | B | D | 4D | 36 |
| Octal | 344 | 126 | 57 | 0 | 76 | 117 | 13 | 15 | 115 | 66 |
| Binary | 11100100 | 1010110 | 101111 | 0 | 111110 | 1001111 | 1011 | 1101 | 1001101 | 110110 |
Color Harmonies of #E4562F
Complementary color
Monochromatic Colors of #E4562F
Black with #E4562F
Text Example
Text Example
White with #E4562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4562F; }
p { color: rgb(228,86,47); }
H1.HeaderClassName
{
color: #E4562F;
}
.AnyTagClassName
{
color: #E4562F;
}
</style>
background-color css
<style>
a { background-color: #E4562F; }
a { background-color: rgb(228,86,47); }
div.DivClassName
{
background-color: #E4562F;
}
.BgClassName
{
background-color: #E4562F;
}
</style>
border-color css
<style>
span { border-color: #E4562F; }
span { border-color: rgb(228,86,47); }
td.TdClassName
{
border-color: #E4562F;
}
.TagClassName
{
border-color: #E4562F;
}
</style>