Shades of Fire Engine Red #E50C1E
Tints of Fire Engine Red #E50C1E
RGB
CMYK
RGB Variations
Color information
#E50C1E (or 0xE50C1E) is known color: Fire Engine Red. HEX triplet: E5, 0C and 1E. RGB value is (229,12,30). Sum of RGB (Red+Green+Blue) = 229+12+30=271 (35% of max value = 765). Red value is 229 (89.84% from 255 or 84.50% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50C1E is #1AF3E1. Grayscale: #4F4F4F. Windows color (decimal): -1766370 or 1969381. OLE color: 1969381.
HSL color Cylindrical-coordinate representation of color #E50C1E: hue angle of 355.02º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50C1E is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 30 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.10 |
| HSL | 355.02º | 0.9% | 0.47% | - |
| HSV(B) | 355.02º | 0.95% | 0.9% | - |
| XYZ | 32.68 | 17.01 | 2.79 | - |
| YUV | 78.94 | 100.39 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 30 | 0 | 0.95 | 0.87 | 0.10 | 355.02 | 0.9 | 0.47 |
| Hex | E5 | C | 1E | 0 | 5F | 57 | A | 163 | 5A | 2F |
| Octal | 345 | 14 | 36 | 0 | 137 | 127 | 12 | 543 | 132 | 57 |
| Binary | 11100101 | 1100 | 11110 | 0 | 1011111 | 1010111 | 1010 | 101100011 | 1011010 | 101111 |
Color Harmonies of #E50C1E
Complementary color
Monochromatic Colors of #E50C1E
Black with #E50C1E
Text Example
Text Example
White with #E50C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50C1E; }
p { color: rgb(229,12,30); }
H1.HeaderClassName
{
color: #E50C1E;
}
.AnyTagClassName
{
color: #E50C1E;
}
</style>
background-color css
<style>
a { background-color: #E50C1E; }
a { background-color: rgb(229,12,30); }
div.DivClassName
{
background-color: #E50C1E;
}
.BgClassName
{
background-color: #E50C1E;
}
</style>
border-color css
<style>
span { border-color: #E50C1E; }
span { border-color: rgb(229,12,30); }
td.TdClassName
{
border-color: #E50C1E;
}
.TagClassName
{
border-color: #E50C1E;
}
</style>