Html Css Color HEX #E1131F Fire Engine Red

📋 copy color: '#E1131F'

red 225 ◦ green 19 ◦ blue 31

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

Shades of Fire Engine Red #E1131F

Tints of Fire Engine Red #E1131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

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

R = 81.82%
G = 6.91%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1131F (or 0xE1131F) is known color: Fire Engine Red. HEX triplet: E1, 13 and 1F. RGB value is (225,19,31). Sum of RGB (Red+Green+Blue) = 225+19+31=275 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.82% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 225 - color contains mainly: red. Hex color #E1131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1131F is #1EECE0. Grayscale: #525252. Windows color (decimal): -2026721 or 2036705. OLE color: 2036705.

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

Color convert

RGB 225 19 31 -
CMYK 0 0.92 0.86 0.12
HSL 356.5º 0.84% 0.48% -
HSV(B) 356.5º 0.92% 0.88% -
XYZ 31.53 16.57 2.83 -
YUV 81.96 99.25 230.02 -
System Red Green Blue C M Y K H S L
Decimal 225 19 31 0 0.92 0.86 0.12 356.5 0.84 0.48
Hex E1 13 1F 0 5C 56 C 165 54 30
Octal 341 23 37 0 134 126 14 545 124 60
Binary 11100001 10011 11111 0 1011100 1010110 1100 101100101 1010100 110000

Color Harmonies of #E1131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1131F

Black with #E1131F

Text Example


Text Example

White with #E1131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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