Html Css Color HEX #EB111A Fire Engine Red

📋 copy color: '#EB111A'

red 235 ◦ green 17 ◦ blue 26

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

Shades of Fire Engine Red #EB111A

Tints of Fire Engine Red #EB111A

RGB

 RED value IS 235 (92.19% from 255) = 84.53%

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

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

R = 84.53%
G = 6.12%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB111A (or 0xEB111A) is known color: Fire Engine Red. HEX triplet: EB, 11 and 1A. RGB value is (235,17,26). Sum of RGB (Red+Green+Blue) = 235+17+26=278 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.53% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 235 - color contains mainly: red. Hex color #EB111A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB111A is #14EEE5. Grayscale: #535353. Windows color (decimal): -1371878 or 1708523. OLE color: 1708523.

HSL color Cylindrical-coordinate representation of color #EB111A: hue angle of 357.52º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB111A is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 17 26 -
CMYK 0 0.93 0.89 0.08
HSL 357.52º 0.87% 0.49% -
HSV(B) 357.52º 0.93% 0.92% -
XYZ 34.65 18.14 2.65 -
YUV 83.21 95.72 236.27 -
System Red Green Blue C M Y K H S L
Decimal 235 17 26 0 0.93 0.89 0.08 357.52 0.87 0.49
Hex EB 11 1A 0 5D 59 8 166 57 31
Octal 353 21 32 0 135 131 10 546 127 61
Binary 11101011 10001 11010 0 1011101 1011001 1000 101100110 1010111 110001

Color Harmonies of #EB111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB111A

Black with #EB111A

Text Example


Text Example

White with #EB111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB111A; }

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

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

background-color css

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

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

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

border-color css

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

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

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