#EF0F16

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

Shades of Fire Engine Red #EF0F16

Tints of Fire Engine Red #EF0F16

Color information

#EF0F16 (or 0xEF0F16) is unknown color: approx Fire Engine Red. HEX triplet: EF, 0F and 16. RGB value is (239,15,22). Sum of RGB (Red+Green+Blue) = 239+15+22=276 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.59% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0F16 is #10F0E9. Grayscale: #525252. Windows color (decimal): -1110250 or 1445871. OLE color: 1445871.

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

Color convert

RGB2391522-
CMYK00.940.910.06
HSL358.12º88.19%49.8%-
HSV(B)358.12º93.72%93.73%-
XYZ35.9118.752.49-
YUV82.7793.71239.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 86.59%
GREEN value IS 15 (6.25% from 255) = 5.43%
BLUE value IS 22 (8.98% from 255) = 7.97%
R=86.59%
G=5.43%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239152200.940.910.06358.1288.1949.8
HexEFF1605E5B61665832
Octal35717260136133654613062
Binary111011111111101100101111010110111101011001101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0F16; }

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

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

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

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

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

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

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

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