Html Css Color HEX #E8131E Fire Engine Red

📋 copy color: '#E8131E'

red 232 ◦ green 19 ◦ blue 30

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

Shades of Fire Engine Red #E8131E

Tints of Fire Engine Red #E8131E

RGB

 RED value IS 232 (91.02% from 255) = 82.56%

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

 BLUE value IS 30 (12.11% from 255) = 10.68%

R = 82.56%
G = 6.76%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E8131E (or 0xE8131E) is known color: Fire Engine Red. HEX triplet: E8, 13 and 1E. RGB value is (232,19,30). Sum of RGB (Red+Green+Blue) = 232+19+30=281 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.56% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 232 - color contains mainly: red. Hex color #E8131E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8131E is #17ECE1. Grayscale: #545454. Windows color (decimal): -1567970 or 1971176. OLE color: 1971176.

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

Color convert

RGB 232 19 30 -
CMYK 0 0.92 0.87 0.09
HSL 356.9º 0.85% 0.49% -
HSV(B) 356.9º 0.92% 0.91% -
XYZ 33.75 17.72 2.87 -
YUV 83.94 97.57 233.61 -
System Red Green Blue C M Y K H S L
Decimal 232 19 30 0 0.92 0.87 0.09 356.9 0.85 0.49
Hex E8 13 1E 0 5C 57 9 165 55 31
Octal 350 23 36 0 134 127 11 545 125 61
Binary 11101000 10011 11110 0 1011100 1010111 1001 101100101 1010101 110001

Color Harmonies of #E8131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8131E

Black with #E8131E

Text Example


Text Example

White with #E8131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8131E; }

 p { color: rgb(232,19,30); }

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

background-color css

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

 a { background-color: rgb(232,19,30); }

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

border-color css

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

 span { border-color: rgb(232,19,30); }

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