#EB0A14

Color #EB0A14 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #EB0A14

Tints of Fire Engine Red #EB0A14

Color information

#EB0A14 (or 0xEB0A14) is unknown color: approx Fire Engine Red. HEX triplet: EB, 0A and 14. RGB value is (235,10,20). Sum of RGB (Red+Green+Blue) = 235+10+20=265 (35% of max value = 765). Red value is 235 (92.19% from 255 or 88.68% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0A14 is #14F5EB. Grayscale: #4E4E4E. Windows color (decimal): -1373676 or 1313515. OLE color: 1313515.

HSL color Cylindrical-coordinate representation of color #EB0A14: hue angle of 357.33º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB0A14 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB2351020-
CMYK00.960.910.08
HSL357.33º91.84%48.04%-
HSV(B)357.33º95.74%92.16%-
XYZ34.517.932.3-
YUV78.4295.04239.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 88.68%
GREEN value IS 10 (4.30% from 255) = 3.77%
BLUE value IS 20 (8.20% from 255) = 7.55%
R=88.68%
G=3.77%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235102000.960.910.08357.3391.8448.04
HexEBA140605B81655c30
Octal353122401401331054513460
Binary1110101110101010001100000101101110001011001011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0A14; }

 p { color: rgb(235,10,20); }

 H1.HeaderClassName
 {
   color: #EB0A14;
 }
 .AnyTagClassName
 {
   color: #EB0A14;
 }
</style>
background-color css

<style>
 a { background-color: #EB0A14; }

 a { background-color: rgb(235,10,20); }

 div.DivClassName
 {
   background-color: #EB0A14;
 }
 .BgClassName
 {
   background-color: #EB0A14;
 }
</style>
border-color css

<style>
 span { border-color: #EB0A14; }

 span { border-color: rgb(235,10,20); }

 td.TdClassName
 {
   border-color: #EB0A14;
 }
 .TagClassName
 {
   border-color: #EB0A14;
 }
</style>