Shades of Fire Engine Red #E30321
Tints of Fire Engine Red #E30321
RGB
CMYK
RGB Variations
Color information
#E30321 (or 0xE30321) is known color: Fire Engine Red. HEX triplet: E3, 03 and 21. RGB value is (227,3,33). Sum of RGB (Red+Green+Blue) = 227+3+33=263 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.31% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 227 - color contains mainly: red. Hex color #E30321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30321 is #1CFCDE. Grayscale: #494949. Windows color (decimal): -1899743 or 2163683. OLE color: 2163683.
HSL color Cylindrical-coordinate representation of color #E30321: hue angle of 351.96º 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 #E30321 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 33 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.11 |
| HSL | 351.96º | 0.97% | 0.45% | - |
| HSV(B) | 351.96º | 0.99% | 0.89% | - |
| XYZ | 31.99 | 16.51 | 2.94 | - |
| YUV | 73.4 | 105.21 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 33 | 0 | 0.99 | 0.85 | 0.11 | 351.96 | 0.97 | 0.45 |
| Hex | E3 | 3 | 21 | 0 | 63 | 55 | B | 160 | 61 | 2D |
| Octal | 343 | 3 | 41 | 0 | 143 | 125 | 13 | 540 | 141 | 55 |
| Binary | 11100011 | 11 | 100001 | 0 | 1100011 | 1010101 | 1011 | 101100000 | 1100001 | 101101 |
Color Harmonies of #E30321
Complementary color
Monochromatic Colors of #E30321
Black with #E30321
Text Example
Text Example
White with #E30321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30321; }
p { color: rgb(227,3,33); }
H1.HeaderClassName
{
color: #E30321;
}
.AnyTagClassName
{
color: #E30321;
}
</style>
background-color css
<style>
a { background-color: #E30321; }
a { background-color: rgb(227,3,33); }
div.DivClassName
{
background-color: #E30321;
}
.BgClassName
{
background-color: #E30321;
}
</style>
border-color css
<style>
span { border-color: #E30321; }
span { border-color: rgb(227,3,33); }
td.TdClassName
{
border-color: #E30321;
}
.TagClassName
{
border-color: #E30321;
}
</style>