#E80C12

Color #E80C12 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #E80C12

Tints of Fire Engine Red #E80C12

Color information

#E80C12 (or 0xE80C12) is unknown color: approx Fire Engine Red. HEX triplet: E8, 0C and 12. RGB value is (232,12,18). Sum of RGB (Red+Green+Blue) = 232+12+18=262 (34% of max value = 765). Red value is 232 (91.02% from 255 or 88.55% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80C12 is #17F3ED. Grayscale: #4E4E4E. Windows color (decimal): -1569774 or 1182952. OLE color: 1182952.

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

Color convert

RGB2321218-
CMYK00.950.920.09
HSL358.36º90.16%47.84%-
HSV(B)358.36º94.83%90.98%-
XYZ33.5217.462.18-
YUV78.4693.89237.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 88.55%
GREEN value IS 12 (5.08% from 255) = 4.58%
BLUE value IS 18 (7.42% from 255) = 6.87%
R=88.55%
G=4.58%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232121800.950.920.09358.3690.1647.84
HexE8C1205F5C91665a30
Octal350142201371341154613260
Binary1110100011001001001011111101110010011011001101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80C12; }

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

 H1.HeaderClassName
 {
   color: #E80C12;
 }
 .AnyTagClassName
 {
   color: #E80C12;
 }
</style>
background-color css

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

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

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

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

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

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