Html Css Color HEX #E31D1F Fire Engine Red

📋 copy color: '#E31D1F'

red 227 ◦ green 29 ◦ blue 31

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

Shades of Fire Engine Red #E31D1F

Tints of Fire Engine Red #E31D1F

RGB

 RED value IS 227 (89.06% from 255) = 79.09%

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

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

R = 79.09%
G = 10.1%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E31D1F (or 0xE31D1F) is known color: Fire Engine Red. HEX triplet: E3, 1D and 1F. RGB value is (227,29,31). Sum of RGB (Red+Green+Blue) = 227+29+31=287 (38% of max value = 765). Red value is 227 (89.06% from 255 or 79.09% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 227 - color contains mainly: red. Hex color #E31D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31D1F is #1CE2E0. Grayscale: #585858. Windows color (decimal): -1893089 or 2039267. OLE color: 2039267.

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

Color convert

RGB 227 29 31 -
CMYK 0 0.87 0.86 0.11
HSL 359.39º 0.78% 0.5% -
HSV(B) 359.39º 0.87% 0.89% -
XYZ 32.37 17.31 2.93 -
YUV 88.43 95.6 226.84 -
System Red Green Blue C M Y K H S L
Decimal 227 29 31 0 0.87 0.86 0.11 359.39 0.78 0.5
Hex E3 1D 1F 0 57 56 B 167 4E 32
Octal 343 35 37 0 127 126 13 547 116 62
Binary 11100011 11101 11111 0 1010111 1010110 1011 101100111 1001110 110010

Color Harmonies of #E31D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31D1F

Black with #E31D1F

Text Example


Text Example

White with #E31D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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