Html Css Color HEX #E0071F Fire Engine Red

📋 copy color: '#E0071F'

red 224 ◦ green 7 ◦ blue 31

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

Shades of Fire Engine Red #E0071F

Tints of Fire Engine Red #E0071F

RGB

 RED value IS 224 (87.89% from 255) = 85.5%

 GREEN value IS 7 (3.13% from 255) = 2.67%

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

R = 85.5%
G = 2.67%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E0071F (or 0xE0071F) is known color: Fire Engine Red. HEX triplet: E0, 07 and 1F. RGB value is (224,7,31). Sum of RGB (Red+Green+Blue) = 224+7+31=262 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.50% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 224 - color contains mainly: red. Hex color #E0071F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0071F is #1FF8E0. Grayscale: #4A4A4A. Windows color (decimal): -2095329 or 2033632. OLE color: 2033632.

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

Color convert

RGB 224 7 31 -
CMYK 0 0.97 0.86 0.12
HSL 353.36º 0.94% 0.45% -
HSV(B) 353.36º 0.97% 0.88% -
XYZ 31.06 16.1 2.77 -
YUV 74.62 103.39 234.55 -
System Red Green Blue C M Y K H S L
Decimal 224 7 31 0 0.97 0.86 0.12 353.36 0.94 0.45
Hex E0 7 1F 0 61 56 C 161 5E 2D
Octal 340 7 37 0 141 126 14 541 136 55
Binary 11100000 111 11111 0 1100001 1010110 1100 101100001 1011110 101101

Color Harmonies of #E0071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0071F

Black with #E0071F

Text Example


Text Example

White with #E0071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0071F; }

 p { color: rgb(224,7,31); }

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

background-color css

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

 a { background-color: rgb(224,7,31); }

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

border-color css

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

 span { border-color: rgb(224,7,31); }

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