Shades of Fire Engine Red #E30F17
Tints of Fire Engine Red #E30F17
RGB
CMYK
RGB Variations
Color information
#E30F17 (or 0xE30F17) is known color: Fire Engine Red. HEX triplet: E3, 0F and 17. RGB value is (227,15,23). Sum of RGB (Red+Green+Blue) = 227+15+23=265 (35% of max value = 765). Red value is 227 (89.06% from 255 or 85.66% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30F17 is #1CF0E8. Grayscale: #4F4F4F. Windows color (decimal): -1896681 or 1511395. OLE color: 1511395.
HSL color Cylindrical-coordinate representation of color #E30F17: hue angle of 357.74º 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 #E30F17 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 23 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.11 |
| HSL | 357.74º | 0.88% | 0.47% | - |
| HSV(B) | 357.74º | 0.93% | 0.89% | - |
| XYZ | 32 | 16.73 | 2.35 | - |
| YUV | 79.3 | 96.24 | 233.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 23 | 0 | 0.93 | 0.90 | 0.11 | 357.74 | 0.88 | 0.47 |
| Hex | E3 | F | 17 | 0 | 5D | 5A | B | 166 | 58 | 2F |
| Octal | 343 | 17 | 27 | 0 | 135 | 132 | 13 | 546 | 130 | 57 |
| Binary | 11100011 | 1111 | 10111 | 0 | 1011101 | 1011010 | 1011 | 101100110 | 1011000 | 101111 |
Color Harmonies of #E30F17
Complementary color
Monochromatic Colors of #E30F17
Black with #E30F17
Text Example
Text Example
White with #E30F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F17; }
p { color: rgb(227,15,23); }
H1.HeaderClassName
{
color: #E30F17;
}
.AnyTagClassName
{
color: #E30F17;
}
</style>
background-color css
<style>
a { background-color: #E30F17; }
a { background-color: rgb(227,15,23); }
div.DivClassName
{
background-color: #E30F17;
}
.BgClassName
{
background-color: #E30F17;
}
</style>
border-color css
<style>
span { border-color: #E30F17; }
span { border-color: rgb(227,15,23); }
td.TdClassName
{
border-color: #E30F17;
}
.TagClassName
{
border-color: #E30F17;
}
</style>