Html Css Color HEX #EB101A Fire Engine Red

📋 copy color: '#EB101A'

red 235 ◦ green 16 ◦ blue 26

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

Shades of Fire Engine Red #EB101A

Tints of Fire Engine Red #EB101A

RGB

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

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

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

R = 84.84%
G = 5.78%
B = 9.39%

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

#EB101A (or 0xEB101A) is known color: Fire Engine Red. HEX triplet: EB, 10 and 1A. RGB value is (235,16,26). Sum of RGB (Red+Green+Blue) = 235+16+26=277 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.84% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 235 - color contains mainly: red. Hex color #EB101A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB101A is #14EFE5. Grayscale: #525252. Windows color (decimal): -1372134 or 1708267. OLE color: 1708267.

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

Color convert

RGB 235 16 26 -
CMYK 0 0.93 0.89 0.08
HSL 357.26º 0.87% 0.49% -
HSV(B) 357.26º 0.93% 0.92% -
XYZ 34.63 18.11 2.65 -
YUV 82.62 96.05 236.69 -
System Red Green Blue C M Y K H S L
Decimal 235 16 26 0 0.93 0.89 0.08 357.26 0.87 0.49
Hex EB 10 1A 0 5D 59 8 165 57 31
Octal 353 20 32 0 135 131 10 545 127 61
Binary 11101011 10000 11010 0 1011101 1011001 1000 101100101 1010111 110001

Color Harmonies of #EB101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB101A

Black with #EB101A

Text Example


Text Example

White with #EB101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB101A; }

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

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

background-color css

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

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

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

border-color css

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

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

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