Shades of Fire Engine Red #E30F27
Tints of Fire Engine Red #E30F27
RGB
CMYK
RGB Variations
Color information
#E30F27 (or 0xE30F27) is known color: Fire Engine Red. HEX triplet: E3, 0F and 27. RGB value is (227,15,39). Sum of RGB (Red+Green+Blue) = 227+15+39=281 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.78% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30F27 is #1CF0D8. Grayscale: #515151. Windows color (decimal): -1896665 or 2559971. OLE color: 2559971.
HSL color Cylindrical-coordinate representation of color #E30F27: hue angle of 353.21º 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 #E30F27 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 39 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.11 |
| HSL | 353.21º | 0.88% | 0.47% | - |
| HSV(B) | 353.21º | 0.93% | 0.89% | - |
| XYZ | 32.22 | 16.82 | 3.47 | - |
| YUV | 81.12 | 104.24 | 232.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 39 | 0 | 0.93 | 0.83 | 0.11 | 353.21 | 0.88 | 0.47 |
| Hex | E3 | F | 27 | 0 | 5D | 53 | B | 161 | 58 | 2F |
| Octal | 343 | 17 | 47 | 0 | 135 | 123 | 13 | 541 | 130 | 57 |
| Binary | 11100011 | 1111 | 100111 | 0 | 1011101 | 1010011 | 1011 | 101100001 | 1011000 | 101111 |
Color Harmonies of #E30F27
Complementary color
Monochromatic Colors of #E30F27
Black with #E30F27
Text Example
Text Example
White with #E30F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F27; }
p { color: rgb(227,15,39); }
H1.HeaderClassName
{
color: #E30F27;
}
.AnyTagClassName
{
color: #E30F27;
}
</style>
background-color css
<style>
a { background-color: #E30F27; }
a { background-color: rgb(227,15,39); }
div.DivClassName
{
background-color: #E30F27;
}
.BgClassName
{
background-color: #E30F27;
}
</style>
border-color css
<style>
span { border-color: #E30F27; }
span { border-color: rgb(227,15,39); }
td.TdClassName
{
border-color: #E30F27;
}
.TagClassName
{
border-color: #E30F27;
}
</style>