Html Css Color HEX #E7001F Fire Engine Red

📋 copy color: '#E7001F'

red 231 ◦ green 0 ◦ blue 31

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

Shades of Fire Engine Red #E7001F

Tints of Fire Engine Red #E7001F

RGB

 RED value IS 231 (90.63% from 255) = 88.17%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.17%
G = 0%
B = 11.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E7001F (or 0xE7001F) is known color: Fire Engine Red. HEX triplet: E7, 00 and 1F. RGB value is (231,0,31). Sum of RGB (Red+Green+Blue) = 231+0+31=262 (34% of max value = 765). Red value is 231 (90.62% from 255 or 88.17% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 231 - color contains mainly: red. Hex color #E7001F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7001F is #18FFE0. Grayscale: #484848. Windows color (decimal): -1638369 or 2031847. OLE color: 2031847.

HSL color Cylindrical-coordinate representation of color #E7001F: hue angle of 351.95º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7001F is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 0 31 -
CMYK 0 1 0.87 0.09
HSL 351.95º 1% 0.45% -
HSV(B) 351.95º 1% 0.91% -
XYZ 33.2 17.09 2.84 -
YUV 72.6 104.53 240.98 -
System Red Green Blue C M Y K H S L
Decimal 231 0 31 0 1 0.87 0.09 351.95 1 0.45
Hex E7 0 1F 0 64 57 9 160 64 2D
Octal 347 0 37 0 144 127 11 540 144 55
Binary 11100111 0 11111 0 1100100 1010111 1001 101100000 1100100 101101

Color Harmonies of #E7001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7001F

Black with #E7001F

Text Example


Text Example

White with #E7001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7001F; }

 p { color: rgb(231,0,31); }

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

background-color css

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

 a { background-color: rgb(231,0,31); }

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

border-color css

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

 span { border-color: rgb(231,0,31); }

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