Html Css Color HEX #E1191E Fire Engine Red

📋 copy color: '#E1191E'

red 225 ◦ green 25 ◦ blue 30

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

Shades of Fire Engine Red #E1191E

Tints of Fire Engine Red #E1191E

RGB

 RED value IS 225 (88.28% from 255) = 80.36%

 GREEN value IS 25 (10.16% from 255) = 8.93%

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

R = 80.36%
G = 8.93%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E1191E (or 0xE1191E) is known color: Fire Engine Red. HEX triplet: E1, 19 and 1E. RGB value is (225,25,30). Sum of RGB (Red+Green+Blue) = 225+25+30=280 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.36% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 225 - color contains mainly: red. Hex color #E1191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1191E is #1EE6E1. Grayscale: #555555. Windows color (decimal): -2025186 or 1972705. OLE color: 1972705.

HSL color Cylindrical-coordinate representation of color #E1191E: hue angle of 358.5º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1191E is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 25 30 -
CMYK 0 0.89 0.87 0.12
HSL 358.5º 0.8% 0.49% -
HSV(B) 358.5º 0.89% 0.88% -
XYZ 31.63 16.8 2.8 -
YUV 85.37 96.76 227.59 -
System Red Green Blue C M Y K H S L
Decimal 225 25 30 0 0.89 0.87 0.12 358.5 0.8 0.49
Hex E1 19 1E 0 59 57 C 166 50 31
Octal 341 31 36 0 131 127 14 546 120 61
Binary 11100001 11001 11110 0 1011001 1010111 1100 101100110 1010000 110001

Color Harmonies of #E1191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1191E

Black with #E1191E

Text Example


Text Example

White with #E1191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1191E; }

 p { color: rgb(225,25,30); }

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

background-color css

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

 a { background-color: rgb(225,25,30); }

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

border-color css

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

 span { border-color: rgb(225,25,30); }

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