#EB0A15

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

Shades of Fire Engine Red #EB0A15

Tints of Fire Engine Red #EB0A15

Color information

#EB0A15 (or 0xEB0A15) is unknown color: approx Fire Engine Red. HEX triplet: EB, 0A and 15. RGB value is (235,10,21). Sum of RGB (Red+Green+Blue) = 235+10+21=266 (35% of max value = 765). Red value is 235 (92.19% from 255 or 88.35% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A15 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0A15 is #14F5EA. Grayscale: #4E4E4E. Windows color (decimal): -1373675 or 1379051. OLE color: 1379051.

HSL color Cylindrical-coordinate representation of color #EB0A15: hue angle of 357.07º 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 #EB0A15 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB2351021-
CMYK00.960.910.08
HSL357.07º91.84%48.04%-
HSV(B)357.07º95.74%92.16%-
XYZ34.517.932.35-
YUV78.5395.54239.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 88.35%
GREEN value IS 10 (4.30% from 255) = 3.76%
BLUE value IS 21 (8.59% from 255) = 7.89%
R=88.35%
G=3.76%
B=7.89%

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
Decimal235102100.960.910.08357.0791.8448.04
HexEBA150605B81655c30
Octal353122501401331054513460
Binary1110101110101010101100000101101110001011001011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0A15; }

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

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

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

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

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

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

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

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