Shades of Fire Engine Red #E30121
Tints of Fire Engine Red #E30121
RGB
CMYK
RGB Variations
Color information
#E30121 (or 0xE30121) is known color: Fire Engine Red. HEX triplet: E3, 01 and 21. RGB value is (227,1,33). Sum of RGB (Red+Green+Blue) = 227+1+33=261 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.97% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 227 - color contains mainly: red. Hex color #E30121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30121 is #1CFEDE. Grayscale: #484848. Windows color (decimal): -1900255 or 2163171. OLE color: 2163171.
HSL color Cylindrical-coordinate representation of color #E30121: hue angle of 351.5º 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 #E30121 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 33 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.11 |
| HSL | 351.5º | 0.99% | 0.45% | - |
| HSV(B) | 351.5º | 1% | 0.89% | - |
| XYZ | 31.96 | 16.46 | 2.93 | - |
| YUV | 72.22 | 105.87 | 238.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 33 | 0 | 1.00 | 0.85 | 0.11 | 351.5 | 0.99 | 0.45 |
| Hex | E3 | 1 | 21 | 0 | 64 | 55 | B | 160 | 63 | 2D |
| Octal | 343 | 1 | 41 | 0 | 144 | 125 | 13 | 540 | 143 | 55 |
| Binary | 11100011 | 1 | 100001 | 0 | 1100100 | 1010101 | 1011 | 101100000 | 1100011 | 101101 |
Color Harmonies of #E30121
Complementary color
Monochromatic Colors of #E30121
Black with #E30121
Text Example
Text Example
White with #E30121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30121; }
p { color: rgb(227,1,33); }
H1.HeaderClassName
{
color: #E30121;
}
.AnyTagClassName
{
color: #E30121;
}
</style>
background-color css
<style>
a { background-color: #E30121; }
a { background-color: rgb(227,1,33); }
div.DivClassName
{
background-color: #E30121;
}
.BgClassName
{
background-color: #E30121;
}
</style>
border-color css
<style>
span { border-color: #E30121; }
span { border-color: rgb(227,1,33); }
td.TdClassName
{
border-color: #E30121;
}
.TagClassName
{
border-color: #E30121;
}
</style>