#E60C1E

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

Shades of Fire Engine Red #E60C1E

Tints of Fire Engine Red #E60C1E

Color information

#E60C1E (or 0xE60C1E) is unknown color: approx Fire Engine Red. HEX triplet: E6, 0C and 1E. RGB value is (230,12,30). Sum of RGB (Red+Green+Blue) = 230+12+30=272 (36% of max value = 765). Red value is 230 (90.23% from 255 or 84.56% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60C1E is #19F3E1. Grayscale: #4F4F4F. Windows color (decimal): -1700834 or 1969382. OLE color: 1969382.

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

Color convert

RGB2301230-
CMYK00.950.870.10
HSL355.05º90.08%47.45%-
HSV(B)355.05º94.78%90.2%-
XYZ3317.182.81-
YUV79.23100.22235.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 84.56%
GREEN value IS 12 (5.08% from 255) = 4.41%
BLUE value IS 30 (12.11% from 255) = 11.03%
R=84.56%
G=4.41%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.87
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230123000.950.870.10355.0590.0847.45
HexE6C1E05F57A1635a2f
Octal346143601371271254313257
Binary1110011011001111001011111101011110101011000111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60C1E; }

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

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

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

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

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

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

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

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