Shades of Fire Engine Red #E6071E
Tints of Fire Engine Red #E6071E
RGB
CMYK
RGB Variations
Color information
#E6071E (or 0xE6071E) is known color: Fire Engine Red. HEX triplet: E6, 07 and 1E. RGB value is (230,7,30). Sum of RGB (Red+Green+Blue) = 230+7+30=267 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.14% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 230 - color contains mainly: red. Hex color #E6071E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6071E is #19F8E1. Grayscale: #4C4C4C. Windows color (decimal): -1702114 or 1968102. OLE color: 1968102.
HSL color Cylindrical-coordinate representation of color #E6071E: hue angle of 353.81º 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 #E6071E is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 30 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.10 |
| HSL | 353.81º | 0.94% | 0.46% | - |
| HSV(B) | 353.81º | 0.97% | 0.9% | - |
| XYZ | 32.94 | 17.07 | 2.79 | - |
| YUV | 76.3 | 101.88 | 237.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 30 | 0 | 0.97 | 0.87 | 0.10 | 353.81 | 0.94 | 0.46 |
| Hex | E6 | 7 | 1E | 0 | 61 | 57 | A | 162 | 5E | 2E |
| Octal | 346 | 7 | 36 | 0 | 141 | 127 | 12 | 542 | 136 | 56 |
| Binary | 11100110 | 111 | 11110 | 0 | 1100001 | 1010111 | 1010 | 101100010 | 1011110 | 101110 |
Color Harmonies of #E6071E
Complementary color
Monochromatic Colors of #E6071E
Black with #E6071E
Text Example
Text Example
White with #E6071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6071E; }
p { color: rgb(230,7,30); }
H1.HeaderClassName
{
color: #E6071E;
}
.AnyTagClassName
{
color: #E6071E;
}
</style>
background-color css
<style>
a { background-color: #E6071E; }
a { background-color: rgb(230,7,30); }
div.DivClassName
{
background-color: #E6071E;
}
.BgClassName
{
background-color: #E6071E;
}
</style>
border-color css
<style>
span { border-color: #E6071E; }
span { border-color: rgb(230,7,30); }
td.TdClassName
{
border-color: #E6071E;
}
.TagClassName
{
border-color: #E6071E;
}
</style>