#E60F1D

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

Shades of Fire Engine Red #E60F1D

Tints of Fire Engine Red #E60F1D

Color information

#E60F1D (or 0xE60F1D) is unknown color: approx Fire Engine Red. HEX triplet: E6, 0F and 1D. RGB value is (230,15,29). Sum of RGB (Red+Green+Blue) = 230+15+29=274 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.94% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60F1D is #19F0E2. Grayscale: #515151. Windows color (decimal): -1700067 or 1904614. OLE color: 1904614.

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

Color convert

RGB2301529-
CMYK00.930.870.10
HSL356.09º87.76%48.04%-
HSV(B)356.09º93.48%90.2%-
XYZ33.0317.252.75-
YUV80.8898.73234.36-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 83.94%
GREEN value IS 15 (6.25% from 255) = 5.47%
BLUE value IS 29 (11.72% from 255) = 10.58%
R=83.94%
G=5.47%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230152900.930.870.10356.0987.7648.04
HexE6F1D05D57A1645830
Octal346173501351271254413060
Binary1110011011111110101011101101011110101011001001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60F1D; }

 p { color: rgb(230,15,29); }

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

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

 a { background-color: rgb(230,15,29); }

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

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

 span { border-color: rgb(230,15,29); }

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