Html Css Color HEX #EB121C Fire Engine Red

📋 copy color: '#EB121C'

red 235 ◦ green 18 ◦ blue 28

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

Shades of Fire Engine Red #EB121C

Tints of Fire Engine Red #EB121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.41%

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

R = 83.63%
G = 6.41%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB121C (or 0xEB121C) is known color: Fire Engine Red. HEX triplet: EB, 12 and 1C. RGB value is (235,18,28). Sum of RGB (Red+Green+Blue) = 235+18+28=281 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.63% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 235 - color contains mainly: red. Hex color #EB121C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB121C is #14EDE3. Grayscale: #545454. Windows color (decimal): -1371620 or 1839851. OLE color: 1839851.

HSL color Cylindrical-coordinate representation of color #EB121C: hue angle of 357.24º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB121C is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 18 28 -
CMYK 0 0.92 0.88 0.08
HSL 357.24º 0.86% 0.5% -
HSV(B) 357.24º 0.92% 0.92% -
XYZ 34.69 18.18 2.78 -
YUV 84.02 96.39 235.69 -
System Red Green Blue C M Y K H S L
Decimal 235 18 28 0 0.92 0.88 0.08 357.24 0.86 0.5
Hex EB 12 1C 0 5C 58 8 165 56 32
Octal 353 22 34 0 134 130 10 545 126 62
Binary 11101011 10010 11100 0 1011100 1011000 1000 101100101 1010110 110010

Color Harmonies of #EB121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB121C

Black with #EB121C

Text Example


Text Example

White with #EB121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB121C; }

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

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

background-color css

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

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

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

border-color css

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

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

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