Html Css Color HEX #E5131F Fire Engine Red

📋 copy color: '#E5131F'

red 229 ◦ green 19 ◦ blue 31

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

Shades of Fire Engine Red #E5131F

Tints of Fire Engine Red #E5131F

RGB

 RED value IS 229 (89.84% from 255) = 82.08%

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

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

R = 82.08%
G = 6.81%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E5131F (or 0xE5131F) is known color: Fire Engine Red. HEX triplet: E5, 13 and 1F. RGB value is (229,19,31). Sum of RGB (Red+Green+Blue) = 229+19+31=279 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.08% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 229 - color contains mainly: red. Hex color #E5131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5131F is #1AECE0. Grayscale: #535353. Windows color (decimal): -1764577 or 2036709. OLE color: 2036709.

HSL color Cylindrical-coordinate representation of color #E5131F: hue angle of 356.57º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5131F is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 19 31 -
CMYK 0 0.92 0.86 0.10
HSL 356.57º 0.85% 0.49% -
HSV(B) 356.57º 0.92% 0.9% -
XYZ 32.79 17.22 2.89 -
YUV 83.16 98.57 232.02 -
System Red Green Blue C M Y K H S L
Decimal 229 19 31 0 0.92 0.86 0.10 356.57 0.85 0.49
Hex E5 13 1F 0 5C 56 A 165 55 31
Octal 345 23 37 0 134 126 12 545 125 61
Binary 11100101 10011 11111 0 1011100 1010110 1010 101100101 1010101 110001

Color Harmonies of #E5131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5131F

Black with #E5131F

Text Example


Text Example

White with #E5131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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