Html Css Color HEX #EB121A Fire Engine Red

📋 copy color: '#EB121A'

red 235 ◦ green 18 ◦ blue 26

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

Shades of Fire Engine Red #EB121A

Tints of Fire Engine Red #EB121A

RGB

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

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

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

R = 84.23%
G = 6.45%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB121A (or 0xEB121A) is known color: Fire Engine Red. HEX triplet: EB, 12 and 1A. RGB value is (235,18,26). Sum of RGB (Red+Green+Blue) = 235+18+26=279 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.23% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 235 - color contains mainly: red. Hex color #EB121A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB121A is #14EDE5. Grayscale: #535353. Windows color (decimal): -1371622 or 1708779. OLE color: 1708779.

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

Color convert

RGB 235 18 26 -
CMYK 0 0.92 0.89 0.08
HSL 357.79º 0.86% 0.5% -
HSV(B) 357.79º 0.92% 0.92% -
XYZ 34.66 18.17 2.66 -
YUV 83.8 95.39 235.85 -
System Red Green Blue C M Y K H S L
Decimal 235 18 26 0 0.92 0.89 0.08 357.79 0.86 0.5
Hex EB 12 1A 0 5C 59 8 166 56 32
Octal 353 22 32 0 134 131 10 546 126 62
Binary 11101011 10010 11010 0 1011100 1011001 1000 101100110 1010110 110010

Color Harmonies of #EB121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB121A

Black with #EB121A

Text Example


Text Example

White with #EB121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB121A; }

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

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

background-color css

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

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

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

border-color css

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

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

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