Shades of Fire Engine Red #E60B17
Tints of Fire Engine Red #E60B17
RGB
CMYK
RGB Variations
Color information
#E60B17 (or 0xE60B17) is known color: Fire Engine Red. HEX triplet: E6, 0B and 17. RGB value is (230,11,23). Sum of RGB (Red+Green+Blue) = 230+11+23=264 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.12% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B17 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60B17 is #19F4E8. Grayscale: #4E4E4E. Windows color (decimal): -1701097 or 1510374. OLE color: 1510374.
HSL color Cylindrical-coordinate representation of color #E60B17: hue angle of 356.71º 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 #E60B17 is Cyan = 0, Magento = 0.95, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 11 | 23 | - |
| CMYK | 0 | 0.95 | 0.9 | 0.10 |
| HSL | 356.71º | 0.91% | 0.47% | - |
| HSV(B) | 356.71º | 0.95% | 0.9% | - |
| XYZ | 32.91 | 17.12 | 2.38 | - |
| YUV | 77.85 | 97.05 | 236.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 23 | 0 | 0.95 | 0.9 | 0.10 | 356.71 | 0.91 | 0.47 |
| Hex | E6 | B | 17 | 0 | 5F | 5A | A | 165 | 5B | 2F |
| Octal | 346 | 13 | 27 | 0 | 137 | 132 | 12 | 545 | 133 | 57 |
| Binary | 11100110 | 1011 | 10111 | 0 | 1011111 | 1011010 | 1010 | 101100101 | 1011011 | 101111 |
Color Harmonies of #E60B17
Complementary color
Monochromatic Colors of #E60B17
Black with #E60B17
Text Example
Text Example
White with #E60B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60B17; }
p { color: rgb(230,11,23); }
H1.HeaderClassName
{
color: #E60B17;
}
.AnyTagClassName
{
color: #E60B17;
}
</style>
background-color css
<style>
a { background-color: #E60B17; }
a { background-color: rgb(230,11,23); }
div.DivClassName
{
background-color: #E60B17;
}
.BgClassName
{
background-color: #E60B17;
}
</style>
border-color css
<style>
span { border-color: #E60B17; }
span { border-color: rgb(230,11,23); }
td.TdClassName
{
border-color: #E60B17;
}
.TagClassName
{
border-color: #E60B17;
}
</style>