Shades of Fire Engine Red #E61226
Tints of Fire Engine Red #E61226
RGB
CMYK
RGB Variations
Color information
#E61226 (or 0xE61226) is known color: Fire Engine Red. HEX triplet: E6, 12 and 26. RGB value is (230,18,38). Sum of RGB (Red+Green+Blue) = 230+18+38=286 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.42% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 230 - color contains mainly: red. Hex color #E61226 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61226 is #19EDD9. Grayscale: #535353. Windows color (decimal): -1699290 or 2495206. OLE color: 2495206.
HSL color Cylindrical-coordinate representation of color #E61226: hue angle of 354.34º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61226 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 38 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.10 |
| HSL | 354.34º | 0.85% | 0.49% | - |
| HSV(B) | 354.34º | 0.92% | 0.9% | - |
| XYZ | 33.2 | 17.4 | 3.44 | - |
| YUV | 83.67 | 102.24 | 232.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 38 | 0 | 0.92 | 0.83 | 0.10 | 354.34 | 0.85 | 0.49 |
| Hex | E6 | 12 | 26 | 0 | 5C | 53 | A | 162 | 55 | 31 |
| Octal | 346 | 22 | 46 | 0 | 134 | 123 | 12 | 542 | 125 | 61 |
| Binary | 11100110 | 10010 | 100110 | 0 | 1011100 | 1010011 | 1010 | 101100010 | 1010101 | 110001 |
Color Harmonies of #E61226
Complementary color
Monochromatic Colors of #E61226
Black with #E61226
Text Example
Text Example
White with #E61226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61226; }
p { color: rgb(230,18,38); }
H1.HeaderClassName
{
color: #E61226;
}
.AnyTagClassName
{
color: #E61226;
}
</style>
background-color css
<style>
a { background-color: #E61226; }
a { background-color: rgb(230,18,38); }
div.DivClassName
{
background-color: #E61226;
}
.BgClassName
{
background-color: #E61226;
}
</style>
border-color css
<style>
span { border-color: #E61226; }
span { border-color: rgb(230,18,38); }
td.TdClassName
{
border-color: #E61226;
}
.TagClassName
{
border-color: #E61226;
}
</style>