Html Css Color HEX #E1161D Fire Engine Red

📋 copy color: '#E1161D'

red 225 ◦ green 22 ◦ blue 29

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

Shades of Fire Engine Red #E1161D

Tints of Fire Engine Red #E1161D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.51%

R = 81.52%
G = 7.97%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E1161D (or 0xE1161D) is known color: Fire Engine Red. HEX triplet: E1, 16 and 1D. RGB value is (225,22,29). Sum of RGB (Red+Green+Blue) = 225+22+29=276 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.52% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 225 - color contains mainly: red. Hex color #E1161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1161D is #1EE9E2. Grayscale: #535353. Windows color (decimal): -2025955 or 1906401. OLE color: 1906401.

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

Color convert

RGB 225 22 29 -
CMYK 0 0.90 0.87 0.12
HSL 357.93º 0.82% 0.48% -
HSV(B) 357.93º 0.9% 0.88% -
XYZ 31.56 16.67 2.72 -
YUV 83.5 97.25 228.93 -
System Red Green Blue C M Y K H S L
Decimal 225 22 29 0 0.90 0.87 0.12 357.93 0.82 0.48
Hex E1 16 1D 0 5A 57 C 166 52 30
Octal 341 26 35 0 132 127 14 546 122 60
Binary 11100001 10110 11101 0 1011010 1010111 1100 101100110 1010010 110000

Color Harmonies of #E1161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1161D

Black with #E1161D

Text Example


Text Example

White with #E1161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1161D; }

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

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

background-color css

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

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

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

border-color css

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

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

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