Shades of Fire Engine Red #E30123
Tints of Fire Engine Red #E30123
RGB
CMYK
RGB Variations
Color information
#E30123 (or 0xE30123) is known color: Fire Engine Red. HEX triplet: E3, 01 and 23. RGB value is (227,1,35). Sum of RGB (Red+Green+Blue) = 227+1+35=263 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.31% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 227 - color contains mainly: red. Hex color #E30123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30123 is #1CFEDC. Grayscale: #484848. Windows color (decimal): -1900253 or 2294243. OLE color: 2294243.
HSL color Cylindrical-coordinate representation of color #E30123: hue angle of 350.97º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E30123 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 35 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.11 |
| HSL | 350.97º | 0.99% | 0.45% | - |
| HSV(B) | 350.97º | 1% | 0.89% | - |
| XYZ | 31.99 | 16.47 | 3.08 | - |
| YUV | 72.45 | 106.87 | 238.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 35 | 0 | 1.00 | 0.85 | 0.11 | 350.97 | 0.99 | 0.45 |
| Hex | E3 | 1 | 23 | 0 | 64 | 55 | B | 15F | 63 | 2D |
| Octal | 343 | 1 | 43 | 0 | 144 | 125 | 13 | 537 | 143 | 55 |
| Binary | 11100011 | 1 | 100011 | 0 | 1100100 | 1010101 | 1011 | 101011111 | 1100011 | 101101 |
Color Harmonies of #E30123
Complementary color
Monochromatic Colors of #E30123
Black with #E30123
Text Example
Text Example
White with #E30123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30123; }
p { color: rgb(227,1,35); }
H1.HeaderClassName
{
color: #E30123;
}
.AnyTagClassName
{
color: #E30123;
}
</style>
background-color css
<style>
a { background-color: #E30123; }
a { background-color: rgb(227,1,35); }
div.DivClassName
{
background-color: #E30123;
}
.BgClassName
{
background-color: #E30123;
}
</style>
border-color css
<style>
span { border-color: #E30123; }
span { border-color: rgb(227,1,35); }
td.TdClassName
{
border-color: #E30123;
}
.TagClassName
{
border-color: #E30123;
}
</style>