Html Css Color HEX #EB101B Fire Engine Red

📋 copy color: '#EB101B'

red 235 ◦ green 16 ◦ blue 27

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

Shades of Fire Engine Red #EB101B

Tints of Fire Engine Red #EB101B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.76%

 BLUE value IS 27 (10.94% from 255) = 9.71%

R = 84.53%
G = 5.76%
B = 9.71%

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

#EB101B (or 0xEB101B) is known color: Fire Engine Red. HEX triplet: EB, 10 and 1B. RGB value is (235,16,27). Sum of RGB (Red+Green+Blue) = 235+16+27=278 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.53% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 235 - color contains mainly: red. Hex color #EB101B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB101B is #14EFE4. Grayscale: #525252. Windows color (decimal): -1372133 or 1773803. OLE color: 1773803.

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

Color convert

RGB 235 16 27 -
CMYK 0 0.93 0.89 0.08
HSL 356.99º 0.87% 0.49% -
HSV(B) 356.99º 0.93% 0.92% -
XYZ 34.64 18.11 2.71 -
YUV 82.74 96.55 236.61 -
System Red Green Blue C M Y K H S L
Decimal 235 16 27 0 0.93 0.89 0.08 356.99 0.87 0.49
Hex EB 10 1B 0 5D 59 8 165 57 31
Octal 353 20 33 0 135 131 10 545 127 61
Binary 11101011 10000 11011 0 1011101 1011001 1000 101100101 1010111 110001

Color Harmonies of #EB101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB101B

Black with #EB101B

Text Example


Text Example

White with #EB101B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB101B; }

 p { color: rgb(235,16,27); }

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

background-color css

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

 a { background-color: rgb(235,16,27); }

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

border-color css

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

 span { border-color: rgb(235,16,27); }

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