Shades of Fire Engine Red #E10520
Tints of Fire Engine Red #E10520
RGB
CMYK
RGB Variations
Color information
#E10520 (or 0xE10520) is known color: Fire Engine Red. HEX triplet: E1, 05 and 20. RGB value is (225,5,32). Sum of RGB (Red+Green+Blue) = 225+5+32=262 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.88% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 225 - color contains mainly: red. Hex color #E10520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10520 is #1EFADF. Grayscale: #494949. Windows color (decimal): -2030304 or 2098657. OLE color: 2098657.
HSL color Cylindrical-coordinate representation of color #E10520: hue angle of 352.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10520 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 32 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.12 |
| HSL | 352.64º | 0.96% | 0.45% | - |
| HSV(B) | 352.64º | 0.98% | 0.88% | - |
| XYZ | 31.37 | 16.22 | 2.84 | - |
| YUV | 73.86 | 104.39 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 32 | 0 | 0.98 | 0.86 | 0.12 | 352.64 | 0.96 | 0.45 |
| Hex | E1 | 5 | 20 | 0 | 62 | 56 | C | 161 | 60 | 2D |
| Octal | 341 | 5 | 40 | 0 | 142 | 126 | 14 | 541 | 140 | 55 |
| Binary | 11100001 | 101 | 100000 | 0 | 1100010 | 1010110 | 1100 | 101100001 | 1100000 | 101101 |
Color Harmonies of #E10520
Complementary color
Monochromatic Colors of #E10520
Black with #E10520
Text Example
Text Example
White with #E10520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10520; }
p { color: rgb(225,5,32); }
H1.HeaderClassName
{
color: #E10520;
}
.AnyTagClassName
{
color: #E10520;
}
</style>
background-color css
<style>
a { background-color: #E10520; }
a { background-color: rgb(225,5,32); }
div.DivClassName
{
background-color: #E10520;
}
.BgClassName
{
background-color: #E10520;
}
</style>
border-color css
<style>
span { border-color: #E10520; }
span { border-color: rgb(225,5,32); }
td.TdClassName
{
border-color: #E10520;
}
.TagClassName
{
border-color: #E10520;
}
</style>