#E61C1E

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

Shades of Fire Engine Red #E61C1E

Tints of Fire Engine Red #E61C1E

Color information

#E61C1E (or 0xE61C1E) is unknown color: approx Fire Engine Red. HEX triplet: E6, 1C and 1E. RGB value is (230,28,30). Sum of RGB (Red+Green+Blue) = 230+28+30=288 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.86% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61C1E is #19E3E1. Grayscale: #585858. Windows color (decimal): -1696738 or 1973478. OLE color: 1973478.

HSL color Cylindrical-coordinate representation of color #E61C1E: hue angle of 359.41º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61C1E is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB2302830-
CMYK00.880.870.10
HSL359.41º80.16%50.59%-
HSV(B)359.41º87.83%90.2%-
XYZ33.2817.752.9-
YUV88.6394.92228.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 79.86%
GREEN value IS 28 (11.33% from 255) = 9.72%
BLUE value IS 30 (12.11% from 255) = 10.42%
R=79.86%
G=9.72%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230283000.880.870.10359.4180.1650.59
HexE61C1E05857A1675033
Octal346343601301271254712063
Binary11100110111001111001011000101011110101011001111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61C1E; }

 p { color: rgb(230,28,30); }

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

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

 a { background-color: rgb(230,28,30); }

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

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

 span { border-color: rgb(230,28,30); }

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