#ed1118

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

Shades of Fire Engine Red #ED1118

Tints of Fire Engine Red #ED1118

Color information

#ED1118 (or 0xED1118) is unknown color: approx Fire Engine Red. HEX triplet: ED, 11 and 18. RGB value is (237,17,24). Sum of RGB (Red+Green+Blue) = 237+17+24=278 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.25% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1118 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1118 is #12EEE7. Grayscale: #535353. Windows color (decimal): -1240808 or 1577453. OLE color: 1577453.

HSL color Cylindrical-coordinate representation of color #ED1118: hue angle of 358.09º 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 #ED1118 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB2371724-
CMYK00.930.900.07
HSL358.09º86.61%49.8%-
HSV(B)358.09º92.83%92.94%-
XYZ35.2918.472.57-
YUV83.5894.39237.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 85.25%
GREEN value IS 17 (7.03% from 255) = 6.12%
BLUE value IS 24 (9.77% from 255) = 8.63%
R=85.25%
G=6.12%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237172400.930.900.07358.0986.6149.8
HexED111805D5A71665732
Octal35521300135132754612762
Binary1110110110001110000101110110110101111011001101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed1118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed1118; }

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

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

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

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

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

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

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

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