Shades of Chilean Fire #E05732
Tints of Chilean Fire #E05732
RGB
CMYK
RGB Variations
Color information
#E05732 (or 0xE05732) is known color: Chilean Fire. HEX triplet: E0, 57 and 32. RGB value is (224,87,50). Sum of RGB (Red+Green+Blue) = 224+87+50=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E05732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05732 is #1FA8CD. Grayscale: #7C7C7C. Windows color (decimal): -2074830 or 3299296. OLE color: 3299296.
HSL color Cylindrical-coordinate representation of color #E05732: hue angle of 12.76º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E05732 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 50 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.12 |
| HSL | 12.76º | 0.74% | 0.54% | - |
| HSV(B) | 12.76º | 0.78% | 0.88% | - |
| XYZ | 34.72 | 22.89 | 5.61 | - |
| YUV | 123.75 | 86.39 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 50 | 0 | 0.61 | 0.78 | 0.12 | 12.76 | 0.74 | 0.54 |
| Hex | E0 | 57 | 32 | 0 | 3D | 4E | C | D | 4A | 36 |
| Octal | 340 | 127 | 62 | 0 | 75 | 116 | 14 | 15 | 112 | 66 |
| Binary | 11100000 | 1010111 | 110010 | 0 | 111101 | 1001110 | 1100 | 1101 | 1001010 | 110110 |
Color Harmonies of #E05732
Complementary color
Monochromatic Colors of #E05732
Black with #E05732
Text Example
Text Example
White with #E05732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05732; }
p { color: rgb(224,87,50); }
H1.HeaderClassName
{
color: #E05732;
}
.AnyTagClassName
{
color: #E05732;
}
</style>
background-color css
<style>
a { background-color: #E05732; }
a { background-color: rgb(224,87,50); }
div.DivClassName
{
background-color: #E05732;
}
.BgClassName
{
background-color: #E05732;
}
</style>
border-color css
<style>
span { border-color: #E05732; }
span { border-color: rgb(224,87,50); }
td.TdClassName
{
border-color: #E05732;
}
.TagClassName
{
border-color: #E05732;
}
</style>