Html Css Color HEX #ED1119 Fire Engine Red

📋 copy color: '#ED1119'

red 237 ◦ green 17 ◦ blue 25

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

Shades of Fire Engine Red #ED1119

Tints of Fire Engine Red #ED1119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.96%

R = 84.95%
G = 6.09%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED1119 (or 0xED1119) is known color: Fire Engine Red. HEX triplet: ED, 11 and 19. RGB value is (237,17,25). Sum of RGB (Red+Green+Blue) = 237+17+25=279 (36% of max value = 765). Red value is 237 (92.97% from 255 or 84.95% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1119 is #12EEE6. Grayscale: #535353. Windows color (decimal): -1240807 or 1642989. OLE color: 1642989.

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

Color convert

RGB 237 17 25 -
CMYK 0 0.93 0.89 0.07
HSL 357.82º 0.87% 0.5% -
HSV(B) 357.82º 0.93% 0.93% -
XYZ 35.3 18.48 2.63 -
YUV 83.69 94.89 237.35 -
System Red Green Blue C M Y K H S L
Decimal 237 17 25 0 0.93 0.89 0.07 357.82 0.87 0.5
Hex ED 11 19 0 5D 59 7 166 57 32
Octal 355 21 31 0 135 131 7 546 127 62
Binary 11101101 10001 11001 0 1011101 1011001 111 101100110 1010111 110010

Color Harmonies of #ED1119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1119

Black with #ED1119

Text Example


Text Example

White with #ED1119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1119; }

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

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

background-color css

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

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

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

border-color css

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

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

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