Shades of Fire Engine Red #E20525
Tints of Fire Engine Red #E20525
RGB
CMYK
RGB Variations
Color information
#E20525 (or 0xE20525) is known color: Fire Engine Red. HEX triplet: E2, 05 and 25. RGB value is (226,5,37). Sum of RGB (Red+Green+Blue) = 226+5+37=268 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.33% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 226 - color contains mainly: red. Hex color #E20525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20525 is #1DFADA. Grayscale: #4A4A4A. Windows color (decimal): -1964763 or 2426338. OLE color: 2426338.
HSL color Cylindrical-coordinate representation of color #E20525: hue angle of 351.31º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20525 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 37 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.11 |
| HSL | 351.31º | 0.96% | 0.45% | - |
| HSV(B) | 351.31º | 0.98% | 0.89% | - |
| XYZ | 31.75 | 16.41 | 3.24 | - |
| YUV | 74.73 | 106.72 | 235.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 37 | 0 | 0.98 | 0.84 | 0.11 | 351.31 | 0.96 | 0.45 |
| Hex | E2 | 5 | 25 | 0 | 62 | 54 | B | 15F | 60 | 2D |
| Octal | 342 | 5 | 45 | 0 | 142 | 124 | 13 | 537 | 140 | 55 |
| Binary | 11100010 | 101 | 100101 | 0 | 1100010 | 1010100 | 1011 | 101011111 | 1100000 | 101101 |
Color Harmonies of #E20525
Complementary color
Monochromatic Colors of #E20525
Black with #E20525
Text Example
Text Example
White with #E20525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20525; }
p { color: rgb(226,5,37); }
H1.HeaderClassName
{
color: #E20525;
}
.AnyTagClassName
{
color: #E20525;
}
</style>
background-color css
<style>
a { background-color: #E20525; }
a { background-color: rgb(226,5,37); }
div.DivClassName
{
background-color: #E20525;
}
.BgClassName
{
background-color: #E20525;
}
</style>
border-color css
<style>
span { border-color: #E20525; }
span { border-color: rgb(226,5,37); }
td.TdClassName
{
border-color: #E20525;
}
.TagClassName
{
border-color: #E20525;
}
</style>