Html Css Color HEX #E7141A Fire Engine Red

📋 copy color: '#E7141A'

red 231 ◦ green 20 ◦ blue 26

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

Shades of Fire Engine Red #E7141A

Tints of Fire Engine Red #E7141A

RGB

 RED value IS 231 (90.63% from 255) = 83.39%

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

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

R = 83.39%
G = 7.22%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E7141A (or 0xE7141A) is known color: Fire Engine Red. HEX triplet: E7, 14 and 1A. RGB value is (231,20,26). Sum of RGB (Red+Green+Blue) = 231+20+26=277 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.39% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 231 - color contains mainly: red. Hex color #E7141A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7141A is #18EBE5. Grayscale: #535353. Windows color (decimal): -1633254 or 1709287. OLE color: 1709287.

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

Color convert

RGB 231 20 26 -
CMYK 0 0.91 0.89 0.09
HSL 358.29º 0.84% 0.49% -
HSV(B) 358.29º 0.91% 0.91% -
XYZ 33.39 17.56 2.61 -
YUV 83.77 95.4 233.01 -
System Red Green Blue C M Y K H S L
Decimal 231 20 26 0 0.91 0.89 0.09 358.29 0.84 0.49
Hex E7 14 1A 0 5B 59 9 166 54 31
Octal 347 24 32 0 133 131 11 546 124 61
Binary 11100111 10100 11010 0 1011011 1011001 1001 101100110 1010100 110001

Color Harmonies of #E7141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7141A

Black with #E7141A

Text Example


Text Example

White with #E7141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7141A; }

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

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

background-color css

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

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

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

border-color css

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

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

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