Shades of Chilean Fire #E1552D
Tints of Chilean Fire #E1552D
RGB
CMYK
RGB Variations
Color information
#E1552D (or 0xE1552D) is known color: Chilean Fire. HEX triplet: E1, 55 and 2D. RGB value is (225,85,45). Sum of RGB (Red+Green+Blue) = 225+85+45=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E1552D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1552D is #1EAAD2. Grayscale: #7A7A7A. Windows color (decimal): -2009811 or 2971105. OLE color: 2971105.
HSL color Cylindrical-coordinate representation of color #E1552D: hue angle of 13.33º 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 #E1552D is Cyan = 0, Magento = 0.62, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 45 | - |
| CMYK | 0 | 0.62 | 0.8 | 0.12 |
| HSL | 13.33º | 0.75% | 0.53% | - |
| HSV(B) | 13.33º | 0.8% | 0.88% | - |
| XYZ | 34.77 | 22.69 | 5.03 | - |
| YUV | 122.3 | 84.38 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 45 | 0 | 0.62 | 0.8 | 0.12 | 13.33 | 0.75 | 0.53 |
| Hex | E1 | 55 | 2D | 0 | 3E | 50 | C | D | 4B | 35 |
| Octal | 341 | 125 | 55 | 0 | 76 | 120 | 14 | 15 | 113 | 65 |
| Binary | 11100001 | 1010101 | 101101 | 0 | 111110 | 1010000 | 1100 | 1101 | 1001011 | 110101 |
Color Harmonies of #E1552D
Complementary color
Monochromatic Colors of #E1552D
Black with #E1552D
Text Example
Text Example
White with #E1552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1552D; }
p { color: rgb(225,85,45); }
H1.HeaderClassName
{
color: #E1552D;
}
.AnyTagClassName
{
color: #E1552D;
}
</style>
background-color css
<style>
a { background-color: #E1552D; }
a { background-color: rgb(225,85,45); }
div.DivClassName
{
background-color: #E1552D;
}
.BgClassName
{
background-color: #E1552D;
}
</style>
border-color css
<style>
span { border-color: #E1552D; }
span { border-color: rgb(225,85,45); }
td.TdClassName
{
border-color: #E1552D;
}
.TagClassName
{
border-color: #E1552D;
}
</style>