Shades of Fire Engine Red #EB111C
Tints of Fire Engine Red #EB111C
RGB
CMYK
RGB Variations
Color information
#EB111C (or 0xEB111C) is known color: Fire Engine Red. HEX triplet: EB, 11 and 1C. RGB value is (235,17,28). Sum of RGB (Red+Green+Blue) = 235+17+28=280 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.93% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 235 - color contains mainly: red. Hex color #EB111C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB111C is #14EEE3. Grayscale: #535353. Windows color (decimal): -1371876 or 1839595. OLE color: 1839595.
HSL color Cylindrical-coordinate representation of color #EB111C: hue angle of 356.97º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB111C is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 17 | 28 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.08 |
| HSL | 356.97º | 0.87% | 0.49% | - |
| HSV(B) | 356.97º | 0.93% | 0.92% | - |
| XYZ | 34.67 | 18.15 | 2.77 | - |
| YUV | 83.44 | 96.72 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 17 | 28 | 0 | 0.93 | 0.88 | 0.08 | 356.97 | 0.87 | 0.49 |
| Hex | EB | 11 | 1C | 0 | 5D | 58 | 8 | 165 | 57 | 31 |
| Octal | 353 | 21 | 34 | 0 | 135 | 130 | 10 | 545 | 127 | 61 |
| Binary | 11101011 | 10001 | 11100 | 0 | 1011101 | 1011000 | 1000 | 101100101 | 1010111 | 110001 |
Color Harmonies of #EB111C
Complementary color
Monochromatic Colors of #EB111C
Black with #EB111C
Text Example
Text Example
White with #EB111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB111C; }
p { color: rgb(235,17,28); }
H1.HeaderClassName
{
color: #EB111C;
}
.AnyTagClassName
{
color: #EB111C;
}
</style>
background-color css
<style>
a { background-color: #EB111C; }
a { background-color: rgb(235,17,28); }
div.DivClassName
{
background-color: #EB111C;
}
.BgClassName
{
background-color: #EB111C;
}
</style>
border-color css
<style>
span { border-color: #EB111C; }
span { border-color: rgb(235,17,28); }
td.TdClassName
{
border-color: #EB111C;
}
.TagClassName
{
border-color: #EB111C;
}
</style>