Html Css Color HEX #EB101C Fire Engine Red

📋 copy color: '#EB101C'

red 235 ◦ green 16 ◦ blue 28

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

Shades of Fire Engine Red #EB101C

Tints of Fire Engine Red #EB101C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.04%

R = 84.23%
G = 5.73%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB101C (or 0xEB101C) is known color: Fire Engine Red. HEX triplet: EB, 10 and 1C. RGB value is (235,16,28). Sum of RGB (Red+Green+Blue) = 235+16+28=279 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.23% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 235 - color contains mainly: red. Hex color #EB101C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB101C is #14EFE3. Grayscale: #535353. Windows color (decimal): -1372132 or 1839339. OLE color: 1839339.

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

Color convert

RGB 235 16 28 -
CMYK 0 0.93 0.88 0.08
HSL 356.71º 0.87% 0.49% -
HSV(B) 356.71º 0.93% 0.92% -
XYZ 34.66 18.12 2.77 -
YUV 82.85 97.05 236.52 -
System Red Green Blue C M Y K H S L
Decimal 235 16 28 0 0.93 0.88 0.08 356.71 0.87 0.49
Hex EB 10 1C 0 5D 58 8 165 57 31
Octal 353 20 34 0 135 130 10 545 127 61
Binary 11101011 10000 11100 0 1011101 1011000 1000 101100101 1010111 110001

Color Harmonies of #EB101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB101C

Black with #EB101C

Text Example


Text Example

White with #EB101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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