Shades of Fire Engine Red #E30F1F
Tints of Fire Engine Red #E30F1F
RGB
CMYK
RGB Variations
Color information
#E30F1F (or 0xE30F1F) is known color: Fire Engine Red. HEX triplet: E3, 0F and 1F. RGB value is (227,15,31). Sum of RGB (Red+Green+Blue) = 227+15+31=273 (36% of max value = 765). Red value is 227 (89.06% from 255 or 83.15% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30F1F is #1CF0E0. Grayscale: #505050. Windows color (decimal): -1896673 or 2035683. OLE color: 2035683.
HSL color Cylindrical-coordinate representation of color #E30F1F: hue angle of 355.47º 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 #E30F1F is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 31 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.11 |
| HSL | 355.47º | 0.88% | 0.47% | - |
| HSV(B) | 355.47º | 0.93% | 0.89% | - |
| XYZ | 32.1 | 16.77 | 2.84 | - |
| YUV | 80.21 | 100.24 | 232.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 31 | 0 | 0.93 | 0.86 | 0.11 | 355.47 | 0.88 | 0.47 |
| Hex | E3 | F | 1F | 0 | 5D | 56 | B | 163 | 58 | 2F |
| Octal | 343 | 17 | 37 | 0 | 135 | 126 | 13 | 543 | 130 | 57 |
| Binary | 11100011 | 1111 | 11111 | 0 | 1011101 | 1010110 | 1011 | 101100011 | 1011000 | 101111 |
Color Harmonies of #E30F1F
Complementary color
Monochromatic Colors of #E30F1F
Black with #E30F1F
Text Example
Text Example
White with #E30F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F1F; }
p { color: rgb(227,15,31); }
H1.HeaderClassName
{
color: #E30F1F;
}
.AnyTagClassName
{
color: #E30F1F;
}
</style>
background-color css
<style>
a { background-color: #E30F1F; }
a { background-color: rgb(227,15,31); }
div.DivClassName
{
background-color: #E30F1F;
}
.BgClassName
{
background-color: #E30F1F;
}
</style>
border-color css
<style>
span { border-color: #E30F1F; }
span { border-color: rgb(227,15,31); }
td.TdClassName
{
border-color: #E30F1F;
}
.TagClassName
{
border-color: #E30F1F;
}
</style>