Html Css Color HEX #E70914 Fire Engine Red

📋 copy color: '#E70914'

red 231 ◦ green 9 ◦ blue 20

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

Shades of Fire Engine Red #E70914

Tints of Fire Engine Red #E70914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.46%

 BLUE value IS 20 (8.2% from 255) = 7.69%

R = 88.85%
G = 3.46%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E70914 (or 0xE70914) is known color: Fire Engine Red. HEX triplet: E7, 09 and 14. RGB value is (231,9,20). Sum of RGB (Red+Green+Blue) = 231+9+20=260 (34% of max value = 765). Red value is 231 (90.62% from 255 or 88.85% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 231 - color contains mainly: red. Hex color #E70914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70914 is #18F6EB. Grayscale: #4C4C4C. Windows color (decimal): -1636076 or 1313255. OLE color: 1313255.

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

Color convert

RGB 231 9 20 -
CMYK 0 0.96 0.91 0.09
HSL 357.03º 0.93% 0.47% -
HSV(B) 357.03º 0.96% 0.91% -
XYZ 33.18 17.23 2.24 -
YUV 76.63 96.05 238.11 -
System Red Green Blue C M Y K H S L
Decimal 231 9 20 0 0.96 0.91 0.09 357.03 0.93 0.47
Hex E7 9 14 0 60 5B 9 165 5C 2F
Octal 347 11 24 0 140 133 11 545 134 57
Binary 11100111 1001 10100 0 1100000 1011011 1001 101100101 1011100 101111

Color Harmonies of #E70914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70914

Black with #E70914

Text Example


Text Example

White with #E70914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70914; }

 p { color: rgb(231,9,20); }

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

background-color css

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

 a { background-color: rgb(231,9,20); }

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

border-color css

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

 span { border-color: rgb(231,9,20); }

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