Shades of Chilean Fire #E05D31
Tints of Chilean Fire #E05D31
RGB
CMYK
RGB Variations
Color information
#E05D31 (or 0xE05D31) is known color: Chilean Fire. HEX triplet: E0, 5D and 31. RGB value is (224,93,49). Sum of RGB (Red+Green+Blue) = 224+93+49=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05D31 is #1FA2CE. Grayscale: #7F7F7F. Windows color (decimal): -2073295 or 3235296. OLE color: 3235296.
HSL color Cylindrical-coordinate representation of color #E05D31: hue angle of 15.09º 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 #E05D31 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 49 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.12 |
| HSL | 15.09º | 0.74% | 0.54% | - |
| HSV(B) | 15.09º | 0.78% | 0.88% | - |
| XYZ | 35.21 | 23.9 | 5.66 | - |
| YUV | 127.15 | 83.9 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 49 | 0 | 0.58 | 0.78 | 0.12 | 15.09 | 0.74 | 0.54 |
| Hex | E0 | 5D | 31 | 0 | 3A | 4E | C | F | 4A | 36 |
| Octal | 340 | 135 | 61 | 0 | 72 | 116 | 14 | 17 | 112 | 66 |
| Binary | 11100000 | 1011101 | 110001 | 0 | 111010 | 1001110 | 1100 | 1111 | 1001010 | 110110 |
Color Harmonies of #E05D31
Complementary color
Monochromatic Colors of #E05D31
Black with #E05D31
Text Example
Text Example
White with #E05D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05D31; }
p { color: rgb(224,93,49); }
H1.HeaderClassName
{
color: #E05D31;
}
.AnyTagClassName
{
color: #E05D31;
}
</style>
background-color css
<style>
a { background-color: #E05D31; }
a { background-color: rgb(224,93,49); }
div.DivClassName
{
background-color: #E05D31;
}
.BgClassName
{
background-color: #E05D31;
}
</style>
border-color css
<style>
span { border-color: #E05D31; }
span { border-color: rgb(224,93,49); }
td.TdClassName
{
border-color: #E05D31;
}
.TagClassName
{
border-color: #E05D31;
}
</style>