Html Css Color HEX #E1161C Fire Engine Red

📋 copy color: '#E1161C'

red 225 ◦ green 22 ◦ blue 28

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

Shades of Fire Engine Red #E1161C

Tints of Fire Engine Red #E1161C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8%

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

R = 81.82%
G = 8%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1161C (or 0xE1161C) is known color: Fire Engine Red. HEX triplet: E1, 16 and 1C. RGB value is (225,22,28). Sum of RGB (Red+Green+Blue) = 225+22+28=275 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.82% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 225 - color contains mainly: red. Hex color #E1161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1161C is #1EE9E3. Grayscale: #535353. Windows color (decimal): -2025956 or 1840865. OLE color: 1840865.

HSL color Cylindrical-coordinate representation of color #E1161C: hue angle of 358.23º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1161C is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 22 28 -
CMYK 0 0.90 0.88 0.12
HSL 358.23º 0.82% 0.48% -
HSV(B) 358.23º 0.9% 0.88% -
XYZ 31.55 16.67 2.65 -
YUV 83.38 96.75 229.01 -
System Red Green Blue C M Y K H S L
Decimal 225 22 28 0 0.90 0.88 0.12 358.23 0.82 0.48
Hex E1 16 1C 0 5A 58 C 166 52 30
Octal 341 26 34 0 132 130 14 546 122 60
Binary 11100001 10110 11100 0 1011010 1011000 1100 101100110 1010010 110000

Color Harmonies of #E1161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1161C

Black with #E1161C

Text Example


Text Example

White with #E1161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1161C; }

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

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

background-color css

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

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

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

border-color css

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

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

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