#ed1116

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

Shades of Fire Engine Red #ED1116

Tints of Fire Engine Red #ED1116

Color information

#ED1116 (or 0xED1116) is unknown color: approx Fire Engine Red. HEX triplet: ED, 11 and 16. RGB value is (237,17,22). Sum of RGB (Red+Green+Blue) = 237+17+22=276 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.87% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1116 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1116 is #12EEE9. Grayscale: #535353. Windows color (decimal): -1240810 or 1446381. OLE color: 1446381.

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

Color convert

RGB2371722-
CMYK00.930.910.07
HSL358.64º86.61%49.8%-
HSV(B)358.64º92.83%92.94%-
XYZ35.2718.462.46-
YUV83.3593.39237.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 85.87%
GREEN value IS 17 (7.03% from 255) = 6.16%
BLUE value IS 22 (8.98% from 255) = 7.97%
R=85.87%
G=6.16%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237172200.930.910.07358.6486.6149.8
HexED111605D5B71675732
Octal35521260135133754712762
Binary1110110110001101100101110110110111111011001111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed1116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed1116; }

 p { color: rgb(237,17,22); }

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

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

 a { background-color: rgb(237,17,22); }

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

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

 span { border-color: rgb(237,17,22); }

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