#E30522

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

Shades of Fire Engine Red #E30522

Tints of Fire Engine Red #E30522

Color information

#E30522 (or 0xE30522) is unknown color: approx Fire Engine Red. HEX triplet: E3, 05 and 22. RGB value is (227,5,34). Sum of RGB (Red+Green+Blue) = 227+5+34=266 (35% of max value = 765). Red value is 227 (89.06% from 255 or 85.34% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 227 - color contains mainly: red. Hex color #E30522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30522 is #1CFADD. Grayscale: #4A4A4A. Windows color (decimal): -1899230 or 2229731. OLE color: 2229731.

HSL color Cylindrical-coordinate representation of color #E30522: hue angle of 352.16º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E30522 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB227534-
CMYK00.980.850.11
HSL352.16º95.69%45.49%-
HSV(B)352.16º97.8%89.02%-
XYZ32.0216.553.02-
YUV74.68105.05236.64-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 85.34%
GREEN value IS 5 (2.34% from 255) = 1.88%
BLUE value IS 34 (13.67% from 255) = 12.78%
R=85.34%
G=1.88%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22753400.980.850.11352.1695.6945.49
HexE352206255B160602d
Octal34354201421251354014055
Binary1110001110110001001100010101010110111011000001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30522; }

 p { color: rgb(227,5,34); }

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

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

 a { background-color: rgb(227,5,34); }

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

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

 span { border-color: rgb(227,5,34); }

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