#E50323

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

Shades of Fire Engine Red #E50323

Tints of Fire Engine Red #E50323

Color information

#E50323 (or 0xE50323) is unknown color: approx Fire Engine Red. HEX triplet: E5, 03 and 23. RGB value is (229,3,35). Sum of RGB (Red+Green+Blue) = 229+3+35=267 (35% of max value = 765). Red value is 229 (89.84% from 255 or 85.77% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 229 - color contains mainly: red. Hex color #E50323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50323 is #1AFCDC. Grayscale: #4A4A4A. Windows color (decimal): -1768669 or 2294757. OLE color: 2294757.

HSL color Cylindrical-coordinate representation of color #E50323: hue angle of 351.5º degrees, saturation: 0.97, 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 #E50323 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.10.

Color convert

RGB229335-
CMYK00.990.850.10
HSL351.5º97.41%45.49%-
HSV(B)351.5º98.69%89.8%-
XYZ32.6516.843.12-
YUV74.22105.87238.4-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 85.77%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 35 (14.06% from 255) = 13.11%
R=85.77%
G=1.12%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22933500.990.850.10351.597.4145.49
HexE532306355A160612d
Octal34534301431251254014155
Binary111001011110001101100011101010110101011000001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50323; }

 p { color: rgb(229,3,35); }

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

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

 a { background-color: rgb(229,3,35); }

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

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

 span { border-color: rgb(229,3,35); }

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