Shades of Chilean Fire #E05530
Tints of Chilean Fire #E05530
RGB
CMYK
RGB Variations
Color information
#E05530 (or 0xE05530) is known color: Chilean Fire. HEX triplet: E0, 55 and 30. RGB value is (224,85,48). Sum of RGB (Red+Green+Blue) = 224+85+48=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E05530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05530 is #1FAACF. Grayscale: #7A7A7A. Windows color (decimal): -2075344 or 3167712. OLE color: 3167712.
HSL color Cylindrical-coordinate representation of color #E05530: hue angle of 12.61º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E05530 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 85 | 48 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.12 |
| HSL | 12.61º | 0.74% | 0.53% | - |
| HSV(B) | 12.61º | 0.79% | 0.88% | - |
| XYZ | 34.52 | 22.56 | 5.33 | - |
| YUV | 122.34 | 86.05 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 85 | 48 | 0 | 0.62 | 0.79 | 0.12 | 12.61 | 0.74 | 0.53 |
| Hex | E0 | 55 | 30 | 0 | 3E | 4F | C | D | 4A | 35 |
| Octal | 340 | 125 | 60 | 0 | 76 | 117 | 14 | 15 | 112 | 65 |
| Binary | 11100000 | 1010101 | 110000 | 0 | 111110 | 1001111 | 1100 | 1101 | 1001010 | 110101 |
Color Harmonies of #E05530
Complementary color
Monochromatic Colors of #E05530
Black with #E05530
Text Example
Text Example
White with #E05530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05530; }
p { color: rgb(224,85,48); }
H1.HeaderClassName
{
color: #E05530;
}
.AnyTagClassName
{
color: #E05530;
}
</style>
background-color css
<style>
a { background-color: #E05530; }
a { background-color: rgb(224,85,48); }
div.DivClassName
{
background-color: #E05530;
}
.BgClassName
{
background-color: #E05530;
}
</style>
border-color css
<style>
span { border-color: #E05530; }
span { border-color: rgb(224,85,48); }
td.TdClassName
{
border-color: #E05530;
}
.TagClassName
{
border-color: #E05530;
}
</style>