Shades of Fire Engine Red #E6071F
Tints of Fire Engine Red #E6071F
RGB
CMYK
RGB Variations
Color information
#E6071F (or 0xE6071F) is known color: Fire Engine Red. HEX triplet: E6, 07 and 1F. RGB value is (230,7,31). Sum of RGB (Red+Green+Blue) = 230+7+31=268 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.82% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 230 - color contains mainly: red. Hex color #E6071F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6071F is #19F8E0. Grayscale: #4C4C4C. Windows color (decimal): -1702113 or 2033638. OLE color: 2033638.
HSL color Cylindrical-coordinate representation of color #E6071F: hue angle of 353.54º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6071F is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 31 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.10 |
| HSL | 353.54º | 0.94% | 0.46% | - |
| HSV(B) | 353.54º | 0.97% | 0.9% | - |
| XYZ | 32.96 | 17.07 | 2.85 | - |
| YUV | 76.41 | 102.38 | 237.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 31 | 0 | 0.97 | 0.87 | 0.10 | 353.54 | 0.94 | 0.46 |
| Hex | E6 | 7 | 1F | 0 | 61 | 57 | A | 162 | 5E | 2E |
| Octal | 346 | 7 | 37 | 0 | 141 | 127 | 12 | 542 | 136 | 56 |
| Binary | 11100110 | 111 | 11111 | 0 | 1100001 | 1010111 | 1010 | 101100010 | 1011110 | 101110 |
Color Harmonies of #E6071F
Complementary color
Monochromatic Colors of #E6071F
Black with #E6071F
Text Example
Text Example
White with #E6071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6071F; }
p { color: rgb(230,7,31); }
H1.HeaderClassName
{
color: #E6071F;
}
.AnyTagClassName
{
color: #E6071F;
}
</style>
background-color css
<style>
a { background-color: #E6071F; }
a { background-color: rgb(230,7,31); }
div.DivClassName
{
background-color: #E6071F;
}
.BgClassName
{
background-color: #E6071F;
}
</style>
border-color css
<style>
span { border-color: #E6071F; }
span { border-color: rgb(230,7,31); }
td.TdClassName
{
border-color: #E6071F;
}
.TagClassName
{
border-color: #E6071F;
}
</style>