Html Css Color HEX #ED111A Fire Engine Red

📋 copy color: '#ED111A'

red 237 ◦ green 17 ◦ blue 26

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

Shades of Fire Engine Red #ED111A

Tints of Fire Engine Red #ED111A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.29%

R = 84.64%
G = 6.07%
B = 9.29%

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

#ED111A (or 0xED111A) is known color: Fire Engine Red. HEX triplet: ED, 11 and 1A. RGB value is (237,17,26). Sum of RGB (Red+Green+Blue) = 237+17+26=280 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.64% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 237 - color contains mainly: red. Hex color #ED111A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED111A is #12EEE5. Grayscale: #535353. Windows color (decimal): -1240806 or 1708525. OLE color: 1708525.

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

Color convert

RGB 237 17 26 -
CMYK 0 0.93 0.89 0.07
HSL 357.55º 0.87% 0.5% -
HSV(B) 357.55º 0.93% 0.93% -
XYZ 35.31 18.48 2.68 -
YUV 83.81 95.39 237.27 -
System Red Green Blue C M Y K H S L
Decimal 237 17 26 0 0.93 0.89 0.07 357.55 0.87 0.5
Hex ED 11 1A 0 5D 59 7 166 57 32
Octal 355 21 32 0 135 131 7 546 127 62
Binary 11101101 10001 11010 0 1011101 1011001 111 101100110 1010111 110010

Color Harmonies of #ED111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED111A

Black with #ED111A

Text Example


Text Example

White with #ED111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED111A; }

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

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

background-color css

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

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

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

border-color css

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

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

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