Html Css Color HEX #E7131A Fire Engine Red

📋 copy color: '#E7131A'

red 231 ◦ green 19 ◦ blue 26

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

Shades of Fire Engine Red #E7131A

Tints of Fire Engine Red #E7131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

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

R = 83.7%
G = 6.88%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E7131A (or 0xE7131A) is known color: Fire Engine Red. HEX triplet: E7, 13 and 1A. RGB value is (231,19,26). Sum of RGB (Red+Green+Blue) = 231+19+26=276 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.70% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 231 - color contains mainly: red. Hex color #E7131A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7131A is #18ECE5. Grayscale: #535353. Windows color (decimal): -1633510 or 1709031. OLE color: 1709031.

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

Color convert

RGB 231 19 26 -
CMYK 0 0.92 0.89 0.09
HSL 358.02º 0.85% 0.49% -
HSV(B) 358.02º 0.92% 0.91% -
XYZ 33.37 17.53 2.6 -
YUV 83.19 95.74 233.43 -
System Red Green Blue C M Y K H S L
Decimal 231 19 26 0 0.92 0.89 0.09 358.02 0.85 0.49
Hex E7 13 1A 0 5C 59 9 166 55 31
Octal 347 23 32 0 134 131 11 546 125 61
Binary 11100111 10011 11010 0 1011100 1011001 1001 101100110 1010101 110001

Color Harmonies of #E7131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7131A

Black with #E7131A

Text Example


Text Example

White with #E7131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7131A; }

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

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

background-color css

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

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

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

border-color css

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

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

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