Shades of Fire Engine Red #E20323
Tints of Fire Engine Red #E20323
RGB
CMYK
RGB Variations
Color information
#E20323 (or 0xE20323) is known color: Fire Engine Red. HEX triplet: E2, 03 and 23. RGB value is (226,3,35). Sum of RGB (Red+Green+Blue) = 226+3+35=264 (34% of max value = 765). Red value is 226 (88.67% from 255 or 85.61% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 226 - color contains mainly: red. Hex color #E20323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20323 is #1DFCDC. Grayscale: #494949. Windows color (decimal): -1965277 or 2294754. OLE color: 2294754.
HSL color Cylindrical-coordinate representation of color #E20323: hue angle of 351.39º 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 #E20323 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 35 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.11 |
| HSL | 351.39º | 0.97% | 0.45% | - |
| HSV(B) | 351.39º | 0.99% | 0.89% | - |
| XYZ | 31.7 | 16.36 | 3.08 | - |
| YUV | 73.33 | 106.38 | 236.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 35 | 0 | 0.99 | 0.85 | 0.11 | 351.39 | 0.97 | 0.45 |
| Hex | E2 | 3 | 23 | 0 | 63 | 55 | B | 15F | 61 | 2D |
| Octal | 342 | 3 | 43 | 0 | 143 | 125 | 13 | 537 | 141 | 55 |
| Binary | 11100010 | 11 | 100011 | 0 | 1100011 | 1010101 | 1011 | 101011111 | 1100001 | 101101 |
Color Harmonies of #E20323
Complementary color
Monochromatic Colors of #E20323
Black with #E20323
Text Example
Text Example
White with #E20323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20323; }
p { color: rgb(226,3,35); }
H1.HeaderClassName
{
color: #E20323;
}
.AnyTagClassName
{
color: #E20323;
}
</style>
background-color css
<style>
a { background-color: #E20323; }
a { background-color: rgb(226,3,35); }
div.DivClassName
{
background-color: #E20323;
}
.BgClassName
{
background-color: #E20323;
}
</style>
border-color css
<style>
span { border-color: #E20323; }
span { border-color: rgb(226,3,35); }
td.TdClassName
{
border-color: #E20323;
}
.TagClassName
{
border-color: #E20323;
}
</style>