Html Css Color HEX #E8121E Fire Engine Red

📋 copy color: '#E8121E'

red 232 ◦ green 18 ◦ blue 30

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

Shades of Fire Engine Red #E8121E

Tints of Fire Engine Red #E8121E

RGB

 RED value IS 232 (91.02% from 255) = 82.86%

 GREEN value IS 18 (7.42% from 255) = 6.43%

 BLUE value IS 30 (12.11% from 255) = 10.71%

R = 82.86%
G = 6.43%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E8121E (or 0xE8121E) is known color: Fire Engine Red. HEX triplet: E8, 12 and 1E. RGB value is (232,18,30). Sum of RGB (Red+Green+Blue) = 232+18+30=280 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.86% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 232 - color contains mainly: red. Hex color #E8121E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8121E is #17EDE1. Grayscale: #535353. Windows color (decimal): -1568226 or 1970920. OLE color: 1970920.

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

Color convert

RGB 232 18 30 -
CMYK 0 0.92 0.87 0.09
HSL 356.64º 0.86% 0.49% -
HSV(B) 356.64º 0.92% 0.91% -
XYZ 33.73 17.68 2.86 -
YUV 83.35 97.9 234.02 -
System Red Green Blue C M Y K H S L
Decimal 232 18 30 0 0.92 0.87 0.09 356.64 0.86 0.49
Hex E8 12 1E 0 5C 57 9 165 56 31
Octal 350 22 36 0 134 127 11 545 126 61
Binary 11101000 10010 11110 0 1011100 1010111 1001 101100101 1010110 110001

Color Harmonies of #E8121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8121E

Black with #E8121E

Text Example


Text Example

White with #E8121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8121E; }

 p { color: rgb(232,18,30); }

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

background-color css

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

 a { background-color: rgb(232,18,30); }

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

border-color css

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

 span { border-color: rgb(232,18,30); }

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