#E0061E

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

Shades of Fire Engine Red #E0061E

Tints of Fire Engine Red #E0061E

Color information

#E0061E (or 0xE0061E) is unknown color: approx Fire Engine Red. HEX triplet: E0, 06 and 1E. RGB value is (224,6,30). Sum of RGB (Red+Green+Blue) = 224+6+30=260 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.15% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 224 - color contains mainly: red. Hex color #E0061E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0061E is #1FF9E1. Grayscale: #4A4A4A. Windows color (decimal): -2095586 or 1967840. OLE color: 1967840.

HSL color Cylindrical-coordinate representation of color #E0061E: hue angle of 353.39º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0061E is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB224630-
CMYK00.970.870.12
HSL353.39º94.78%45.1%-
HSV(B)353.39º97.32%87.84%-
XYZ31.0416.072.69-
YUV73.92103.22235.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 86.15%
GREEN value IS 6 (2.73% from 255) = 2.31%
BLUE value IS 30 (12.11% from 255) = 11.54%
R=86.15%
G=2.31%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22463000.970.870.12353.3994.7845.1
HexE061E06157C1615f2d
Octal34063601411271454113755
Binary111000001101111001100001101011111001011000011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0061E; }

 p { color: rgb(224,6,30); }

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

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

 a { background-color: rgb(224,6,30); }

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

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

 span { border-color: rgb(224,6,30); }

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