Shades of Fire Engine Red #E30622
Tints of Fire Engine Red #E30622
RGB
CMYK
RGB Variations
Color information
#E30622 (or 0xE30622) is known color: Fire Engine Red. HEX triplet: E3, 06 and 22. RGB value is (227,6,34). Sum of RGB (Red+Green+Blue) = 227+6+34=267 (35% of max value = 765). Red value is 227 (89.06% from 255 or 85.02% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 227 - color contains mainly: red. Hex color #E30622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30622 is #1CF9DD. Grayscale: #4B4B4B. Windows color (decimal): -1898974 or 2229987. OLE color: 2229987.
HSL color Cylindrical-coordinate representation of color #E30622: hue angle of 352.4º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E30622 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 6 | 34 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.11 |
| HSL | 352.4º | 0.95% | 0.46% | - |
| HSV(B) | 352.4º | 0.97% | 0.89% | - |
| XYZ | 32.03 | 16.58 | 3.02 | - |
| YUV | 75.27 | 104.72 | 236.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 6 | 34 | 0 | 0.97 | 0.85 | 0.11 | 352.4 | 0.95 | 0.46 |
| Hex | E3 | 6 | 22 | 0 | 61 | 55 | B | 160 | 5F | 2E |
| Octal | 343 | 6 | 42 | 0 | 141 | 125 | 13 | 540 | 137 | 56 |
| Binary | 11100011 | 110 | 100010 | 0 | 1100001 | 1010101 | 1011 | 101100000 | 1011111 | 101110 |
Color Harmonies of #E30622
Complementary color
Monochromatic Colors of #E30622
Black with #E30622
Text Example
Text Example
White with #E30622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30622; }
p { color: rgb(227,6,34); }
H1.HeaderClassName
{
color: #E30622;
}
.AnyTagClassName
{
color: #E30622;
}
</style>
background-color css
<style>
a { background-color: #E30622; }
a { background-color: rgb(227,6,34); }
div.DivClassName
{
background-color: #E30622;
}
.BgClassName
{
background-color: #E30622;
}
</style>
border-color css
<style>
span { border-color: #E30622; }
span { border-color: rgb(227,6,34); }
td.TdClassName
{
border-color: #E30622;
}
.TagClassName
{
border-color: #E30622;
}
</style>