Shades of Fire Engine Red #E10A20
Tints of Fire Engine Red #E10A20
RGB
CMYK
RGB Variations
Color information
#E10A20 (or 0xE10A20) is known color: Fire Engine Red. HEX triplet: E1, 0A and 20. RGB value is (225,10,32). Sum of RGB (Red+Green+Blue) = 225+10+32=267 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.27% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10A20 is #1EF5DF. Grayscale: #4C4C4C. Windows color (decimal): -2029024 or 2099937. OLE color: 2099937.
HSL color Cylindrical-coordinate representation of color #E10A20: hue angle of 353.86º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10A20 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 32 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.12 |
| HSL | 353.86º | 0.91% | 0.46% | - |
| HSV(B) | 353.86º | 0.96% | 0.88% | - |
| XYZ | 31.42 | 16.33 | 2.86 | - |
| YUV | 76.79 | 102.73 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 32 | 0 | 0.96 | 0.86 | 0.12 | 353.86 | 0.91 | 0.46 |
| Hex | E1 | A | 20 | 0 | 60 | 56 | C | 162 | 5B | 2E |
| Octal | 341 | 12 | 40 | 0 | 140 | 126 | 14 | 542 | 133 | 56 |
| Binary | 11100001 | 1010 | 100000 | 0 | 1100000 | 1010110 | 1100 | 101100010 | 1011011 | 101110 |
Color Harmonies of #E10A20
Complementary color
Monochromatic Colors of #E10A20
Black with #E10A20
Text Example
Text Example
White with #E10A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10A20; }
p { color: rgb(225,10,32); }
H1.HeaderClassName
{
color: #E10A20;
}
.AnyTagClassName
{
color: #E10A20;
}
</style>
background-color css
<style>
a { background-color: #E10A20; }
a { background-color: rgb(225,10,32); }
div.DivClassName
{
background-color: #E10A20;
}
.BgClassName
{
background-color: #E10A20;
}
</style>
border-color css
<style>
span { border-color: #E10A20; }
span { border-color: rgb(225,10,32); }
td.TdClassName
{
border-color: #E10A20;
}
.TagClassName
{
border-color: #E10A20;
}
</style>