Shades of Fire Engine Red #EB141A
Tints of Fire Engine Red #EB141A
RGB
CMYK
RGB Variations
Color information
#EB141A (or 0xEB141A) is known color: Fire Engine Red. HEX triplet: EB, 14 and 1A. RGB value is (235,20,26). Sum of RGB (Red+Green+Blue) = 235+20+26=281 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.63% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 235 - color contains mainly: red. Hex color #EB141A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB141A is #14EBE5. Grayscale: #555555. Windows color (decimal): -1371110 or 1709291. OLE color: 1709291.
HSL color Cylindrical-coordinate representation of color #EB141A: hue angle of 358.33º 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 #EB141A is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 26 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.08 |
| HSL | 358.33º | 0.84% | 0.5% | - |
| HSV(B) | 358.33º | 0.91% | 0.92% | - |
| XYZ | 34.7 | 18.24 | 2.67 | - |
| YUV | 84.97 | 94.73 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 26 | 0 | 0.91 | 0.89 | 0.08 | 358.33 | 0.84 | 0.5 |
| Hex | EB | 14 | 1A | 0 | 5B | 59 | 8 | 166 | 54 | 32 |
| Octal | 353 | 24 | 32 | 0 | 133 | 131 | 10 | 546 | 124 | 62 |
| Binary | 11101011 | 10100 | 11010 | 0 | 1011011 | 1011001 | 1000 | 101100110 | 1010100 | 110010 |
Color Harmonies of #EB141A
Complementary color
Monochromatic Colors of #EB141A
Black with #EB141A
Text Example
Text Example
White with #EB141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB141A; }
p { color: rgb(235,20,26); }
H1.HeaderClassName
{
color: #EB141A;
}
.AnyTagClassName
{
color: #EB141A;
}
</style>
background-color css
<style>
a { background-color: #EB141A; }
a { background-color: rgb(235,20,26); }
div.DivClassName
{
background-color: #EB141A;
}
.BgClassName
{
background-color: #EB141A;
}
</style>
border-color css
<style>
span { border-color: #EB141A; }
span { border-color: rgb(235,20,26); }
td.TdClassName
{
border-color: #EB141A;
}
.TagClassName
{
border-color: #EB141A;
}
</style>