Shades of Chilean Fire #E0582A
Tints of Chilean Fire #E0582A
RGB
CMYK
RGB Variations
Color information
#E0582A (or 0xE0582A) is known color: Chilean Fire. HEX triplet: E0, 58 and 2A. RGB value is (224,88,42). Sum of RGB (Red+Green+Blue) = 224+88+42=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E0582A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0582A is #1FA7D5. Grayscale: #7B7B7B. Windows color (decimal): -2074582 or 2775264. OLE color: 2775264.
HSL color Cylindrical-coordinate representation of color #E0582A: hue angle of 15.16º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0582A is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 88 | 42 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.12 |
| HSL | 15.16º | 0.75% | 0.52% | - |
| HSV(B) | 15.16º | 0.81% | 0.88% | - |
| XYZ | 34.65 | 22.99 | 4.8 | - |
| YUV | 123.42 | 82.06 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 42 | 0 | 0.61 | 0.81 | 0.12 | 15.16 | 0.75 | 0.52 |
| Hex | E0 | 58 | 2A | 0 | 3D | 51 | C | F | 4B | 34 |
| Octal | 340 | 130 | 52 | 0 | 75 | 121 | 14 | 17 | 113 | 64 |
| Binary | 11100000 | 1011000 | 101010 | 0 | 111101 | 1010001 | 1100 | 1111 | 1001011 | 110100 |
Color Harmonies of #E0582A
Complementary color
Monochromatic Colors of #E0582A
Black with #E0582A
Text Example
Text Example
White with #E0582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0582A; }
p { color: rgb(224,88,42); }
H1.HeaderClassName
{
color: #E0582A;
}
.AnyTagClassName
{
color: #E0582A;
}
</style>
background-color css
<style>
a { background-color: #E0582A; }
a { background-color: rgb(224,88,42); }
div.DivClassName
{
background-color: #E0582A;
}
.BgClassName
{
background-color: #E0582A;
}
</style>
border-color css
<style>
span { border-color: #E0582A; }
span { border-color: rgb(224,88,42); }
td.TdClassName
{
border-color: #E0582A;
}
.TagClassName
{
border-color: #E0582A;
}
</style>