Html Css Color HEX #EA141A Fire Engine Red

📋 copy color: '#EA141A'

red 234 ◦ green 20 ◦ blue 26

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

Shades of Fire Engine Red #EA141A

Tints of Fire Engine Red #EA141A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.14%

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

R = 83.57%
G = 7.14%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA141A (or 0xEA141A) is known color: Fire Engine Red. HEX triplet: EA, 14 and 1A. RGB value is (234,20,26). Sum of RGB (Red+Green+Blue) = 234+20+26=280 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.57% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 234 - color contains mainly: red. Hex color #EA141A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA141A is #15EBE5. Grayscale: #545454. Windows color (decimal): -1436646 or 1709290. OLE color: 1709290.

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

Color convert

RGB 234 20 26 -
CMYK 0 0.91 0.89 0.08
HSL 358.32º 0.84% 0.5% -
HSV(B) 358.32º 0.91% 0.92% -
XYZ 34.37 18.07 2.65 -
YUV 84.67 94.9 234.51 -
System Red Green Blue C M Y K H S L
Decimal 234 20 26 0 0.91 0.89 0.08 358.32 0.84 0.5
Hex EA 14 1A 0 5B 59 8 166 54 32
Octal 352 24 32 0 133 131 10 546 124 62
Binary 11101010 10100 11010 0 1011011 1011001 1000 101100110 1010100 110010

Color Harmonies of #EA141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA141A

Black with #EA141A

Text Example


Text Example

White with #EA141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA141A; }

 p { color: rgb(234,20,26); }

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

background-color css

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

 a { background-color: rgb(234,20,26); }

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

border-color css

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

 span { border-color: rgb(234,20,26); }

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