Html Css Color HEX #EA121C Fire Engine Red

📋 copy color: '#EA121C'

red 234 ◦ green 18 ◦ blue 28

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

Shades of Fire Engine Red #EA121C

Tints of Fire Engine Red #EA121C

RGB

 RED value IS 234 (91.8% from 255) = 83.57%

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

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

R = 83.57%
G = 6.43%
B = 10%

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

#EA121C (or 0xEA121C) is known color: Fire Engine Red. HEX triplet: EA, 12 and 1C. RGB value is (234,18,28). Sum of RGB (Red+Green+Blue) = 234+18+28=280 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.57% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 234 - color contains mainly: red. Hex color #EA121C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA121C is #15EDE3. Grayscale: #535353. Windows color (decimal): -1437156 or 1839850. OLE color: 1839850.

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

Color convert

RGB 234 18 28 -
CMYK 0 0.92 0.88 0.08
HSL 357.22º 0.86% 0.49% -
HSV(B) 357.22º 0.92% 0.92% -
XYZ 34.36 18.01 2.76 -
YUV 83.72 96.56 235.19 -
System Red Green Blue C M Y K H S L
Decimal 234 18 28 0 0.92 0.88 0.08 357.22 0.86 0.49
Hex EA 12 1C 0 5C 58 8 165 56 31
Octal 352 22 34 0 134 130 10 545 126 61
Binary 11101010 10010 11100 0 1011100 1011000 1000 101100101 1010110 110001

Color Harmonies of #EA121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA121C

Black with #EA121C

Text Example


Text Example

White with #EA121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA121C; }

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

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

background-color css

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

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

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

border-color css

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

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

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