Shades of Chilean Fire #E05830
Tints of Chilean Fire #E05830
RGB
CMYK
RGB Variations
Color information
#E05830 (or 0xE05830) is known color: Chilean Fire. HEX triplet: E0, 58 and 30. RGB value is (224,88,48). Sum of RGB (Red+Green+Blue) = 224+88+48=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E05830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05830 is #1FA7CF. Grayscale: #7C7C7C. Windows color (decimal): -2074576 or 3168480. OLE color: 3168480.
HSL color Cylindrical-coordinate representation of color #E05830: hue angle of 13.64º 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 #E05830 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 88 | 48 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.12 |
| HSL | 13.64º | 0.74% | 0.53% | - |
| HSV(B) | 13.64º | 0.79% | 0.88% | - |
| XYZ | 34.76 | 23.04 | 5.41 | - |
| YUV | 124.1 | 85.06 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 48 | 0 | 0.61 | 0.79 | 0.12 | 13.64 | 0.74 | 0.53 |
| Hex | E0 | 58 | 30 | 0 | 3D | 4F | C | E | 4A | 35 |
| Octal | 340 | 130 | 60 | 0 | 75 | 117 | 14 | 16 | 112 | 65 |
| Binary | 11100000 | 1011000 | 110000 | 0 | 111101 | 1001111 | 1100 | 1110 | 1001010 | 110101 |
Color Harmonies of #E05830
Complementary color
Monochromatic Colors of #E05830
Black with #E05830
Text Example
Text Example
White with #E05830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05830; }
p { color: rgb(224,88,48); }
H1.HeaderClassName
{
color: #E05830;
}
.AnyTagClassName
{
color: #E05830;
}
</style>
background-color css
<style>
a { background-color: #E05830; }
a { background-color: rgb(224,88,48); }
div.DivClassName
{
background-color: #E05830;
}
.BgClassName
{
background-color: #E05830;
}
</style>
border-color css
<style>
span { border-color: #E05830; }
span { border-color: rgb(224,88,48); }
td.TdClassName
{
border-color: #E05830;
}
.TagClassName
{
border-color: #E05830;
}
</style>