Html Css Color HEX #E1111C Fire Engine Red

📋 copy color: '#E1111C'

red 225 ◦ green 17 ◦ blue 28

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

Shades of Fire Engine Red #E1111C

Tints of Fire Engine Red #E1111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.3%

 BLUE value IS 28 (11.33% from 255) = 10.37%

R = 83.33%
G = 6.3%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1111C (or 0xE1111C) is known color: Fire Engine Red. HEX triplet: E1, 11 and 1C. RGB value is (225,17,28). Sum of RGB (Red+Green+Blue) = 225+17+28=270 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.33% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 225 - color contains mainly: red. Hex color #E1111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1111C is #1EEEE3. Grayscale: #505050. Windows color (decimal): -2027236 or 1839585. OLE color: 1839585.

HSL color Cylindrical-coordinate representation of color #E1111C: hue angle of 356.83º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1111C is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 17 28 -
CMYK 0 0.92 0.88 0.12
HSL 356.83º 0.86% 0.47% -
HSV(B) 356.83º 0.92% 0.88% -
XYZ 31.46 16.49 2.62 -
YUV 80.45 98.41 231.11 -
System Red Green Blue C M Y K H S L
Decimal 225 17 28 0 0.92 0.88 0.12 356.83 0.86 0.47
Hex E1 11 1C 0 5C 58 C 165 56 2F
Octal 341 21 34 0 134 130 14 545 126 57
Binary 11100001 10001 11100 0 1011100 1011000 1100 101100101 1010110 101111

Color Harmonies of #E1111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1111C

Black with #E1111C

Text Example


Text Example

White with #E1111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1111C; }

 p { color: rgb(225,17,28); }

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

background-color css

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

 a { background-color: rgb(225,17,28); }

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

border-color css

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

 span { border-color: rgb(225,17,28); }

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