Shades of Fire Engine Red #E3141C
Tints of Fire Engine Red #E3141C
RGB
CMYK
RGB Variations
Color information
#E3141C (or 0xE3141C) is known color: Fire Engine Red. HEX triplet: E3, 14 and 1C. RGB value is (227,20,28). Sum of RGB (Red+Green+Blue) = 227+20+28=275 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.55% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 227 - color contains mainly: red. Hex color #E3141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3141C is #1CEBE3. Grayscale: #525252. Windows color (decimal): -1895396 or 1840355. OLE color: 1840355.
HSL color Cylindrical-coordinate representation of color #E3141C: hue angle of 357.68º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3141C is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 28 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.11 |
| HSL | 357.68º | 0.84% | 0.48% | - |
| HSV(B) | 357.68º | 0.91% | 0.89% | - |
| XYZ | 32.14 | 16.92 | 2.67 | - |
| YUV | 82.81 | 97.08 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 28 | 0 | 0.91 | 0.88 | 0.11 | 357.68 | 0.84 | 0.48 |
| Hex | E3 | 14 | 1C | 0 | 5B | 58 | B | 166 | 54 | 30 |
| Octal | 343 | 24 | 34 | 0 | 133 | 130 | 13 | 546 | 124 | 60 |
| Binary | 11100011 | 10100 | 11100 | 0 | 1011011 | 1011000 | 1011 | 101100110 | 1010100 | 110000 |
Color Harmonies of #E3141C
Complementary color
Monochromatic Colors of #E3141C
Black with #E3141C
Text Example
Text Example
White with #E3141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3141C; }
p { color: rgb(227,20,28); }
H1.HeaderClassName
{
color: #E3141C;
}
.AnyTagClassName
{
color: #E3141C;
}
</style>
background-color css
<style>
a { background-color: #E3141C; }
a { background-color: rgb(227,20,28); }
div.DivClassName
{
background-color: #E3141C;
}
.BgClassName
{
background-color: #E3141C;
}
</style>
border-color css
<style>
span { border-color: #E3141C; }
span { border-color: rgb(227,20,28); }
td.TdClassName
{
border-color: #E3141C;
}
.TagClassName
{
border-color: #E3141C;
}
</style>