Shades of Fire Engine Red #E30F10
Tints of Fire Engine Red #E30F10
RGB
CMYK
RGB Variations
Color information
#E30F10 (or 0xE30F10) is known color: Fire Engine Red. HEX triplet: E3, 0F and 10. RGB value is (227,15,16). Sum of RGB (Red+Green+Blue) = 227+15+16=258 (34% of max value = 765). Red value is 227 (89.06% from 255 or 87.98% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30F10 is #1CF0EF. Grayscale: #4E4E4E. Windows color (decimal): -1896688 or 1052643. OLE color: 1052643.
HSL color Cylindrical-coordinate representation of color #E30F10: hue angle of 359.72º 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 #E30F10 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 16 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.11 |
| HSL | 359.72º | 0.88% | 0.47% | - |
| HSV(B) | 359.72º | 0.93% | 0.89% | - |
| XYZ | 31.94 | 16.71 | 2.03 | - |
| YUV | 78.5 | 92.74 | 233.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 16 | 0 | 0.93 | 0.93 | 0.11 | 359.72 | 0.88 | 0.47 |
| Hex | E3 | F | 10 | 0 | 5D | 5D | B | 168 | 58 | 2F |
| Octal | 343 | 17 | 20 | 0 | 135 | 135 | 13 | 550 | 130 | 57 |
| Binary | 11100011 | 1111 | 10000 | 0 | 1011101 | 1011101 | 1011 | 101101000 | 1011000 | 101111 |
Color Harmonies of #E30F10
Complementary color
Monochromatic Colors of #E30F10
Black with #E30F10
Text Example
Text Example
White with #E30F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F10; }
p { color: rgb(227,15,16); }
H1.HeaderClassName
{
color: #E30F10;
}
.AnyTagClassName
{
color: #E30F10;
}
</style>
background-color css
<style>
a { background-color: #E30F10; }
a { background-color: rgb(227,15,16); }
div.DivClassName
{
background-color: #E30F10;
}
.BgClassName
{
background-color: #E30F10;
}
</style>
border-color css
<style>
span { border-color: #E30F10; }
span { border-color: rgb(227,15,16); }
td.TdClassName
{
border-color: #E30F10;
}
.TagClassName
{
border-color: #E30F10;
}
</style>