Html Css Color HEX #E91014 Fire Engine Red

📋 copy color: '#E91014'

red 233 ◦ green 16 ◦ blue 20

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

Shades of Fire Engine Red #E91014

Tints of Fire Engine Red #E91014

RGB

 RED value IS 233 (91.41% from 255) = 86.62%

 GREEN value IS 16 (6.64% from 255) = 5.95%

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

R = 86.62%
G = 5.95%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E91014 (or 0xE91014) is known color: Fire Engine Red. HEX triplet: E9, 10 and 14. RGB value is (233,16,20). Sum of RGB (Red+Green+Blue) = 233+16+20=269 (35% of max value = 765). Red value is 233 (91.41% from 255 or 86.62% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 233 - color contains mainly: red. Hex color #E91014 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E91014 is #16EFEB. Grayscale: #515151. Windows color (decimal): -1503212 or 1315049. OLE color: 1315049.

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

Color convert

RGB 233 16 20 -
CMYK 0 0.93 0.91 0.09
HSL 358.89º 0.87% 0.49% -
HSV(B) 358.89º 0.93% 0.91% -
XYZ 33.92 17.74 2.3 -
YUV 81.34 93.39 236.17 -
System Red Green Blue C M Y K H S L
Decimal 233 16 20 0 0.93 0.91 0.09 358.89 0.87 0.49
Hex E9 10 14 0 5D 5B 9 167 57 31
Octal 351 20 24 0 135 133 11 547 127 61
Binary 11101001 10000 10100 0 1011101 1011011 1001 101100111 1010111 110001

Color Harmonies of #E91014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91014

Black with #E91014

Text Example


Text Example

White with #E91014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91014; }

 p { color: rgb(233,16,20); }

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

background-color css

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

 a { background-color: rgb(233,16,20); }

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

border-color css

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

 span { border-color: rgb(233,16,20); }

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