Shades of Chilean Fire #E05A2A
Tints of Chilean Fire #E05A2A
RGB
CMYK
RGB Variations
Color information
#E05A2A (or 0xE05A2A) is known color: Chilean Fire. HEX triplet: E0, 5A and 2A. RGB value is (224,90,42). Sum of RGB (Red+Green+Blue) = 224+90+42=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05A2A is #1FA5D5. Grayscale: #7C7C7C. Windows color (decimal): -2074070 or 2775776. OLE color: 2775776.
HSL color Cylindrical-coordinate representation of color #E05A2A: hue angle of 15.82º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E05A2A is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 42 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.12 |
| HSL | 15.82º | 0.75% | 0.52% | - |
| HSV(B) | 15.82º | 0.81% | 0.88% | - |
| XYZ | 34.81 | 23.33 | 4.86 | - |
| YUV | 124.59 | 81.39 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 42 | 0 | 0.60 | 0.81 | 0.12 | 15.82 | 0.75 | 0.52 |
| Hex | E0 | 5A | 2A | 0 | 3C | 51 | C | 10 | 4B | 34 |
| Octal | 340 | 132 | 52 | 0 | 74 | 121 | 14 | 20 | 113 | 64 |
| Binary | 11100000 | 1011010 | 101010 | 0 | 111100 | 1010001 | 1100 | 10000 | 1001011 | 110100 |
Color Harmonies of #E05A2A
Complementary color
Monochromatic Colors of #E05A2A
Black with #E05A2A
Text Example
Text Example
White with #E05A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05A2A; }
p { color: rgb(224,90,42); }
H1.HeaderClassName
{
color: #E05A2A;
}
.AnyTagClassName
{
color: #E05A2A;
}
</style>
background-color css
<style>
a { background-color: #E05A2A; }
a { background-color: rgb(224,90,42); }
div.DivClassName
{
background-color: #E05A2A;
}
.BgClassName
{
background-color: #E05A2A;
}
</style>
border-color css
<style>
span { border-color: #E05A2A; }
span { border-color: rgb(224,90,42); }
td.TdClassName
{
border-color: #E05A2A;
}
.TagClassName
{
border-color: #E05A2A;
}
</style>