Shades of Fire Engine Red #E6071B
Tints of Fire Engine Red #E6071B
RGB
CMYK
RGB Variations
Color information
#E6071B (or 0xE6071B) is known color: Fire Engine Red. HEX triplet: E6, 07 and 1B. RGB value is (230,7,27). Sum of RGB (Red+Green+Blue) = 230+7+27=264 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.12% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 230 - color contains mainly: red. Hex color #E6071B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6071B is #19F8E4. Grayscale: #4C4C4C. Windows color (decimal): -1702117 or 1771494. OLE color: 1771494.
HSL color Cylindrical-coordinate representation of color #E6071B: hue angle of 354.62º 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 #E6071B is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 27 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.10 |
| HSL | 354.62º | 0.94% | 0.46% | - |
| HSV(B) | 354.62º | 0.97% | 0.9% | - |
| XYZ | 32.91 | 17.05 | 2.59 | - |
| YUV | 75.96 | 100.38 | 237.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 27 | 0 | 0.97 | 0.88 | 0.10 | 354.62 | 0.94 | 0.46 |
| Hex | E6 | 7 | 1B | 0 | 61 | 58 | A | 163 | 5E | 2E |
| Octal | 346 | 7 | 33 | 0 | 141 | 130 | 12 | 543 | 136 | 56 |
| Binary | 11100110 | 111 | 11011 | 0 | 1100001 | 1011000 | 1010 | 101100011 | 1011110 | 101110 |
Color Harmonies of #E6071B
Complementary color
Monochromatic Colors of #E6071B
Black with #E6071B
Text Example
Text Example
White with #E6071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6071B; }
p { color: rgb(230,7,27); }
H1.HeaderClassName
{
color: #E6071B;
}
.AnyTagClassName
{
color: #E6071B;
}
</style>
background-color css
<style>
a { background-color: #E6071B; }
a { background-color: rgb(230,7,27); }
div.DivClassName
{
background-color: #E6071B;
}
.BgClassName
{
background-color: #E6071B;
}
</style>
border-color css
<style>
span { border-color: #E6071B; }
span { border-color: rgb(230,7,27); }
td.TdClassName
{
border-color: #E6071B;
}
.TagClassName
{
border-color: #E6071B;
}
</style>