Shades of Fire Engine Red #E60B11
Tints of Fire Engine Red #E60B11
RGB
CMYK
RGB Variations
Color information
#E60B11 (or 0xE60B11) is known color: Fire Engine Red. HEX triplet: E6, 0B and 11. RGB value is (230,11,17). Sum of RGB (Red+Green+Blue) = 230+11+17=258 (34% of max value = 765). Red value is 230 (90.23% from 255 or 89.15% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60B11 is #19F4EE. Grayscale: #4D4D4D. Windows color (decimal): -1701103 or 1117158. OLE color: 1117158.
HSL color Cylindrical-coordinate representation of color #E60B11: hue angle of 358.36º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60B11 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 11 | 17 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.10 |
| HSL | 358.36º | 0.91% | 0.47% | - |
| HSV(B) | 358.36º | 0.95% | 0.9% | - |
| XYZ | 32.85 | 17.1 | 2.1 | - |
| YUV | 77.17 | 94.05 | 237.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 17 | 0 | 0.95 | 0.93 | 0.10 | 358.36 | 0.91 | 0.47 |
| Hex | E6 | B | 11 | 0 | 5F | 5D | A | 166 | 5B | 2F |
| Octal | 346 | 13 | 21 | 0 | 137 | 135 | 12 | 546 | 133 | 57 |
| Binary | 11100110 | 1011 | 10001 | 0 | 1011111 | 1011101 | 1010 | 101100110 | 1011011 | 101111 |
Color Harmonies of #E60B11
Complementary color
Monochromatic Colors of #E60B11
Black with #E60B11
Text Example
Text Example
White with #E60B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60B11; }
p { color: rgb(230,11,17); }
H1.HeaderClassName
{
color: #E60B11;
}
.AnyTagClassName
{
color: #E60B11;
}
</style>
background-color css
<style>
a { background-color: #E60B11; }
a { background-color: rgb(230,11,17); }
div.DivClassName
{
background-color: #E60B11;
}
.BgClassName
{
background-color: #E60B11;
}
</style>
border-color css
<style>
span { border-color: #E60B11; }
span { border-color: rgb(230,11,17); }
td.TdClassName
{
border-color: #E60B11;
}
.TagClassName
{
border-color: #E60B11;
}
</style>