Shades of Fire Engine Red #EB101D
Tints of Fire Engine Red #EB101D
RGB
CMYK
RGB Variations
Color information
#EB101D (or 0xEB101D) is known color: Fire Engine Red. HEX triplet: EB, 10 and 1D. RGB value is (235,16,29). Sum of RGB (Red+Green+Blue) = 235+16+29=280 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.93% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 235 - color contains mainly: red. Hex color #EB101D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB101D is #14EFE2. Grayscale: #535353. Windows color (decimal): -1372131 or 1904875. OLE color: 1904875.
HSL color Cylindrical-coordinate representation of color #EB101D: hue angle of 356.44º 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 #EB101D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 16 | 29 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.08 |
| HSL | 356.44º | 0.87% | 0.49% | - |
| HSV(B) | 356.44º | 0.93% | 0.92% | - |
| XYZ | 34.67 | 18.12 | 2.83 | - |
| YUV | 82.96 | 97.55 | 236.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 16 | 29 | 0 | 0.93 | 0.88 | 0.08 | 356.44 | 0.87 | 0.49 |
| Hex | EB | 10 | 1D | 0 | 5D | 58 | 8 | 164 | 57 | 31 |
| Octal | 353 | 20 | 35 | 0 | 135 | 130 | 10 | 544 | 127 | 61 |
| Binary | 11101011 | 10000 | 11101 | 0 | 1011101 | 1011000 | 1000 | 101100100 | 1010111 | 110001 |
Color Harmonies of #EB101D
Complementary color
Monochromatic Colors of #EB101D
Black with #EB101D
Text Example
Text Example
White with #EB101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB101D; }
p { color: rgb(235,16,29); }
H1.HeaderClassName
{
color: #EB101D;
}
.AnyTagClassName
{
color: #EB101D;
}
</style>
background-color css
<style>
a { background-color: #EB101D; }
a { background-color: rgb(235,16,29); }
div.DivClassName
{
background-color: #EB101D;
}
.BgClassName
{
background-color: #EB101D;
}
</style>
border-color css
<style>
span { border-color: #EB101D; }
span { border-color: rgb(235,16,29); }
td.TdClassName
{
border-color: #EB101D;
}
.TagClassName
{
border-color: #EB101D;
}
</style>