Shades of Chilean Fire #E0572C
Tints of Chilean Fire #E0572C
RGB
CMYK
RGB Variations
Color information
#E0572C (or 0xE0572C) is known color: Chilean Fire. HEX triplet: E0, 57 and 2C. RGB value is (224,87,44). Sum of RGB (Red+Green+Blue) = 224+87+44=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E0572C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0572C is #1FA8D3. Grayscale: #7B7B7B. Windows color (decimal): -2074836 or 2906080. OLE color: 2906080.
HSL color Cylindrical-coordinate representation of color #E0572C: hue angle of 14.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0572C is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 44 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.12 |
| HSL | 14.33º | 0.74% | 0.53% | - |
| HSV(B) | 14.33º | 0.8% | 0.88% | - |
| XYZ | 34.6 | 22.85 | 4.97 | - |
| YUV | 123.06 | 83.39 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 44 | 0 | 0.61 | 0.80 | 0.12 | 14.33 | 0.74 | 0.53 |
| Hex | E0 | 57 | 2C | 0 | 3D | 50 | C | E | 4A | 35 |
| Octal | 340 | 127 | 54 | 0 | 75 | 120 | 14 | 16 | 112 | 65 |
| Binary | 11100000 | 1010111 | 101100 | 0 | 111101 | 1010000 | 1100 | 1110 | 1001010 | 110101 |
Color Harmonies of #E0572C
Complementary color
Monochromatic Colors of #E0572C
Black with #E0572C
Text Example
Text Example
White with #E0572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0572C; }
p { color: rgb(224,87,44); }
H1.HeaderClassName
{
color: #E0572C;
}
.AnyTagClassName
{
color: #E0572C;
}
</style>
background-color css
<style>
a { background-color: #E0572C; }
a { background-color: rgb(224,87,44); }
div.DivClassName
{
background-color: #E0572C;
}
.BgClassName
{
background-color: #E0572C;
}
</style>
border-color css
<style>
span { border-color: #E0572C; }
span { border-color: rgb(224,87,44); }
td.TdClassName
{
border-color: #E0572C;
}
.TagClassName
{
border-color: #E0572C;
}
</style>