Shades of Chilean Fire #E65926
Tints of Chilean Fire #E65926
RGB
CMYK
RGB Variations
Color information
#E65926 (or 0xE65926) is known color: Chilean Fire. HEX triplet: E6, 59 and 26. RGB value is (230,89,38). Sum of RGB (Red+Green+Blue) = 230+89+38=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E65926 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65926 is #19A6D9. Grayscale: #7D7D7D. Windows color (decimal): -1681114 or 2513382. OLE color: 2513382.
HSL color Cylindrical-coordinate representation of color #E65926: hue angle of 15.94º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E65926 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 38 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.10 |
| HSL | 15.94º | 0.79% | 0.53% | - |
| HSV(B) | 15.94º | 0.83% | 0.9% | - |
| XYZ | 36.56 | 24.11 | 4.56 | - |
| YUV | 125.35 | 78.71 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 38 | 0 | 0.61 | 0.83 | 0.10 | 15.94 | 0.79 | 0.53 |
| Hex | E6 | 59 | 26 | 0 | 3D | 53 | A | 10 | 4F | 35 |
| Octal | 346 | 131 | 46 | 0 | 75 | 123 | 12 | 20 | 117 | 65 |
| Binary | 11100110 | 1011001 | 100110 | 0 | 111101 | 1010011 | 1010 | 10000 | 1001111 | 110101 |
Color Harmonies of #E65926
Complementary color
Monochromatic Colors of #E65926
Black with #E65926
Text Example
Text Example
White with #E65926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65926; }
p { color: rgb(230,89,38); }
H1.HeaderClassName
{
color: #E65926;
}
.AnyTagClassName
{
color: #E65926;
}
</style>
background-color css
<style>
a { background-color: #E65926; }
a { background-color: rgb(230,89,38); }
div.DivClassName
{
background-color: #E65926;
}
.BgClassName
{
background-color: #E65926;
}
</style>
border-color css
<style>
span { border-color: #E65926; }
span { border-color: rgb(230,89,38); }
td.TdClassName
{
border-color: #E65926;
}
.TagClassName
{
border-color: #E65926;
}
</style>