Shades of Fire Engine Red #EB141C
Tints of Fire Engine Red #EB141C
RGB
CMYK
RGB Variations
Color information
#EB141C (or 0xEB141C) is known color: Fire Engine Red. HEX triplet: EB, 14 and 1C. RGB value is (235,20,28). Sum of RGB (Red+Green+Blue) = 235+20+28=283 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.04% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 235 - color contains mainly: red. Hex color #EB141C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB141C is #14EBE3. Grayscale: #555555. Windows color (decimal): -1371108 or 1840363. OLE color: 1840363.
HSL color Cylindrical-coordinate representation of color #EB141C: hue angle of 357.77º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB141C is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 28 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.08 |
| HSL | 357.77º | 0.84% | 0.5% | - |
| HSV(B) | 357.77º | 0.91% | 0.92% | - |
| XYZ | 34.72 | 18.25 | 2.79 | - |
| YUV | 85.2 | 95.73 | 234.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 28 | 0 | 0.91 | 0.88 | 0.08 | 357.77 | 0.84 | 0.5 |
| Hex | EB | 14 | 1C | 0 | 5B | 58 | 8 | 166 | 54 | 32 |
| Octal | 353 | 24 | 34 | 0 | 133 | 130 | 10 | 546 | 124 | 62 |
| Binary | 11101011 | 10100 | 11100 | 0 | 1011011 | 1011000 | 1000 | 101100110 | 1010100 | 110010 |
Color Harmonies of #EB141C
Complementary color
Monochromatic Colors of #EB141C
Black with #EB141C
Text Example
Text Example
White with #EB141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB141C; }
p { color: rgb(235,20,28); }
H1.HeaderClassName
{
color: #EB141C;
}
.AnyTagClassName
{
color: #EB141C;
}
</style>
background-color css
<style>
a { background-color: #EB141C; }
a { background-color: rgb(235,20,28); }
div.DivClassName
{
background-color: #EB141C;
}
.BgClassName
{
background-color: #EB141C;
}
</style>
border-color css
<style>
span { border-color: #EB141C; }
span { border-color: rgb(235,20,28); }
td.TdClassName
{
border-color: #EB141C;
}
.TagClassName
{
border-color: #EB141C;
}
</style>