Shades of Fire Engine Red #E40323
Tints of Fire Engine Red #E40323
RGB
CMYK
RGB Variations
Color information
#E40323 (or 0xE40323) is known color: Fire Engine Red. HEX triplet: E4, 03 and 23. RGB value is (228,3,35). Sum of RGB (Red+Green+Blue) = 228+3+35=266 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.71% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 228 - color contains mainly: red. Hex color #E40323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40323 is #1BFCDC. Grayscale: #4A4A4A. Windows color (decimal): -1834205 or 2294756. OLE color: 2294756.
HSL color Cylindrical-coordinate representation of color #E40323: hue angle of 351.47º 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 #E40323 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 35 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.11 |
| HSL | 351.47º | 0.97% | 0.45% | - |
| HSV(B) | 351.47º | 0.99% | 0.89% | - |
| XYZ | 32.33 | 16.68 | 3.11 | - |
| YUV | 73.92 | 106.04 | 237.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 35 | 0 | 0.99 | 0.85 | 0.11 | 351.47 | 0.97 | 0.45 |
| Hex | E4 | 3 | 23 | 0 | 63 | 55 | B | 15F | 61 | 2D |
| Octal | 344 | 3 | 43 | 0 | 143 | 125 | 13 | 537 | 141 | 55 |
| Binary | 11100100 | 11 | 100011 | 0 | 1100011 | 1010101 | 1011 | 101011111 | 1100001 | 101101 |
Color Harmonies of #E40323
Complementary color
Monochromatic Colors of #E40323
Black with #E40323
Text Example
Text Example
White with #E40323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40323; }
p { color: rgb(228,3,35); }
H1.HeaderClassName
{
color: #E40323;
}
.AnyTagClassName
{
color: #E40323;
}
</style>
background-color css
<style>
a { background-color: #E40323; }
a { background-color: rgb(228,3,35); }
div.DivClassName
{
background-color: #E40323;
}
.BgClassName
{
background-color: #E40323;
}
</style>
border-color css
<style>
span { border-color: #E40323; }
span { border-color: rgb(228,3,35); }
td.TdClassName
{
border-color: #E40323;
}
.TagClassName
{
border-color: #E40323;
}
</style>