Html Css Color HEX #E1031F Fire Engine Red

📋 copy color: '#E1031F'

red 225 ◦ green 3 ◦ blue 31

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

Shades of Fire Engine Red #E1031F

Tints of Fire Engine Red #E1031F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 86.87%
G = 1.16%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1031F (or 0xE1031F) is known color: Fire Engine Red. HEX triplet: E1, 03 and 1F. RGB value is (225,3,31). Sum of RGB (Red+Green+Blue) = 225+3+31=259 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.87% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 225 - color contains mainly: red. Hex color #E1031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1031F is #1EFCE0. Grayscale: #484848. Windows color (decimal): -2030817 or 2032609. OLE color: 2032609.

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

Color convert

RGB 225 3 31 -
CMYK 0 0.99 0.86 0.12
HSL 352.43º 0.97% 0.45% -
HSV(B) 352.43º 0.99% 0.88% -
XYZ 31.33 16.17 2.77 -
YUV 72.57 104.55 236.72 -
System Red Green Blue C M Y K H S L
Decimal 225 3 31 0 0.99 0.86 0.12 352.43 0.97 0.45
Hex E1 3 1F 0 63 56 C 160 61 2D
Octal 341 3 37 0 143 126 14 540 141 55
Binary 11100001 11 11111 0 1100011 1010110 1100 101100000 1100001 101101

Color Harmonies of #E1031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1031F

Black with #E1031F

Text Example


Text Example

White with #E1031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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