Html Css Color HEX #E11D1F Fire Engine Red

📋 copy color: '#E11D1F'

red 225 ◦ green 29 ◦ blue 31

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

Shades of Fire Engine Red #E11D1F

Tints of Fire Engine Red #E11D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.18%

 BLUE value IS 31 (12.5% from 255) = 10.88%

R = 78.95%
G = 10.18%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E11D1F (or 0xE11D1F) is known color: Fire Engine Red. HEX triplet: E1, 1D and 1F. RGB value is (225,29,31). Sum of RGB (Red+Green+Blue) = 225+29+31=285 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.95% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11D1F is #1EE2E0. Grayscale: #585858. Windows color (decimal): -2024161 or 2039265. OLE color: 2039265.

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

Color convert

RGB 225 29 31 -
CMYK 0 0.87 0.86 0.12
HSL 359.39º 0.77% 0.5% -
HSV(B) 359.39º 0.87% 0.88% -
XYZ 31.74 16.99 2.9 -
YUV 87.83 95.93 225.84 -
System Red Green Blue C M Y K H S L
Decimal 225 29 31 0 0.87 0.86 0.12 359.39 0.77 0.5
Hex E1 1D 1F 0 57 56 C 167 4D 32
Octal 341 35 37 0 127 126 14 547 115 62
Binary 11100001 11101 11111 0 1010111 1010110 1100 101100111 1001101 110010

Color Harmonies of #E11D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11D1F

Black with #E11D1F

Text Example


Text Example

White with #E11D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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