Shades of Chilean Fire #E05D26
Tints of Chilean Fire #E05D26
RGB
CMYK
RGB Variations
Color information
#E05D26 (or 0xE05D26) is known color: Chilean Fire. HEX triplet: E0, 5D and 26. RGB value is (224,93,38). Sum of RGB (Red+Green+Blue) = 224+93+38=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05D26 is #1FA2D9. Grayscale: #7E7E7E. Windows color (decimal): -2073306 or 2514400. OLE color: 2514400.
HSL color Cylindrical-coordinate representation of color #E05D26: hue angle of 17.74º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E05D26 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 38 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.12 |
| HSL | 17.74º | 0.75% | 0.51% | - |
| HSV(B) | 17.74º | 0.83% | 0.88% | - |
| XYZ | 35 | 23.82 | 4.59 | - |
| YUV | 125.9 | 78.4 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 38 | 0 | 0.58 | 0.83 | 0.12 | 17.74 | 0.75 | 0.51 |
| Hex | E0 | 5D | 26 | 0 | 3A | 53 | C | 12 | 4B | 33 |
| Octal | 340 | 135 | 46 | 0 | 72 | 123 | 14 | 22 | 113 | 63 |
| Binary | 11100000 | 1011101 | 100110 | 0 | 111010 | 1010011 | 1100 | 10010 | 1001011 | 110011 |
Color Harmonies of #E05D26
Complementary color
Monochromatic Colors of #E05D26
Black with #E05D26
Text Example
Text Example
White with #E05D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05D26; }
p { color: rgb(224,93,38); }
H1.HeaderClassName
{
color: #E05D26;
}
.AnyTagClassName
{
color: #E05D26;
}
</style>
background-color css
<style>
a { background-color: #E05D26; }
a { background-color: rgb(224,93,38); }
div.DivClassName
{
background-color: #E05D26;
}
.BgClassName
{
background-color: #E05D26;
}
</style>
border-color css
<style>
span { border-color: #E05D26; }
span { border-color: rgb(224,93,38); }
td.TdClassName
{
border-color: #E05D26;
}
.TagClassName
{
border-color: #E05D26;
}
</style>