Html Css Color HEX #E80A1E Fire Engine Red

📋 copy color: '#E80A1E'

red 232 ◦ green 10 ◦ blue 30

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

Shades of Fire Engine Red #E80A1E

Tints of Fire Engine Red #E80A1E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.68%

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

R = 85.29%
G = 3.68%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E80A1E (or 0xE80A1E) is known color: Fire Engine Red. HEX triplet: E8, 0A and 1E. RGB value is (232,10,30). Sum of RGB (Red+Green+Blue) = 232+10+30=272 (36% of max value = 765). Red value is 232 (91.02% from 255 or 85.29% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80A1E is #17F5E1. Grayscale: #4E4E4E. Windows color (decimal): -1570274 or 1968872. OLE color: 1968872.

HSL color Cylindrical-coordinate representation of color #E80A1E: hue angle of 354.59º degrees, saturation: 0.92, 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 #E80A1E is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 10 30 -
CMYK 0 0.96 0.87 0.09
HSL 354.59º 0.92% 0.47% -
HSV(B) 354.59º 0.96% 0.91% -
XYZ 33.62 17.47 2.83 -
YUV 78.66 100.55 237.37 -
System Red Green Blue C M Y K H S L
Decimal 232 10 30 0 0.96 0.87 0.09 354.59 0.92 0.47
Hex E8 A 1E 0 60 57 9 163 5C 2F
Octal 350 12 36 0 140 127 11 543 134 57
Binary 11101000 1010 11110 0 1100000 1010111 1001 101100011 1011100 101111

Color Harmonies of #E80A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80A1E

Black with #E80A1E

Text Example


Text Example

White with #E80A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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