#E60220

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

Shades of Fire Engine Red #E60220

Tints of Fire Engine Red #E60220

Color information

#E60220 (or 0xE60220) is unknown color: approx Fire Engine Red. HEX triplet: E6, 02 and 20. RGB value is (230,2,32). Sum of RGB (Red+Green+Blue) = 230+2+32=264 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.12% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 230 - color contains mainly: red. Hex color #E60220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60220 is #19FDDF. Grayscale: #494949. Windows color (decimal): -1703392 or 2097894. OLE color: 2097894.

HSL color Cylindrical-coordinate representation of color #E60220: hue angle of 352.11º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60220 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB230232-
CMYK00.990.860.10
HSL352.11º98.28%45.49%-
HSV(B)352.11º99.13%90.2%-
XYZ32.9216.972.91-
YUV73.59104.54239.56-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 87.12%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 32 (12.89% from 255) = 12.12%
R=87.12%
G=0.76%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23023200.990.860.10352.1198.2845.49
HexE622006356A160622d
Octal34624001431261254014255
Binary111001101010000001100011101011010101011000001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60220; }

 p { color: rgb(230,2,32); }

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

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

 a { background-color: rgb(230,2,32); }

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

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

 span { border-color: rgb(230,2,32); }

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