#EB0F16

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

Shades of Fire Engine Red #EB0F16

Tints of Fire Engine Red #EB0F16

Color information

#EB0F16 (or 0xEB0F16) is unknown color: approx Fire Engine Red. HEX triplet: EB, 0F and 16. RGB value is (235,15,22). Sum of RGB (Red+Green+Blue) = 235+15+22=272 (36% of max value = 765). Red value is 235 (92.19% from 255 or 86.40% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0F16 is #14F0E9. Grayscale: #515151. Windows color (decimal): -1372394 or 1445867. OLE color: 1445867.

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

Color convert

RGB2351522-
CMYK00.940.910.08
HSL358.09º88%49.02%-
HSV(B)358.09º93.62%92.16%-
XYZ34.5818.062.42-
YUV81.5894.39237.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 86.40%
GREEN value IS 15 (6.25% from 255) = 5.51%
BLUE value IS 22 (8.98% from 255) = 8.09%
R=86.40%
G=5.51%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235152200.940.910.08358.098849.02
HexEBF1605E5B81665831
Octal353172601361331054613061
Binary1110101111111011001011110101101110001011001101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0F16; }

 p { color: rgb(235,15,22); }

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

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

 a { background-color: rgb(235,15,22); }

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

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

 span { border-color: rgb(235,15,22); }

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