Shades of Chilean Fire #E15B33
Tints of Chilean Fire #E15B33
RGB
CMYK
RGB Variations
Color information
#E15B33 (or 0xE15B33) is known color: Chilean Fire. HEX triplet: E1, 5B and 33. RGB value is (225,91,51). Sum of RGB (Red+Green+Blue) = 225+91+51=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15B33 is #1EA4CC. Grayscale: #7E7E7E. Windows color (decimal): -2008269 or 3365857. OLE color: 3365857.
HSL color Cylindrical-coordinate representation of color #E15B33: hue angle of 13.79º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E15B33 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 51 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.12 |
| HSL | 13.79º | 0.74% | 0.54% | - |
| HSV(B) | 13.79º | 0.77% | 0.88% | - |
| XYZ | 35.39 | 23.73 | 5.85 | - |
| YUV | 126.51 | 85.39 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 51 | 0 | 0.60 | 0.77 | 0.12 | 13.79 | 0.74 | 0.54 |
| Hex | E1 | 5B | 33 | 0 | 3C | 4D | C | E | 4A | 36 |
| Octal | 341 | 133 | 63 | 0 | 74 | 115 | 14 | 16 | 112 | 66 |
| Binary | 11100001 | 1011011 | 110011 | 0 | 111100 | 1001101 | 1100 | 1110 | 1001010 | 110110 |
Color Harmonies of #E15B33
Complementary color
Monochromatic Colors of #E15B33
Black with #E15B33
Text Example
Text Example
White with #E15B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15B33; }
p { color: rgb(225,91,51); }
H1.HeaderClassName
{
color: #E15B33;
}
.AnyTagClassName
{
color: #E15B33;
}
</style>
background-color css
<style>
a { background-color: #E15B33; }
a { background-color: rgb(225,91,51); }
div.DivClassName
{
background-color: #E15B33;
}
.BgClassName
{
background-color: #E15B33;
}
</style>
border-color css
<style>
span { border-color: #E15B33; }
span { border-color: rgb(225,91,51); }
td.TdClassName
{
border-color: #E15B33;
}
.TagClassName
{
border-color: #E15B33;
}
</style>