Shades of Chilean Fire #E0521F
Tints of Chilean Fire #E0521F
RGB
CMYK
RGB Variations
Color information
#E0521F (or 0xE0521F) is known color: Chilean Fire. HEX triplet: E0, 52 and 1F. RGB value is (224,82,31). Sum of RGB (Red+Green+Blue) = 224+82+31=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E0521F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0521F is #1FADE0. Grayscale: #767676. Windows color (decimal): -2076129 or 2052832. OLE color: 2052832.
HSL color Cylindrical-coordinate representation of color #E0521F: hue angle of 15.85º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0521F is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 31 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.12 |
| HSL | 15.85º | 0.76% | 0.5% | - |
| HSV(B) | 15.85º | 0.86% | 0.88% | - |
| XYZ | 34.01 | 21.98 | 3.75 | - |
| YUV | 118.64 | 78.54 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 31 | 0 | 0.63 | 0.86 | 0.12 | 15.85 | 0.76 | 0.5 |
| Hex | E0 | 52 | 1F | 0 | 3F | 56 | C | 10 | 4C | 32 |
| Octal | 340 | 122 | 37 | 0 | 77 | 126 | 14 | 20 | 114 | 62 |
| Binary | 11100000 | 1010010 | 11111 | 0 | 111111 | 1010110 | 1100 | 10000 | 1001100 | 110010 |
Color Harmonies of #E0521F
Complementary color
Monochromatic Colors of #E0521F
Black with #E0521F
Text Example
Text Example
White with #E0521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0521F; }
p { color: rgb(224,82,31); }
H1.HeaderClassName
{
color: #E0521F;
}
.AnyTagClassName
{
color: #E0521F;
}
</style>
background-color css
<style>
a { background-color: #E0521F; }
a { background-color: rgb(224,82,31); }
div.DivClassName
{
background-color: #E0521F;
}
.BgClassName
{
background-color: #E0521F;
}
</style>
border-color css
<style>
span { border-color: #E0521F; }
span { border-color: rgb(224,82,31); }
td.TdClassName
{
border-color: #E0521F;
}
.TagClassName
{
border-color: #E0521F;
}
</style>