Shades of Fire Engine Red #E60B12
Tints of Fire Engine Red #E60B12
RGB
CMYK
RGB Variations
Color information
#E60B12 (or 0xE60B12) is known color: Fire Engine Red. HEX triplet: E6, 0B and 12. RGB value is (230,11,18). Sum of RGB (Red+Green+Blue) = 230+11+18=259 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.80% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60B12 is #19F4ED. Grayscale: #4D4D4D. Windows color (decimal): -1701102 or 1182694. OLE color: 1182694.
HSL color Cylindrical-coordinate representation of color #E60B12: hue angle of 358.08º 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 #E60B12 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 11 | 18 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.10 |
| HSL | 358.08º | 0.91% | 0.47% | - |
| HSV(B) | 358.08º | 0.95% | 0.9% | - |
| XYZ | 32.86 | 17.11 | 2.14 | - |
| YUV | 77.28 | 94.55 | 236.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 18 | 0 | 0.95 | 0.92 | 0.10 | 358.08 | 0.91 | 0.47 |
| Hex | E6 | B | 12 | 0 | 5F | 5C | A | 166 | 5B | 2F |
| Octal | 346 | 13 | 22 | 0 | 137 | 134 | 12 | 546 | 133 | 57 |
| Binary | 11100110 | 1011 | 10010 | 0 | 1011111 | 1011100 | 1010 | 101100110 | 1011011 | 101111 |
Color Harmonies of #E60B12
Complementary color
Monochromatic Colors of #E60B12
Black with #E60B12
Text Example
Text Example
White with #E60B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60B12; }
p { color: rgb(230,11,18); }
H1.HeaderClassName
{
color: #E60B12;
}
.AnyTagClassName
{
color: #E60B12;
}
</style>
background-color css
<style>
a { background-color: #E60B12; }
a { background-color: rgb(230,11,18); }
div.DivClassName
{
background-color: #E60B12;
}
.BgClassName
{
background-color: #E60B12;
}
</style>
border-color css
<style>
span { border-color: #E60B12; }
span { border-color: rgb(230,11,18); }
td.TdClassName
{
border-color: #E60B12;
}
.TagClassName
{
border-color: #E60B12;
}
</style>