Shades of Fire Engine Red #E30322
Tints of Fire Engine Red #E30322
RGB
CMYK
RGB Variations
Color information
#E30322 (or 0xE30322) is known color: Fire Engine Red. HEX triplet: E3, 03 and 22. RGB value is (227,3,34). Sum of RGB (Red+Green+Blue) = 227+3+34=264 (34% of max value = 765). Red value is 227 (89.06% from 255 or 85.98% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 227 - color contains mainly: red. Hex color #E30322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30322 is #1CFCDD. Grayscale: #494949. Windows color (decimal): -1899742 or 2229219. OLE color: 2229219.
HSL color Cylindrical-coordinate representation of color #E30322: hue angle of 351.7º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E30322 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 34 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.11 |
| HSL | 351.7º | 0.97% | 0.45% | - |
| HSV(B) | 351.7º | 0.99% | 0.89% | - |
| XYZ | 32 | 16.51 | 3.01 | - |
| YUV | 73.51 | 105.71 | 237.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 34 | 0 | 0.99 | 0.85 | 0.11 | 351.7 | 0.97 | 0.45 |
| Hex | E3 | 3 | 22 | 0 | 63 | 55 | B | 160 | 61 | 2D |
| Octal | 343 | 3 | 42 | 0 | 143 | 125 | 13 | 540 | 141 | 55 |
| Binary | 11100011 | 11 | 100010 | 0 | 1100011 | 1010101 | 1011 | 101100000 | 1100001 | 101101 |
Color Harmonies of #E30322
Complementary color
Monochromatic Colors of #E30322
Black with #E30322
Text Example
Text Example
White with #E30322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30322; }
p { color: rgb(227,3,34); }
H1.HeaderClassName
{
color: #E30322;
}
.AnyTagClassName
{
color: #E30322;
}
</style>
background-color css
<style>
a { background-color: #E30322; }
a { background-color: rgb(227,3,34); }
div.DivClassName
{
background-color: #E30322;
}
.BgClassName
{
background-color: #E30322;
}
</style>
border-color css
<style>
span { border-color: #E30322; }
span { border-color: rgb(227,3,34); }
td.TdClassName
{
border-color: #E30322;
}
.TagClassName
{
border-color: #E30322;
}
</style>