Shades of Fire Engine Red #E30F12
Tints of Fire Engine Red #E30F12
RGB
CMYK
RGB Variations
Color information
#E30F12 (or 0xE30F12) is known color: Fire Engine Red. HEX triplet: E3, 0F and 12. RGB value is (227,15,18). Sum of RGB (Red+Green+Blue) = 227+15+18=260 (34% of max value = 765). Red value is 227 (89.06% from 255 or 87.31% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30F12 is #1CF0ED. Grayscale: #4E4E4E. Windows color (decimal): -1896686 or 1183715. OLE color: 1183715.
HSL color Cylindrical-coordinate representation of color #E30F12: hue angle of 359.15º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E30F12 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 18 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.11 |
| HSL | 359.15º | 0.88% | 0.47% | - |
| HSV(B) | 359.15º | 0.93% | 0.89% | - |
| XYZ | 31.96 | 16.72 | 2.11 | - |
| YUV | 78.73 | 93.74 | 233.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 18 | 0 | 0.93 | 0.92 | 0.11 | 359.15 | 0.88 | 0.47 |
| Hex | E3 | F | 12 | 0 | 5D | 5C | B | 167 | 58 | 2F |
| Octal | 343 | 17 | 22 | 0 | 135 | 134 | 13 | 547 | 130 | 57 |
| Binary | 11100011 | 1111 | 10010 | 0 | 1011101 | 1011100 | 1011 | 101100111 | 1011000 | 101111 |
Color Harmonies of #E30F12
Complementary color
Monochromatic Colors of #E30F12
Black with #E30F12
Text Example
Text Example
White with #E30F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F12; }
p { color: rgb(227,15,18); }
H1.HeaderClassName
{
color: #E30F12;
}
.AnyTagClassName
{
color: #E30F12;
}
</style>
background-color css
<style>
a { background-color: #E30F12; }
a { background-color: rgb(227,15,18); }
div.DivClassName
{
background-color: #E30F12;
}
.BgClassName
{
background-color: #E30F12;
}
</style>
border-color css
<style>
span { border-color: #E30F12; }
span { border-color: rgb(227,15,18); }
td.TdClassName
{
border-color: #E30F12;
}
.TagClassName
{
border-color: #E30F12;
}
</style>