Html Css Color HEX #ED1113 Fire Engine Red

📋 copy color: '#ED1113'

red 237 ◦ green 17 ◦ blue 19

#ED1113
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #ED1113

Tints of Fire Engine Red #ED1113

RGB

 RED value IS 237 (92.97% from 255) = 86.81%

 GREEN value IS 17 (7.03% from 255) = 6.23%

 BLUE value IS 19 (7.81% from 255) = 6.96%

R = 86.81%
G = 6.23%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED1113 (or 0xED1113) is known color: Fire Engine Red. HEX triplet: ED, 11 and 13. RGB value is (237,17,19). Sum of RGB (Red+Green+Blue) = 237+17+19=273 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.81% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1113 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1113 is #12EEEC. Grayscale: #535353. Windows color (decimal): -1240813 or 1249773. OLE color: 1249773.

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

Color convert

RGB 237 17 19 -
CMYK 0 0.93 0.92 0.07
HSL 359.45º 0.87% 0.5% -
HSV(B) 359.45º 0.93% 0.93% -
XYZ 35.24 18.45 2.32 -
YUV 83.01 91.89 237.84 -
System Red Green Blue C M Y K H S L
Decimal 237 17 19 0 0.93 0.92 0.07 359.45 0.87 0.5
Hex ED 11 13 0 5D 5C 7 167 57 32
Octal 355 21 23 0 135 134 7 547 127 62
Binary 11101101 10001 10011 0 1011101 1011100 111 101100111 1010111 110010

Color Harmonies of #ED1113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1113

Black with #ED1113

Text Example


Text Example

White with #ED1113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1113; }

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

 H1.HeaderClassName
 {
   color: #ED1113;
 }
 .AnyTagClassName
 {
   color: #ED1113;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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