Shades of Fire Engine Red #E30022
Tints of Fire Engine Red #E30022
RGB
CMYK
RGB Variations
Color information
#E30022 (or 0xE30022) is known color: Fire Engine Red. HEX triplet: E3, 00 and 22. RGB value is (227,0,34). Sum of RGB (Red+Green+Blue) = 227+0+34=261 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.97% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 227 - color contains mainly: red. Hex color #E30022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30022 is #1CFFDD. Grayscale: #474747. Windows color (decimal): -1900510 or 2228451. OLE color: 2228451.
HSL color Cylindrical-coordinate representation of color #E30022: hue angle of 351.01º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E30022 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.85 | 0.11 |
| HSL | 351.01º | 1% | 0.45% | - |
| HSV(B) | 351.01º | 1% | 0.89% | - |
| XYZ | 31.97 | 16.45 | 3 | - |
| YUV | 71.75 | 106.71 | 238.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 34 | 0 | 1 | 0.85 | 0.11 | 351.01 | 1 | 0.45 |
| Hex | E3 | 0 | 22 | 0 | 64 | 55 | B | 15F | 64 | 2D |
| Octal | 343 | 0 | 42 | 0 | 144 | 125 | 13 | 537 | 144 | 55 |
| Binary | 11100011 | 0 | 100010 | 0 | 1100100 | 1010101 | 1011 | 101011111 | 1100100 | 101101 |
Color Harmonies of #E30022
Complementary color
Monochromatic Colors of #E30022
Black with #E30022
Text Example
Text Example
White with #E30022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30022; }
p { color: rgb(227,0,34); }
H1.HeaderClassName
{
color: #E30022;
}
.AnyTagClassName
{
color: #E30022;
}
</style>
background-color css
<style>
a { background-color: #E30022; }
a { background-color: rgb(227,0,34); }
div.DivClassName
{
background-color: #E30022;
}
.BgClassName
{
background-color: #E30022;
}
</style>
border-color css
<style>
span { border-color: #E30022; }
span { border-color: rgb(227,0,34); }
td.TdClassName
{
border-color: #E30022;
}
.TagClassName
{
border-color: #E30022;
}
</style>