#EB0718

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

Shades of Fire Engine Red #EB0718

Tints of Fire Engine Red #EB0718

Color information

#EB0718 (or 0xEB0718) is unknown color: approx Fire Engine Red. HEX triplet: EB, 07 and 18. RGB value is (235,7,24). Sum of RGB (Red+Green+Blue) = 235+7+24=266 (35% of max value = 765). Red value is 235 (92.19% from 255 or 88.35% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0718 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0718 is #14F8E7. Grayscale: #4D4D4D. Windows color (decimal): -1374440 or 1574891. OLE color: 1574891.

HSL color Cylindrical-coordinate representation of color #EB0718: hue angle of 355.53º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB0718 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB235724-
CMYK00.970.900.08
HSL355.53º94.21%47.45%-
HSV(B)355.53º97.02%92.16%-
XYZ34.517.882.5-
YUV77.1198.04240.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 88.35%
GREEN value IS 7 (3.12% from 255) = 2.63%
BLUE value IS 24 (9.77% from 255) = 9.02%
R=88.35%
G=2.63%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23572400.970.900.08355.5394.2147.45
HexEB7180615A81645e2f
Octal35373001411321054413657
Binary111010111111100001100001101101010001011001001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0718; }

 p { color: rgb(235,7,24); }

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

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

 a { background-color: rgb(235,7,24); }

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

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

 span { border-color: rgb(235,7,24); }

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