Shades of Chilean Fire #E1552C
Tints of Chilean Fire #E1552C
RGB
CMYK
RGB Variations
Color information
#E1552C (or 0xE1552C) is known color: Chilean Fire. HEX triplet: E1, 55 and 2C. RGB value is (225,85,44). Sum of RGB (Red+Green+Blue) = 225+85+44=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1552C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1552C is #1EAAD3. Grayscale: #7A7A7A. Windows color (decimal): -2009812 or 2905569. OLE color: 2905569.
HSL color Cylindrical-coordinate representation of color #E1552C: hue angle of 13.59º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1552C is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 44 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.12 |
| HSL | 13.59º | 0.75% | 0.53% | - |
| HSV(B) | 13.59º | 0.8% | 0.88% | - |
| XYZ | 34.75 | 22.69 | 4.93 | - |
| YUV | 122.19 | 83.88 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 44 | 0 | 0.62 | 0.80 | 0.12 | 13.59 | 0.75 | 0.53 |
| Hex | E1 | 55 | 2C | 0 | 3E | 50 | C | E | 4B | 35 |
| Octal | 341 | 125 | 54 | 0 | 76 | 120 | 14 | 16 | 113 | 65 |
| Binary | 11100001 | 1010101 | 101100 | 0 | 111110 | 1010000 | 1100 | 1110 | 1001011 | 110101 |
Color Harmonies of #E1552C
Complementary color
Monochromatic Colors of #E1552C
Black with #E1552C
Text Example
Text Example
White with #E1552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1552C; }
p { color: rgb(225,85,44); }
H1.HeaderClassName
{
color: #E1552C;
}
.AnyTagClassName
{
color: #E1552C;
}
</style>
background-color css
<style>
a { background-color: #E1552C; }
a { background-color: rgb(225,85,44); }
div.DivClassName
{
background-color: #E1552C;
}
.BgClassName
{
background-color: #E1552C;
}
</style>
border-color css
<style>
span { border-color: #E1552C; }
span { border-color: rgb(225,85,44); }
td.TdClassName
{
border-color: #E1552C;
}
.TagClassName
{
border-color: #E1552C;
}
</style>