Shades of Chilean Fire #E65A24
Tints of Chilean Fire #E65A24
RGB
CMYK
RGB Variations
Color information
#E65A24 (or 0xE65A24) is known color: Chilean Fire. HEX triplet: E6, 5A and 24. RGB value is (230,90,36). Sum of RGB (Red+Green+Blue) = 230+90+36=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65A24 is #19A5DB. Grayscale: #7E7E7E. Windows color (decimal): -1680860 or 2382566. OLE color: 2382566.
HSL color Cylindrical-coordinate representation of color #E65A24: hue angle of 16.7º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E65A24 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 36 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.10 |
| HSL | 16.7º | 0.8% | 0.52% | - |
| HSV(B) | 16.7º | 0.84% | 0.9% | - |
| XYZ | 36.61 | 24.26 | 4.42 | - |
| YUV | 125.7 | 77.38 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 36 | 0 | 0.61 | 0.84 | 0.10 | 16.7 | 0.8 | 0.52 |
| Hex | E6 | 5A | 24 | 0 | 3D | 54 | A | 11 | 50 | 34 |
| Octal | 346 | 132 | 44 | 0 | 75 | 124 | 12 | 21 | 120 | 64 |
| Binary | 11100110 | 1011010 | 100100 | 0 | 111101 | 1010100 | 1010 | 10001 | 1010000 | 110100 |
Color Harmonies of #E65A24
Complementary color
Monochromatic Colors of #E65A24
Black with #E65A24
Text Example
Text Example
White with #E65A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65A24; }
p { color: rgb(230,90,36); }
H1.HeaderClassName
{
color: #E65A24;
}
.AnyTagClassName
{
color: #E65A24;
}
</style>
background-color css
<style>
a { background-color: #E65A24; }
a { background-color: rgb(230,90,36); }
div.DivClassName
{
background-color: #E65A24;
}
.BgClassName
{
background-color: #E65A24;
}
</style>
border-color css
<style>
span { border-color: #E65A24; }
span { border-color: rgb(230,90,36); }
td.TdClassName
{
border-color: #E65A24;
}
.TagClassName
{
border-color: #E65A24;
}
</style>